docs: sync all tutorials with latest Claude Code docs (April 2026) (#56)
* docs: sync all tutorials with latest Claude Code official docs (April 2026) Update 44 documentation files to reflect the latest Claude Code features from code.claude.com. Key content changes include new slash commands (/ultraplan, /powerup, /sandbox), deprecated command removals (/pr-comments, /vim), corrected skill description budget (1%/8K), new hook events (PermissionDenied, InstructionsLoaded, ConfigChange), expanded Agent Teams section, new plugin components (LSP, bin/, settings.json), and new CLI flags (--bare, --tmux, --effort, --channels). Added "Last Updated: April 2026" metadata footer to all documentation files. * fix(docs): correct env var values and alphabetical ordering - CLAUDE_CODE_NEW_INIT=true → =1 in 02-memory and 09-advanced-features - CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=true → =1 in 09-advanced-features - Fix /powerup vs /plugin alphabetical order in slash commands table * fix(docs): correct env var values in locale files (vi, zh) Propagate CLAUDE_CODE_NEW_INIT=true → =1 and CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=true → =1 corrections to Vietnamese and Chinese translations.
This commit is contained in:
@@ -46,7 +46,7 @@ Lệnh tích hợp sẵn là các lối tắt cho các hành động phổ biế
|
||||
| `/help` | Hiển thị trợ giúp |
|
||||
| `/hooks` | Xem cấu hình hooks |
|
||||
| `/ide` | Quản lý tích hợp IDE |
|
||||
| `/init` | Khởi tạo `CLAUDE.md`. Đặt `CLAUDE_CODE_NEW_INIT=true` cho quy trình tương tác |
|
||||
| `/init` | Khởi tạo `CLAUDE.md`. Đặt `CLAUDE_CODE_NEW_INIT=1` cho quy trình tương tác |
|
||||
| `/insights` | Tạo báo cáo phân tích phiên |
|
||||
| `/install-github-app` | Thiết lập ứng dụng GitHub Actions |
|
||||
| `/install-slack-app` | Cài đặt ứng dụng Slack |
|
||||
|
||||
@@ -49,10 +49,10 @@ Lệnh `/init` là cách nhanh nhất để thiết lập bộ nhớ dự án tr
|
||||
- Thiết lập nền tảng cho tính liên tục của bối cảnh qua các phiên
|
||||
- Cung cấp cấu trúc mẫu để ghiêu chuẩn dự án của bạn
|
||||
|
||||
**Chế độ tương tác nâng cao:** Đặt `CLAUDE_CODE_NEW_INIT=true` để bật quy trình tương tác đa giai đoạn hướng dẫn bạn qua việc thiết lập dự án từng bước:
|
||||
**Chế độ tương tác nâng cao:** Đặt `CLAUDE_CODE_NEW_INIT=1` để bật quy trình tương tác đa giai đoạn hướng dẫn bạn qua việc thiết lập dự án từng bước:
|
||||
|
||||
```bash
|
||||
CLAUDE_CODE_NEW_INIT=true claude
|
||||
CLAUDE_CODE_NEW_INIT=1 claude
|
||||
/init
|
||||
```
|
||||
|
||||
|
||||
@@ -1759,12 +1759,12 @@ export ENABLE_TOOL_SEARCH=true
|
||||
export CLAUDE_CODE_TASK_LIST_ID=my-project-tasks
|
||||
|
||||
# Agent teams (experimental)
|
||||
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=true
|
||||
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
|
||||
|
||||
# Subagent and plugin configuration
|
||||
export CLAUDE_CODE_SUBAGENT_MODEL=sonnet
|
||||
export CLAUDE_CODE_PLUGIN_SEED_DIR=./my-plugins
|
||||
export CLAUDE_CODE_NEW_INIT=true
|
||||
export CLAUDE_CODE_NEW_INIT=1
|
||||
|
||||
# Subprocess and streaming
|
||||
export CLAUDE_CODE_SUBPROCESS_ENV_SCRUB="SECRET_KEY,DB_PASSWORD"
|
||||
|
||||
Reference in New Issue
Block a user