What's Changed
- feat(mcp): improve OAuth auth UX - post-auth feedback, i18n, clear auth, and bug fixes by @LaZzyMan in #2327
- fix(ide): resolve IDE connection issues in some VSCode clients and optimize connection config lookup by @yiliang114 in #2322
- fix(core): correct GPT-5.x input token limit to 272K by @tanzhenxin in #2345
- fix(shell): pass args as string on Windows to prevent quoting issues by @tanzhenxin in #2347
- fix(core): disable node-pty on older Windows builds with broken ConPTY by @tanzhenxin in #2349
- fix: improve qwen mcp add option handling for arrays by @yshngg in #2245
- fix(cli): prevent Ctrl+F from leaking to PTY as ^F artifact by @tanzhenxin in #2350
- fix(core): remove duplicate exports in packages/core/src/index.ts by @wenshao in #2265
- chore(release): bump version to 0.12.3 by @tanzhenxin in #2351
- Refactors
FileSystemServiceinterface to use ACP-aligned request/response objects by @LaZzyMan in #2344
New Contributors
Full Changelog: v0.12.2...v0.12.2-preview.1