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:
+14
-10
@@ -833,7 +833,7 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
|
||||
2. **Деталі плагіна:**
|
||||
```bash
|
||||
/plugin info plugin-name
|
||||
claude plugin details plugin-name
|
||||
```
|
||||
|
||||
3. **Встановлення плагіна:**
|
||||
@@ -865,13 +865,17 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
### Список встановлених плагінів
|
||||
|
||||
```bash
|
||||
/plugin list --installed
|
||||
/plugin list # усі встановлені плагіни
|
||||
/plugin list --enabled # лише увімкнені плагіни
|
||||
/plugin list --disabled # лише вимкнені плагіни
|
||||
```
|
||||
|
||||
### Оновлення плагіна
|
||||
|
||||
Використовуйте форму CLI — саме її задокументовано в розділі [`plugin update`](https://code.claude.com/docs/en/plugins-reference) і саме її пропонує сам Claude Code, коли з'являється оновлення:
|
||||
|
||||
```bash
|
||||
/plugin update plugin-name
|
||||
claude plugin update plugin-name
|
||||
```
|
||||
|
||||
### Вимкнення/Увімкнення плагіна
|
||||
@@ -934,7 +938,7 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
- Переконайтеся, що шляхи в `plugin.json` відповідають фактичній структурі каталогів
|
||||
- Перевірте дозволи файлів: `chmod +x scripts/`
|
||||
- Перегляньте синтаксис файлів компонентів
|
||||
- Перевірте журнали: `/plugin debug plugin-name`
|
||||
- Перевірте інвентар компонентів: `claude plugin details plugin-name`
|
||||
|
||||
### Збій підключення MCP
|
||||
- Переконайтеся, що змінні оточення встановлені правильно
|
||||
@@ -943,9 +947,9 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
- Перегляньте конфігурацію MCP у каталозі `mcp/`
|
||||
|
||||
### Команди недоступні після встановлення
|
||||
- Переконайтеся, що плагін встановлено успішно: `/plugin list --installed`
|
||||
- Перевірте, чи плагін увімкнено: `/plugin status plugin-name`
|
||||
- Перезапустіть Claude Code: `exit` та відкрийте знову
|
||||
- Переконайтеся, що плагін встановлено успішно: `/plugin list`
|
||||
- Перевірте, чи плагін увімкнено: `/plugin list --enabled`
|
||||
- Перевірте, чи плагін уже активний — див. підсумок встановлення в розділі [Інструкції зі встановлення](#інструкції-зі-встановлення): `Plugin is now active.` — нічого робити не треба, `Run /reload-plugins to activate.` — запустіть цю команду (перезапуск не потрібен)
|
||||
- Перевірте конфлікти назв з існуючими командами
|
||||
|
||||
### Проблеми з виконанням хуків
|
||||
@@ -965,9 +969,9 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
- [Довідник системи хуків](../06-hooks/README.md)
|
||||
|
||||
---
|
||||
**Останнє оновлення**: 15 серпня 2026
|
||||
**Версія Claude Code**: 2.1.233
|
||||
**Останнє оновлення**: 19 серпня 2026
|
||||
**Версія Claude Code**: 2.1.235
|
||||
**Джерела**:
|
||||
- https://code.claude.com/docs/en/discover-plugins
|
||||
- https://code.claude.com/docs/en/settings
|
||||
**Сумісні моделі**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
**Сумісні моделі**: 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