mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-21 12:17:15 +02:00
docs: sync to Claude Code v2.1.235 (#174)
* docs: sync to Claude Code v2.1.235
Syncs the tutorial repo from v2.1.233 to v2.1.235, fixes a fabricated
plugin-command reference and a wrong lesson-quiz answer, closes translation
fan-out gaps, and documents six new features from v2.1.234/v2.1.235.
* docs(slash-commands): scope v2.1.234 dialog-command claims to the fullscreen TUI
The v2.1.234 changelog carries two separate entries: /permissions opening
mid-turn unconditionally, and the /add-dir, /autocompact, /theme, /help,
/config and /advisor dialogs opening mid-turn in the fullscreen TUI. The
sync flattened both into one unqualified bullet, so a reader on the default
renderer would find the described behavior absent.
Also corrects the CATALOG usage-limit auto-continue row, which described an
on-by-default feature as opt-in ("Enable via /config"); the changelog says
"turn it off in /config".
* docs(advanced-features): correct spellcheck value shape, default, and scope
settings.md documents `spellcheck` as object-valued
(`{"enabled": true, "language": "en_GB"}`) and read from user settings, the
--settings flag, and managed settings only; interactive-mode.md adds that it
is off by default and needs aspell, hunspell, or ispell on PATH. CATALOG told
readers to set a bare `"spellcheck": true`, and both settings tables sit under
preambles promising project-scope settings work, which for this key they do
not.
Also repoints CATALOG's hook-configuration example at pre-tool-check.sh; the
table rename left the example on validate-bash.py, which is not in 06-hooks/.
* docs(plugins): drop the unsupported claim that /plugin update does not exist
The sync asserted "Updating is CLI-only — there is no `/plugin update` slash
command". The plugins reference contradicts that: it refers to running
`/plugin update` twice in present tense (the cache-key section, and the
explicit-version row that says `/plugin update` reports "already at the
latest version"). The v2.1.235 binary carries no `/plugin update` string and
its own update notices point at `claude plugin update <name>` in a terminal,
so the sources conflict and neither absolute is safe to teach.
Recommends the CLI form on its documented merits instead of asserting a
negative. Mirrored to vi/ja/zh/uk and to the lesson-quiz Q8 explanation,
which taught the same false negative. Q8's correct answer is unchanged.
* docs(advanced-features): complete the v2.1.234 env-var fan-out and 04 TOC (#175)
The env-var block was still headed (v2.1.221-v2.1.233) and omitted both
variables v2.1.234 added: CLAUDE_CODE_PROJECT_DIR_NAME, which had reached
only 10-cli and CATALOG, and CLAUDE_CODE_GOAL_CHECKIN_MINUTES, which was in
prose and a CATALOG row but no env-var table.
Also adds the one missing 04-subagents TOC entry: Additional Resources was
the only H2 without one, leaving the reconciled TOC at 26 of 27 sections.
This commit is contained in:
@@ -557,10 +557,10 @@ Nếu cả hai tồn tại với cùng tên, **skill sẽ được ưu tiên**.
|
||||
|
||||
---
|
||||
|
||||
**Cập Nhật Lần Cuối**: Ngày 15 tháng 8 năm 2026
|
||||
**Phiên Bản Claude Code**: 2.1.233
|
||||
**Cập Nhật Lần Cuối**: Ngày 19 tháng 8 năm 2026
|
||||
**Phiên Bản Claude Code**: 2.1.235
|
||||
**Nguồn**:
|
||||
- https://code.claude.com/docs/en/commands
|
||||
**Các Mô Hình Tương Thích**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
**Các Mô Hình Tương Thích**: Claude Fable 5, Claude Opus 5, Claude Sonnet 5, Claude Sonnet 4.6, Claude Opus 4.8, Claude Haiku 4.5
|
||||
|
||||
*Phần của series hướng dẫn [Claude How To](../)*
|
||||
|
||||
+14
-10
@@ -837,7 +837,7 @@ Workflow PR review hoàn chỉnh với các kiểm tra bảo mật, testing, và
|
||||
|
||||
2. **Xem chi tiết plugin:**
|
||||
```bash
|
||||
/plugin info plugin-name
|
||||
claude plugin details plugin-name
|
||||
```
|
||||
|
||||
3. **Cài đặt một plugin:**
|
||||
@@ -860,13 +860,17 @@ Workflow PR review hoàn chỉnh với các kiểm tra bảo mật, testing, và
|
||||
### Liệt Kê Các Plugins Đã Cài Đặt
|
||||
|
||||
```bash
|
||||
/plugin list --installed
|
||||
/plugin list # tất cả plugin đã cài đặt
|
||||
/plugin list --enabled # chỉ các plugin đang bật
|
||||
/plugin list --disabled # chỉ các plugin đang tắt
|
||||
```
|
||||
|
||||
### Cập Nhật Một Plugin
|
||||
|
||||
Dùng dạng CLI — đây là dạng được ghi trong tài liệu tại [`plugin update`](https://code.claude.com/docs/en/plugins-reference) và cũng là dạng mà chính Claude Code hướng dẫn bạn khi có bản cập nhật:
|
||||
|
||||
```bash
|
||||
/plugin update plugin-name
|
||||
claude plugin update plugin-name
|
||||
```
|
||||
|
||||
### Vô Hiệu Hóa/Kích Hoạt Một Plugin
|
||||
@@ -929,7 +933,7 @@ Các tính năng Claude Code sau hoạt động cùng với plugins:
|
||||
- Xác minh các đường dẫn trong `plugin.json` khớp với cấu trúc thư mục thực tế
|
||||
- Kiểm tra quyền file: `chmod +x scripts/`
|
||||
- Review cú pháp file thành phần
|
||||
- Kiểm tra logs: `/plugin debug plugin-name`
|
||||
- Kiểm tra kho thành phần: `claude plugin details plugin-name`
|
||||
|
||||
### MCP Connection Failed
|
||||
- Xác minh các biến môi trường được đặt đúng
|
||||
@@ -938,9 +942,9 @@ Các tính năng Claude Code sau hoạt động cùng với plugins:
|
||||
- Review cấu hình MCP trong thư mục `mcp/`
|
||||
|
||||
### Commands Not Available After Install
|
||||
- Đảm bảo plugin được cài đặt thành công: `/plugin list --installed`
|
||||
- Kiểm tra nếu plugin được kích hoạt: `/plugin status plugin-name`
|
||||
- Khởi động lại Claude Code: `exit` và mở lại
|
||||
- Đảm bảo plugin được cài đặt thành công: `/plugin list`
|
||||
- Kiểm tra nếu plugin được kích hoạt: `/plugin list --enabled`
|
||||
- Kiểm tra xem đã hoạt động chưa — xem hướng dẫn tóm tắt cài đặt trong [Các Phương Thức Cài Đặt](#các-phương-thức-cài-đặt--installation-methods): `Plugin is now active.` không cần làm gì thêm, `Run /reload-plugins to activate.` nghĩa là chạy lệnh đó (không cần khởi động lại)
|
||||
- Kiểm tra xung đột đặt tên với các lệnh hiện có
|
||||
|
||||
### Hook Execution Issues
|
||||
@@ -961,9 +965,9 @@ Các tính năng Claude Code sau hoạt động cùng với plugins:
|
||||
|
||||
---
|
||||
|
||||
**Cập Nhật Lần Cuối**: Ngày 15 tháng 8 năm 2026
|
||||
**Phiên Bản Claude Code**: 2.1.233
|
||||
**Cập Nhật Lần Cuối**: Ngày 19 tháng 8 năm 2026
|
||||
**Phiên Bản Claude Code**: 2.1.235
|
||||
**Nguồn**:
|
||||
- https://code.claude.com/docs/en/discover-plugins
|
||||
- https://code.claude.com/docs/en/settings
|
||||
**Các Mô Hình Tương Thích**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
**Các Mô Hình Tương Thích**: Claude Fable 5, Claude Opus 5, Claude Sonnet 5, Claude Sonnet 4.6, Claude Opus 4.8, Claude Haiku 4.5
|
||||
|
||||
Reference in New Issue
Block a user