Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: phodal/auto-dev

Tags

compose-v3.0.0-alpha3

Toggle compose-v3.0.0-alpha3's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
fix: add ThinkingChunk branch to AgentEvent when expressions in mpp-s…

…erver

compose-v3.0.0-alpha2

Toggle compose-v3.0.0-alpha2's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
chore: bump version to 3.0.0-alpha2

compose-v3.0.0-alpha

Toggle compose-v3.0.0-alpha's commit message
Release compose-v3.0.0-alpha

compose-v0.3.3

Toggle compose-v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix for bundle size (#477)

* chore(plugin): update plugin name, vendor email, and description

Renamed plugin to "AutoDev Next", updated vendor email, and revised description for clarity.

* feat(ui): add platform-specific UTF-8 font support

Introduce getUtf8FontFamily() for proper CJK/UTF-8 rendering on WASM using Noto Sans SC, while other platforms use system defaults. Also exclude heavy dependencies and large font assets from the IntelliJ plugin build to reduce size.

compose-v0.3.2

Toggle compose-v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
chore: bump version to 0.3.2

compose-0.3.1

Toggle compose-0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
fix(deps): downgrade highlights to 1.0.0

Reverts highlights library to version 1.0.0 for compatibility or stability reasons.

compose-0.3.0

Toggle compose-0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
chore(deps): bump mppVersion to 0.3.0

Upgrade MPP dependencies to version 0.3.0 in gradle.properties.

compose-0.2.2

Toggle compose-0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
chore(deps): bump mppVersion to 0.2.2 in gradle.properties

Update the MPP unified version to ensure latest features and fixes are included.

compose-0.2.1

Toggle compose-0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
chore(ci): allow iOS build to continue on error #453

Set continue-on-error to true for the iOS build step in the release workflow.

compose-0.2.0

Toggle compose-0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
phodal Fengda Huang
test(linter): update LintSeverity import in test files #453

Refactor test imports to use cc.unitmesh.agent.linter.LintSeverity directly instead of cc.unitmesh.linter.LintSeverity for consistency. No functional changes.