Highlights
- Added AskUserQuestion tool: Provides an interactive way for users to select answers
- Added proxy configuration support: Can be configured globally or per individual provider
- Added DeepSeek 3.2 support: Including its Special model variants
- Improved /init slash command: Based on A System for Organizing My Blog Writing
- Enhanced edit tool: Added
replace_allparameter for global string replacement
What's Changed
- feat: enhance MCP result conversion with improved format detection by @xierenyuan in #460
- fix: log warning instead of throwing error when no changes to commit by @afc163 in #472
- fix: wrong git commit message in thinking mode by @afc163 in #471
- feat: add custom list rendering with ordered/unordered support by @xierenyuan in #473
- chore: remove browser module from project by @xierenyuan in #477
- feat: add HTTP proxy support for AI SDK providers by @lyw405 in #470
- .github/workflows: Migrate workflows to Blacksmith runners by @blacksmith-sh[bot] in #480
- feat: implement progressive disclosure for /init command with two-phase documentation generation by @sorrycc in #484
- fix: improve suggestion item width calculation and fix lint warnings by @lyw405 in #483
- feat: add extensions configuration for third-party custom agents by @xierenyuan in #485
- feat: add auto-fix for unquoted YAML values with colons and improve error handling by @xierenyuan in #478
- feat: add replace_all option for global string replacement by @xierenyuan in #474
- feat(mcp): add @modelcontextprotocol/sdk dependency and update HTTP transport implementation by @QuietlyChan in #482
- feat: add file size and token limits validation with error handling by @xierenyuan in #486
- fix: correct getting started tips to reference AGENTS.md and fix typo by @no1wudi in #490
- feat: implement askUserQuestion tool with interactive modal UI by @xierenyuan in #488
- feat: add tools disable configuration with command-line and config support by @xierenyuan in #491
- feat(workspace): add branch verification and custom base branch option for workspace creation by @unknownzjc in #489
- feat: add cross-platform support for AskUserQuestion tool with generic tool approval protocol by @xierenyuan in #493
New Contributors
- @blacksmith-sh[bot] made their first contribution in #480
- @no1wudi made their first contribution in #490
Full Changelog: 0.18.2...0.19.0
