docs: remove Claude Code subscription mode documentation#374
Merged
Conversation
Remove all documentation references to the Claude Code subscription mode, which is being removed from the CLI (inference-gateway/cli#812). - github-action.md: remove entire Claude Code subscription mode section (system prompt override, inputs, minting tokens, example workflow) - configuration.md: remove Claude Code reference from telemetry description - api-reference.md: remove Claude Code reference from push metrics endpoint - observability.md: remove claude-code-subscription source label references - cli-skills.md: remove ~/.claude carve-out reference - cli.md: remove Claude Code mention from Agent Skills description - adl-cli.md: remove claudecode.enabled toggle and related notes
edenreich
reviewed
Jul 9, 2026
Contributor
Author
|
Model: Todos
Pull Request✅ Infer Result: SuccessThe fix is complete - commit Model: Tokens: 1,151,999 in · 7,013 out · 1,159,012 total (28 requests) Tool calls: 28 total · 93% success rate
|
…ubscription removal The adl-cli.md file was modified as part of the Claude Code subscription mode documentation removal, but these changes are unrelated to that cleanup. Reverting adl-cli.md to its original state per review feedback.
inference-gateway-releaser Bot
added a commit
that referenced
this pull request
Jul 9, 2026
## [0.9.0](0.8.0...0.9.0) (2026-07-09) ### ✨ Features * generate ADK provider tables from the schema ([#347](#347)) ([aece944](aece944)), closes [#346](#346) ### 👷 CI * **claude:** centralize claude.yml via reusable workflow ([#372](#372)) ([9a41158](9a41158)) * **infer:** centralize infer.yml via reusable workflow ([#367](#367)) ([47d5fb2](47d5fb2)) * **infer:** centralize infer.yml via reusable workflow ([#368](#368)) ([305d621](305d621)) ### 📚 Documentation * add Wait tool documentation to CLI reference ([#371](#371)) ([8018c50](8018c50)), references [inference-gateway/cli#792](inference-gateway/cli#792) * add Z-AI provider documentation ([#363](#363)) ([3c3db53](3c3db53)) * document agent.skills.max_chars, line-boundary truncation, and date-only system prompt ([#359](#359)) ([73d49b5](73d49b5)) * document infer chat --session-id flag ([#351](#351)) ([d6b3cf6](d6b3cf6)) * document infer-action system prompt override semantics ([#357](#357)) ([58c8bc4](58c8bc4)) * **github-action:** add zai-api-key input to the inputs table ([#366](#366)) ([a129831](a129831)) * remove Claude Code subscription mode documentation ([#374](#374)) ([442a9fa](442a9fa)), references [inference-gateway/cli#812](inference-gateway/cli#812) * **rust-adk:** add NVIDIA provider to Rust ADK docs ([#345](#345)) ([a329e43](a329e43)), references [#347](#347) * update memory documentation for per-project fact organization and entry caps ([#350](#350)) ([8dca0cd](8dca0cd)), closes [#348](#348) ### 🔧 Miscellaneous * **deps:** bump claude-code 2.1.197 -> 2.1.201 ([#353](#353)) ([5f714de](5f714de)) * **deps:** bump claude-code-action v1.0.165 -> v1.0.169 ([#370](#370)) ([293e9b8](293e9b8)) * **deps:** bump infer CLI v0.130.1 -> v0.133.0, infer-action v0.24.0 -> v0.26.0 ([#354](#354)) ([824a288](824a288)) * **deps:** bump infer CLI v0.133.0 -> v0.133.1, infer-action v0.27.0 -> v0.27.1 ([#360](#360)) ([03ec147](03ec147)) * **deps:** bump infer CLI v0.133.1 -> v0.137.0, infer-action v0.27.1 -> v0.29.0 ([#361](#361)) ([e7bec3e](e7bec3e)) * **deps:** bump infer CLI v0.137.0 -> v0.138.0, infer-action v0.29.0 -> v0.30.1 ([#365](#365)) ([02be4c8](02be4c8)) * **deps:** bump infer CLI v0.138.0 -> v0.140.1 ([#375](#375)) ([2fd4097](2fd4097)) * **deps:** bump infer-action v0.26.0 -> v0.26.1 ([#356](#356)) ([17f74f8](17f74f8)) * **deps:** bump infer-action v0.26.1 -> v0.27.0 ([#358](#358)) ([89c944b](89c944b)) * enable debug mode in infer.yml workflow ([9e373c6](9e373c6))
Contributor
|
🎉 This PR is included in version 0.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #373
Summary
Remove all documentation references to the Claude Code subscription mode, which is being removed from the CLI (see inference-gateway/cli#812). This includes the entire Claude Code subscription mode section in the GitHub Action docs, the claudecode.enabled toggle in the ADL CLI docs, and various references to claude-code-subscription across the observability and API reference pages.
Changes
claude-code-subscriptiontoinfer-cliclaude-code-subscriptionreferences from source label descriptions and example; changed example source label fromclaude-code-subscriptiontoinfer-cli~/.claudecarve-out reference from sandbox carve-out descriptionclaudecode.enabledrow from the coding agent toggles table and related notes about Claude Code CLI/extension