# shannon v2.0.0 - Product: shannon (https://whatsnew.fyi/product/shannon) - Vendor: KeygraphHQ - Date: 2026-07-16 - Version: v2.0.0 - Original notes: https://github.com/KeygraphHQ/shannon/releases/tag/v2.0.0 - Permalink: https://whatsnew.fyi/product/shannon/releases/v2.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Migrate agent runtime from Claude Agent SDK to pi harness - **removed** — Google Vertex AI is no longer a supported provider - **removed** — Remove CLAUDE_CODE_USE_VERTEX, ANTHROPIC_VERTEX_PROJECT, CLOUD_ML_REGION, and GOOGLE_APPLICATION_CREDENTIALS environment variables - **removed** — Remove use_vertex, vertex_project, and cloud_ml_region config.toml keys - **removed** — Remove CLAUDE_CODE_MAX_OUTPUT_TOKENS environment variable and max_output_tokens config.toml key #### [2.0.0](https://github.com/KeygraphHQ/shannon/compare/v1.9.0...v2.0.0) (2026-07-16) ###### Features * **worker:** migrate agent runtime from Claude Agent SDK to pi harness ([#389](https://github.com/KeygraphHQ/shannon/issues/389)) ([5ff40f8](https://github.com/KeygraphHQ/shannon/commit/5ff40f8c6f694a5b50753b5e46ba061f88d0c6d6)), closes [#356](https://github.com/KeygraphHQ/shannon/issues/356) [#377](https://github.com/KeygraphHQ/shannon/issues/377) [#383](https://github.com/KeygraphHQ/shannon/issues/383) [#388](https://github.com/KeygraphHQ/shannon/issues/388) ###### BREAKING CHANGES * **worker:** Google Vertex AI is no longer a supported provider. The CLAUDE_CODE_USE_VERTEX, ANTHROPIC_VERTEX_PROJECT, CLOUD_ML_REGION, and GOOGLE_APPLICATION_CREDENTIALS environment variables, along with the use_vertex, vertex_project, and cloud_ml_region config.toml keys, are removed. Vertex users must switch to Anthropic, AWS Bedrock, or a custom Anthropic-compatible base URL. The CLAUDE_CODE_MAX_OUTPUT_TOKENS environment variable and the max_output_tokens config.toml key are also removed.