梦兽编程
AI_SUITE

[ SECTION / AI ]

Claude Code

Claude Code tips, internals, and practical guides.
48 POSTS
01 AI / 2026.06.13 / 5 MIN CLAUDE.md and Hooks——Building Your Personalized AI Butler Deep dive into Claude Code's CLAUDE.md configuration and Hooks mechanism: how to build a personalized AI butler through project-level AI manuals and custom interception … 02 AI / 2026.06.13 / 1 MIN Cache Interruption——When Does It Become Invalid? Deep dive into Claude Code's cache interruption detection mechanism: scenarios where cache becomes invalid such as tool changes, model switching, session timeout, and how … 03 AI / 2026.06.12 / 6 MIN Feature Flags Checklist - Complete Overview of 89 Feature Switches Complete Claude Code Feature Flag checklist covering 89 feature switches across 5 domains: autonomous agents, remote control, context management, memory and knowledge, … 04 AI / 2026.06.06 / 7 MIN Token Budget - How to Spend 200K Wisely? A deep dive into Claude Code's token budget strategy: the 200K token allocation plan, dynamic adjustment mechanisms, and strategies for when the budget runs out. 05 AI / 2026.06.06 / 5 MIN Permission System——Installing a "Safety Brake" for AI Deep dive into Claude Code's permission system: three-tier permission architecture, YOLO classifier automatic judgment, and Always Allow/Deny rules. Unveiling how AI … 06 AI / 2026.06.05 / 7 MIN Glossary - Claude Code Concept Quick Reference Complete Claude Code glossary covering core concepts in architecture, context management, prompt engineering, permission system, and agent system with concise … 07 AI / 2026.06.04 / 8 MIN Stop Getting Interrupted by Claude Code. Run It Inside a Container and Let It Go Wild. The most annoying thing about Claude Code is getting interrupted by permission prompts every few seconds. Code Container solves this with Docker: 300ms startup, full … 08 AI / 2026.05.30 / 5 MIN When AI's "Brain" Isn't Enough——Compaction and Microcompact Deep dive into Claude Code's context compaction mechanism: differences between auto-compaction and microcompact, state preservation after compaction, and context … 09 AI / 2026.05.29 / 5 MIN Environment Variables Reference - Complete Claude Code Configuration Guide Complete Claude Code environment variables reference handbook, covering all configurable options for debugging, caching, permissions, memory, models, and more. 10 AI / 2026.05.23 / 5 MIN Prompt Caching——Claude Code's "Money-Saving Secret" Deep dive into Claude Code's prompt caching mechanism: cache breakpoint design, tool ordering stability, and cache interruption detection. Unveiling how prompt caching …