v1.1.0
KeygraphHQ/shannonv1.1.0Apr 21, 2026by github-actions[bot]
AI Summary
This release introduces significant architectural improvements including extracting the pipeline core for library consumption and adding provider extensions while removing the claude-code-router mode. It also includes important bug fixes for CLI Docker error surfacing and pre-recon deliverable filename mismatches.
Key Highlights
- Added --debug flag for worker logs and improved Docker error surfacing in CLI
- Extracted pipeline core for library consumption (#282)
- Mount user repo as read-only with writable shannon overlay (#273)
- Provider extensions added and claude-code-router mode removed (#295)
- Fixed pre-recon deliverable filename mismatch (#274)
New Features
- Extract pipeline core for library consumption
- Mount user repo as read-only with writable shannon overlay
- Provider extensions and drop claude-code-router mode
- Use structured outputs for vuln agent exploitation queues
Full Release Notes
# [1.1.0](https://github.com/KeygraphHQ/shannon/compare/v1.0.0...v1.1.0) (2026-04-21) ### Bug Fixes * **cli:** surface docker errors and add --debug flag for worker logs ([#299](https://github.com/KeygraphHQ/shannon/issues/299)) ([ccb5303](https://github.com/KeygraphHQ/shannon/commit/ccb530310633c84286e1ab106cf5cacc3d7a215c)) * pre-recon deliverable filename mismatch ([#274](https://github.com/KeygraphHQ/shannon/issues/274)) ([f6fd1ed](https://github.com/KeygraphHQ/shannon/commit/f6fd1edad62ad9473cf10901f3b5bf2640421005)) ### Features * extract pipeline core for library consumption ([#282](https://github.com/KeygraphHQ/shannon/issues/282)) ([1f6dfd7](https://github.com/KeygraphHQ/shannon/commit/1f6dfd7e176c26a90f7e9ab3fef773155bcf940f)) * mount user repo as read-only with writable shannon overlay ([#273](https://github.com/KeygraphHQ/shannon/issues/273)) ([77e300d](https://github.com/KeygraphHQ/shannon/commit/77e300d52a66b77c1510e9495de3cd107bd9705c)) * provider extensions and drop claude-code-router mode ([#295](https://github.com/KeygraphHQ/shannon/issues/295)) ([581c208](https://github.com/KeygraphHQ/shannon/commit/581c208b849adaf04592fdcf46c560f984ed76c7)) * use structured outputs for vuln agent exploitation queues ([#267](https://github.com/KeygraphHQ/shannon/issues/267)) ([2a433f0](https://github.com/KeygraphHQ/shannon/commit/2a433f090fef6e5ac91d145d1b9b268e4057322a))