mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-10 17:32:40 +00:00
Compare commits
6 Commits
adam/resto
...
boris/euws
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1abf1a56c5 | ||
|
|
970758b9d2 | ||
|
|
bd8aff23f2 | ||
|
|
d132c322e1 | ||
|
|
272a20131f | ||
|
|
fa55bc6eeb |
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -4,14 +4,11 @@ contact_links:
|
||||
url: https://anthropic.com/discord
|
||||
about: Get help, ask questions, and chat with other Claude Code users
|
||||
- name: 📖 Documentation
|
||||
url: https://docs.anthropic.com/en/docs/claude-code
|
||||
url: https://docs.claude.com/en/docs/claude-code
|
||||
about: Read the official documentation and guides
|
||||
- name: 🎓 Getting Started Guide
|
||||
url: https://docs.anthropic.com/en/docs/claude-code/getting-started
|
||||
url: https://docs.claude.com/en/docs/claude-code/quickstart
|
||||
about: New to Claude Code? Start here
|
||||
- name: 🔧 Troubleshooting Guide
|
||||
url: https://docs.anthropic.com/en/docs/claude-code/troubleshooting
|
||||
url: https://docs.claude.com/en/docs/claude-code/troubleshooting
|
||||
about: Common issues and how to fix them
|
||||
- name: 💡 Discussions
|
||||
url: https://github.com/anthropics/claude-code/discussions
|
||||
about: Share ideas, tips, and chat with maintainers
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.126
|
||||
|
||||
- Enable /context command for Bedrock and Vertex
|
||||
- Add mTLS support for HTTP-based OpenTelemetry exporters
|
||||
|
||||
## 1.0.124
|
||||
|
||||
- Set `CLAUDE_BASH_NO_LOGIN` environment variable to 1 or true to to skip login shell for BashTool
|
||||
- Fix Bedrock and Vertex environment variables evaluating all strings as truthy
|
||||
- No longer inform Claude of the list of allowed tools when permission is denied
|
||||
- Fixed security vulnerability in Bash tool permission checks
|
||||
- Improved VSCode extension performance for large files
|
||||
|
||||
## 1.0.123
|
||||
|
||||
- Bash permission rules now support output redirections when matching (e.g., `Bash(python:*)` matches `python script.py > output.txt`)
|
||||
|
||||
Reference in New Issue
Block a user