Skip to content

Commit c455713

Browse files
claude-yolo[bot]claude-yolo[bot]
authored andcommitted
docs: Claude Code v1.0.111 with Analytics API and Enterprise Features
- NEW: Claude Code Analytics Admin API for usage metrics and productivity analysis - NEW: Enterprise network configuration guide (proxy, mTLS, custom CA) - FIXED: /model command now validates model names - FIXED: Bash tool crashes from malformed shell syntax - Enhanced settings with new mTLS environment variables - Version bump to 1.0.111
1 parent 9e9c87c commit c455713

13 files changed

Lines changed: 1299 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: 85 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)