Highlights
- support run skill as slash commands
- support add custom provider with sdk
- add skills config for custom skill paths
- upgrade ripgrep to latest
- inherit parent session approval config for subagents
- disable notification in quiet mode
- skill add support interactive mode
- add model info for gpt-5.2-codex
What's Changed
- feat: disable action when no git remote exists by @suxin2017 in #677
- feat: update ripgrep by @suxin2017 in #676
- feat: inherit parent session approval config for subagents by @xierenyuan in #674
- fix: handle cancellation and improve progress display logic by @xierenyuan in #675
- feat: add quiet mode support to notification plugin by @xierenyuan in #679
- ci: remove unnecessary output trimming in CLI integration test by @sorrycc in #680
- fix(security): normalize paths to prevent traversal bypass on Windows by @Symboler in #681
- chore: update test workflow to use standard ubuntu image by @sorrycc in #682
- feat: add custom provider support to SDK by @sorrycc in #683
- feat: enhance question answer display format by @xierenyuan in #688
- fix: add flexWrap to question navigation layout by @xierenyuan in #686
- feat: integrate plugin tool hook into resolveTools by @xierenyuan in #684
New Contributors
- @suxin2017 made their first contribution in #677
Full Changelog: 0.24.0...0.25.0