mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-08-31 02:39:23 +08:00
🔄 Sync release notes (2025-12-17)
- **CHANGELOG.md** (+10 / -0) • # 2.0.71
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.71
|
||||
|
||||
- Added /config toggle to enable/disable prompt suggestions
|
||||
- Added `/settings` as an alias for the `/config` command
|
||||
- Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path
|
||||
- Fixed MCP servers from `.mcp.json` not loading when using `--dangerously-skip-permissions`
|
||||
- Fixed permission rules incorrectly rejecting valid bash commands containing shell glob patterns (e.g., `ls *.txt`, `for f in *.png`)
|
||||
- Bedrock: Environment variable `ANTHROPIC_BEDROCK_BASE_URL` is now respected for token counting and inference profile listing
|
||||
- New syntax highlighting engine for native build
|
||||
|
||||
## 2.0.70
|
||||
|
||||
- Added Enter key to accept and submit prompt suggestions immediately (tab still accepts for editing)
|
||||
|
||||
@@ -10,18 +10,14 @@ The status section below is updated by a daily GitHub Action.
|
||||
|
||||
### 🔄 Last Sync
|
||||
|
||||
- **UTC**: `2025-12-16 00:41:23 UTC`
|
||||
- **Europe/Oslo**: `2025-12-16 01:41:23 CET`
|
||||
- **Workflow Run**: [#132](https://github.com/zebbern/claude-code-guide/actions/runs/20252465344)
|
||||
- **UTC**: `2025-12-17 00:38:42 UTC`
|
||||
- **Europe/Oslo**: `2025-12-17 01:38:42 CET`
|
||||
- **Workflow Run**: [#133](https://github.com/zebbern/claude-code-guide/actions/runs/20287535152)
|
||||
|
||||
### ✅ Files Updated This Run
|
||||
|
||||
- **api.md**: +1 / -1
|
||||
- **claude-code.md**: +1 / -1
|
||||
- **system-prompts.md**: +1 / -1
|
||||
- **CHANGELOG.md**: +16 / -0
|
||||
- **claude-apps.md**: +1 / -1
|
||||
**Total changes**: +20 / -4 lines
|
||||
- **CHANGELOG.md**: +10 / -0
|
||||
**Total changes**: +10 / -0 lines
|
||||
|
||||
<!-- sync-status:end -->
|
||||
|
||||
@@ -137,5 +133,6 @@ The status section below is updated by a daily GitHub Action.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user