Files
claude-howto/vi
Luong NGUYEN 97bfb0685e docs: sync to Claude Code v2.1.263 (#181)
Audit against the 2.1.258-2.1.263 delta and current official docs.

The release delta produced one contradiction: keybindingFlavor was
deprecated to a no-op in v2.1.261, but 10-cli and 09-advanced-features
still documented it as selecting between "classic" and "readline" with
classic as the default. Readline conventions are now unconditional.

Re-reading the enterprise MCP section against the current managed-mcp
docs found it structurally wrong, independent of the delta:

- allowedMcpServers, deniedMcpServers and allowAllClaudeAiMcps were
  presented as fields of managed-mcp.json. They are settings keys;
  managed-mcp.json holds an mcpServers map in .mcp.json format.
- Linux and Windows deployment paths were per-user (~/.config/ClaudeCode,
  %APPDATA%) where the real ones are system paths. An admin deploying to
  the documented path got no enforcement.
- The denylist example used serverName "untrusted-*". Name matching is
  exact and never expands wildcards, so that pattern blocks nothing.
- Allow/deny entries paired two keys in one object and wrote
  serverCommand as a bare string; both forms are invalid.

Mirrored into vi, ja and uk. zh has no enterprise MCP section.

Also removed a claim in 09-advanced-features and 10-cli that the settings
reference does not list modelPricing. It documents it, along with every
other key in that table.

New in this release range: /skill-doctor, /diff fullscreen panel,
/advisor text form and /reload-plugins in headless sessions,
managedMcpServers, --permission-prompts none,
--append-subagent-system-prompt-file, bashOutputMaxChars,
taskOutputMaxChars, and claude plugin validate --json.

Validation: pre-commit run --all-files, 23/23 hooks pass.

Claude-Session: https://claude.ai/code/session_01PAXabzMfDJxom9JPXtkK5o
2026-09-06 11:04:12 +02: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)