Skip to content

Tags: iOfficeAI/AionUi

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #182 from iOfficeAI/feat/npm-registry-update

chore: update npm dependencies after registry change

v1.2.5-f63f2a7

Toggle v1.2.5-f63f2a7's commit message
Merge branch 'feat/mcp-integration' into dev

* feat/mcp-integration:
  refactor: standardize tag creation logic for conflict resolution

v1.2.5-3b7c028

Toggle v1.2.5-3b7c028's commit message
refactor: standardize tag creation logic for conflict resolution

- Remove branch-specific tag formats when tags conflict
- Use unified v{VERSION}-{COMMIT_ID} format for all branches
- Simplify auto-increment logic to avoid dev/test suffixes
- Maintain original branch-specific behavior for non-conflict cases

v1.2.4-test

Toggle v1.2.4-test's commit message
fix: resolve all TypeScript type errors in storage system

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: optimize ACP connection architecture and improve cross-plat…

…form compatibility (#169)

* refactor: optimize ACP connection architecture and improve cross-platform compatibility

- Extract generic spawn configuration method to reduce code duplication
- Unify backend connection logic for gemini, qwen, and iflow
- Add Windows shell support for better cross-platform compatibility
- Improve line ending handling for Windows (\r\n) vs Unix (\n)
- Increase timeouts for better stability (60s init, 70s connection)
- Add signal event handling mechanism for non-UI events

* feat: update version to 1.2.4

---------

Co-authored-by: zmworm <me@zmworm.com>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #166 from iOfficeAI/new-version

New Version Release

v1.2.3-dev-20250915-ebf3532

Toggle v1.2.3-dev-20250915-ebf3532's commit message
fix: re-enable environment protection with proper secrets configuration

- Add environment-specific GH_TOKEN to release environment
- Restore environment protection for approval workflow
- Confirmed that environments require their own secrets, not inherited from repository level

v1.2.3-dev-20250915-cd0d377

Toggle v1.2.3-dev-20250915-cd0d377's commit message
fix: resolve CI/CD workflow trigger and permission issues

- Remove tag push triggers to prevent duplicate builds
- Simplify branch monitoring to main and dev only
- Add workflow-level contents write permission
- Set draft release for safe testing without user visibility
- Remove environment protection temporarily to isolate 403 error

v1.2.3-dev-20250915-5627382

Toggle v1.2.3-dev-20250915-5627382's commit message
fix: optimize CI/CD workflow configuration and token handling

- Remove non-existent PAT_TOKEN fallback, use only GH_TOKEN
- Improve prerelease detection logic to properly identify dev releases
- Consolidate source archive uploads into single artifact with version
- Fix github.ref vs github.ref_name usage for tag filtering

v1.2.3-dev-20250915-041135

Toggle v1.2.3-dev-20250915-041135's commit message
test: temporarily disable macOS and Windows builds for quick workflow…

… validation

- Comment out macOS and Windows build matrix entries
- Keep only Linux build to reduce CI time from 15-20min to 3-5min
- Enable fast verification of new approval-based release workflow
- Will restore full platform builds after validation