Skip to content

Commit 0035979

Browse files
claude-yolo[bot]claude
andcommitted
docs: Claude Code v1.0.111 - Analytics API and enterprise features
Major additions: - Claude Code Analytics API for productivity tracking - Enterprise network configuration (mTLS, custom CA, proxy) - Model validation in /model command - Bash tool crash fixes 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9e9c87c commit 0035979

13 files changed

Lines changed: 1315 additions & 174 deletions

content/.metadata.json

Lines changed: 128 additions & 92 deletions
Large diffs are not rendered by default.

content/anthropic-blog/claude-code.md

Lines changed: 101 additions & 62 deletions
Large diffs are not rendered by default.

content/anthropic-blog/engineering/claude-code-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Claude Code is intentionally low-level and unopinionated, providing close to raw
99

1010
This post outlines general patterns that have proven effective, both for Anthropic's internal teams and for external engineers using Claude Code across various codebases, languages, and environments. Nothing in this list is set in stone nor universally applicable; consider these suggestions as starting points. We encourage you to experiment and find what works best for you!
1111

12-
_Looking for more detailed information? Our comprehensive documentation at [claude.ai/code](https://claude.ai/redirect/website.v1.bc583822-b27b-4251-a0a5-98aca56fb4f1/code)_ _covers all the features mentioned in this post and provides additional examples, implementation details, and advanced techniques._
12+
_Looking for more detailed information? Our comprehensive documentation at [claude.ai/code](https://claude.ai/redirect/website.v1.a2817974-26db-4837-8f49-b6cc98765f15/code)_ _covers all the features mentioned in this post and provides additional examples, implementation details, and advanced techniques._
1313

1414
1. Customize your setup
1515
-----------------------

content/claude-code-docs/amazon-bedrock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ If you receive an error "on-demand throughput isn’t supported":
195195

196196
* Specify the model as an [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html) ID
197197

198+
Claude Code uses the Bedrock [Invoke API](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModelWithResponseStream.html) and does not support the Converse API.
199+
198200
## Additional resources
199201

200202
* [Bedrock documentation](https://docs.aws.amazon.com/bedrock/)

0 commit comments

Comments
 (0)