Compare commits

...

6 Commits

Author SHA1 Message Date
Boris Cherny
1abf1a56c5 Update demo.gif with latest recording
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 09:50:14 -07:00
Boris Cherny
970758b9d2 Merge pull request #8082 from mgiovani/fix/issue-7730-broken-links
fix: broken links in issue template configuration
2025-09-29 08:34:55 -07:00
GitHub Actions
bd8aff23f2 chore: Update CHANGELOG.md 2025-09-26 01:18:15 +00:00
GitHub Actions
d132c322e1 chore: Update CHANGELOG.md 2025-09-25 04:23:05 +00:00
Adam Wolff
272a20131f Merge pull request #8160 from anthropics/adam/restore
Restore dedupe workflows
2025-09-24 18:11:13 -07:00
Giovani Moutinho
fa55bc6eeb Fix broken links in issue template configuration
- Update all documentation URLs from docs.anthropic.com to docs.claude.com to avoid redirects
- Change Getting Started Guide URL from /getting-started to /quickstart path
- Remove Discussions link as GitHub Discussions are not enabled for this repository

Fixes #7730
2025-09-23 19:34:52 -03:00
3 changed files with 16 additions and 6 deletions

View File

@@ -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

View File

@@ -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`)

BIN
demo.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 MiB

After

Width:  |  Height:  |  Size: 10 MiB