Tags: iOfficeAI/AionUi
Tags
Merge branch 'feat/mcp-integration' into dev * feat/mcp-integration: refactor: standardize tag creation logic for conflict resolution
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
fix: resolve all TypeScript type errors in storage system
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>
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
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
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
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
PreviousNext