You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Major features introduced: Agent System, Agent Management, and Unified UI.
- Added detailed agent features and UI/UX improvements.
- Included bug fixes and technical updates, such as React upgrade and enhanced Claude Code service.
- Updated version in package.json to 1.7.0-beta.1.
- Editor: Add read-only extension support, make TextFilePreview read-only but copyable
134
-
- Models: Update support for DeepSeek v3.2, Claude 4.5, GLM 4.6, Gemini regex, and vision models
135
-
- Code Tools: Add GitHub Copilot CLI integration
131
+
Major Features:
132
+
- Agent System: Introducing intelligent Agent capabilities alongside Assistants. Agents can autonomously solve complex problems using Claude Code SDK with tool calling, file operations, and multi-turn reasoning
133
+
- Agent Management: Create, configure, and manage agents with custom settings including model selection, tool permissions, accessible paths, and MCP server integrations
134
+
- Agent Sessions: Dedicated session management for agent interactions with persistent message history and context tracking
135
+
- Unified UI: Streamlined interface combining Assistants and Agents tabs with improved navigation and settings management
136
+
137
+
Agent Features:
138
+
- Tool Support: Web search, file operations, bash commands, and custom MCP tools
139
+
- Advanced Configuration: Max turns, temperature, token limits
0 commit comments