Releases: zgsm-ai/costrict
Releases · zgsm-ai/costrict
Release v2.3.8
- UI experience improvements
- Fix prevent parent task state loss during orchestrator delegation
- Sync roocode last commit
Release v2.3.7
- UI experience improvements
- Sync roocode last commit
- Fix known issues
Release v2.3.6
- Add button to open annual summary with icon
- Translate Chinese prompts to English
Release v2.3.5
- Fix empty-string baseURL in provider
- Add support for .agents/skills directory
- Sync roocode last commit
- Fix known issues
Release v2.3.4
- Refactored Gemini provider with improved error handling and streaming
- Enhanced Vertex provider with comprehensive model support
- Support Qwen3-Coder-Next model for Zgsm provider
- Optimize the behavior of the "resumeTask"
- add fake reasoning chunk handling for response processing
- Refactored custom instructions system for better mode customization
- Update internationalization
- Sync roocode last commit
- Fix known issues
Release v2.3.3
- Enhanced gemini-cli prompt
- Enhanced getClaudeCodeModels function to support multiple model IDs separated (
ANTHROPIC_MODEL) - Simplified task command parameters: CancelTask and CloseTask commands no longer require data parameter
- Improve Skills and Slash Commands settings
- Fix worktree detection for Git repositories (Windows)
- Refactored lite tool prompt system with improved text format and structure
- Added QueuedMessagesUpdated event for better message queue tracking
- Fixed type definitions in IPC.ts by removing incorrect type exports
- Removed taskMap from API to simplify task management
- Added @ai-sdk/mistral dependency to src/package.json
- Cleaned up unused imports and variables in Task.ts, ClineProvider, and webviewMessageHandler
- Improved error clipboard copy format with bracket labels
- Updated extension tests to correctly handle .env file detection logic
- Sync roocode last commit
- Fix known issues
Release v2.3.2
- Improve string parsing logic and add parameter safety
Release v2.3.1
- Optimize message text handling in ChatRow
Release v2.3.0
- Enhanced JetBrains platform support with updated environment configuration
- Optimized IPC connection handling and reduced content limits for better performance
- Centralized excluded file extensions management for improved maintainability
- Added comprehensive mock configurations for vscode and child_process testing
- Migrated multiple AI providers to AI SDK (DeepSeek, Cerebras, Groq, Fireworks)
- Added OpenAI Codex provider with OAuth subscription authentication
- Refactored read_file tool with Codex-inspired improvements
- Added Skills system with built-in skills support (replacing fetch_instructions)
- Enhanced Kimi 2.5 reasoning detection and empty reasoning handling
- Improved terminal output buffer management to prevent memory leaks
- Fixed Gemini thought signature validation errors
- Fixed tool result ID sanitization to prevent API 400 errors
- Added support for image content in MCP tool responses
- Added settings tab titles to search index
- Enhanced parallel tool calls support (enabled by default)
- Added React Compiler integration to webview-ui
- Fixed empty text blocks filtering for Gemini compatibility
- Improved MCP tool schema handling with anyOf/oneOf/allOf flattening
- Updated test cases and improved code coverage
- Sync roocode last commit
- Fix known issues
Release v2.2.5
- Support Kimi 2.5
- Add Skills Management UI
- Disable send button when no input and not streaming for better UX
- Fix error when switching between reasoning and non-reasoning models in conversation
- Sync roocode last commit
- Fix known issues