Files
claude-howto/vi
Luong NGUYEN da6e09e798 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.
2026-08-19 08:43:15 +02:00
..
2026-07-22 21:47:38 +07:00
2026-04-07 10:27:21 +02:00

Hướng Dẫn Claude Code

🌐 Language / Ngôn ngữ: English | Tiếng Việt

Làm chủ Claude Code trong một cuối tuần

Đây là bản tiếng Việt của tài liệu Claude Code How-To Guide.

📖 Giới Thiệu

Tài liệu này giúp bạn:

  • Hiểu và sử dụng Claude Code hiệu quả
  • Tự động hóa các tác vụ phát triển phần mềm
  • Tích hợp Claude Code vào workflow hàng ngày

🚀 Bắt Đầu Nhanh

Yêu Cầu

  • Claude Code đã được cài đặt
  • Kiến thức cơ bản về dòng lệnh (terminal)
  • Kiến thức cơ bản về lập trình

Cài Đặt

# Clone repository này
git clone https://github.com/luongnv89/claude-howto.git
cd claude-howto

# Copy các lệnh slash vào project của bạn
mkdir -p .claude/commands
cp 01-slash-commands/*.md .claude/commands/

📚 Cấu Trúc Tài Liệu

Tài liệu được chia thành 10 modules theo trình tự học:

  1. 01 - Lệnh Slash - Các lệnh tắt để tăng năng suất
  2. 02 - Bộ Nhớ - Lưu trữ context xuyên suốt các phiên
  3. 03 - Skills - Các khả năng có thể tái sử dụng
  4. 04 - Tác Nhân Con - Các trợ lý AI chuyên biệt
  5. 05 - MCP - Giao thức Model Context
  6. 06 - Hooks - Tự động hóa dựa trên sự kiện
  7. 07 - Plugins - Các tính năng được đóng gói
  8. 08 - Checkpoints - Snapshot phiên làm việc
  9. 09 - Tính Nâng Cao - Planning, thinking, backgrounds
  10. 10 - CLI - Tham chiếu dòng lệnh

🔗 Liên Kết

🤝 Đóng Góp

Xem CONTRIBUTING.md để biết thêm chi tiết.

📝 Ghi Chú Dịch Thuật

Xem TRANSLATION_NOTES.md để hiểu:

  • Glossary thuật ngữ kỹ thuật
  • Hướng dẫn phong cách dịch
  • Quy tắc dịch code và commands

Bản dịch đang được tiến hành. Xem TRANSLATION_QUEUE.md để biết tiến độ chi tiết.

Last Updated: 2026-04-02 Language: Vietnamese (vi-VN)