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
- As the holiday season approaches, we want to wish all our users a Merry Christmas and a Happy New Year! 🎅✨ This release focuses on refinements and bug fixes to ensure a smooth coding experience during the holidays. Stay tuned for more exciting features in the next release!
4
6
5
-
- Added new models: GPT-5.1, GPT-5.1-Codex, GPT-5.1-Codex-Mini, Claude Haiku 4.5, and Auto (preview).
6
-
- Added support for custom agents (preview).
7
-
- Introduced the built-in Plan agent (preview).
8
-
- Added support for subagent execution (preview).
9
-
- Added support for Next Edit Suggestions (preview).
10
7
11
8
**💪 Improvements**
12
9
13
-
- MCP servers now support dynamic OAuth setup for third-party authentication providers.
14
-
- Added a setting to configure the maximum number of tool requests allowed.
10
+
-**Refined Tool Layout**: Enhanced the display of tool calls, including better error reporting and output details.
11
+
-**MCP Improvements**: Added support for deleting MCP servers directly from the list.
12
+
-**Feedback**: Updated the feedback forum link to better hear from you.
15
13
16
14
**🛠️ Bug Fixes**
17
15
18
-
- Fixed an issue that the terminal view in Agent conversation was clipped
19
-
- Fixed an issue that the Chat panel failed to recognize newly created workspaces.
16
+
- Fixed an issue where the "Fix Error" window would auto-focus unexpectedly.
17
+
- Resolved issues with `insert_edit_into_file` where changes were sometimes not applied or applied to the incorrect file.
18
+
- Fixed a display bug in the model picker for models with same name.
19
+
- Fixed random failures in `read_file` and `read_directory` tools.
0 commit comments