This release adds support for JSON output in alias commands, top-level shared configuration, and includes documentation updates and bug fixes.
What's New
- Adds Atlassian expert agent example for specialized assistance
- Adds JSON output support for
alias listcommand with--jsonflag - Adds support for top-level shared skills and commands in configuration files
Bug Fixes
- Fixes HTTP client panic when default transport is wrapped by other libraries
Technical Changes
- Documents
--agent-pickerflag for interactive agent selection - Documents MCP embedded resource forwarding to model providers
- Documents OAuth authorization cancel behavior for remote MCP servers
- Refactors configuration handling to support shared skills and commands in latest package
What's Changed
- docs: update CHANGELOG.md for v1.71.0 by @docker-read-write[bot] in #2962
- feat(examples): add Atlassian expert agent example by @maxcleme in #2963
- feat(cli): support
alias list --jsonoutput by @Sayt-0 in #2966 - chore: bump Go dependencies by @dgageot in #2968
- docs: update documentation for agent-picker, MCP embedded resources, and remote MCP OAuth cancel by @aheritier in #2957
- fix(httpclient): fall back when http.DefaultTransport is not *http.Transport by @Daniel-Kolev in #2970
- feat(config): support top-level shared skills and commands by @Sayt-0 in #2971
New Contributors
- @Sayt-0 made their first contribution in #2966
- @Daniel-Kolev made their first contribution in #2970
Full Changelog: v1.71.0...v1.72.0