Skip to content

Releases: zgsm-ai/costrict

Release v2.3.8

08 Feb 03:57
1c713b3

Choose a tag to compare

  • UI experience improvements
  • Fix prevent parent task state loss during orchestrator delegation
  • Sync roocode last commit

Release v2.3.7

07 Feb 18:24
3ab130e

Choose a tag to compare

  • UI experience improvements
  • Sync roocode last commit
  • Fix known issues

Release v2.3.6

07 Feb 09:13
2229572

Choose a tag to compare

  • Add button to open annual summary with icon
  • Translate Chinese prompts to English

Release v2.3.5

07 Feb 01:04
3009a53

Choose a tag to compare

  • Fix empty-string baseURL in provider
  • Add support for .agents/skills directory
  • Sync roocode last commit
  • Fix known issues

Release v2.3.4

05 Feb 15:30
bbbce52

Choose a tag to compare

  • 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

04 Feb 01:30
9abdf40

Choose a tag to compare

  • 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

02 Feb 10:12
1e26970

Choose a tag to compare

  • Improve string parsing logic and add parameter safety

Release v2.3.1

02 Feb 06:08
d1336f5

Choose a tag to compare

  • Optimize message text handling in ChatRow

Release v2.3.0

02 Feb 04:51
b98a4ad

Choose a tag to compare

  • 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

30 Jan 10:21
480c9d6

Choose a tag to compare

  • 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