This release adds a new generalist coding agent, improves agent configuration handling, and includes several bug fixes and UI improvements.
What's New
- Adds a generalist coding agent for enhanced coding assistance
- Adds OCI artifact wrapper for spec-compliant manifest with artifactType
Improvements
- Supports recursive ~/.agents/skills directory structure
- Wraps todo descriptions at word boundaries in sidebar for better display
- Preserves 429 error details on OpenAI for better error handling
Bug Fixes
- Fixes subagent delegation and validates model outputs when transfer_task is called
- Fixes YAML parsing issue with unquoted strings containing special characters like colons
Technical Changes
- Freezes config version v4 and bumps to v5
What's Changed
- docs: update CHANGELOG.md for v1.20.6 by @docker-read-write[bot] in #1634
- Support recursive ~/.agents/skills by @dgageot in #1631
- Help fix #1419 by @dgageot in #1632
- Fix subagent logic by @krissetto in #1637
- Add OCI artifact wrapper for spec-compliant manifest with artifactType by @dgageot in #1633
- unquoted strings are fine until they contain special characters like : by @derekmisler in #1641
- Wrap todo descriptions at word boundaries in sidebar by @rumpl in #1643
- Preserve 429 error details on OpenAI by @dgageot in #1647
- Freeze v4 and bump config version to v5 by @dgageot in #1635
- Add a generalist coding agent by @dgageot in #1625
- Bump Go dependencies by @dgageot in #1646
Full Changelog: v1.20.6...v1.21.0