diff --git a/工程/ClaudeCode.md b/工程/ClaudeCode.md index 8ed471e..ff5ad62 100644 --- a/工程/ClaudeCode.md +++ b/工程/ClaudeCode.md @@ -1,7 +1,8 @@ -# [Claude Code](https://code.claude.com/docs/zh-CN/quickstart) +# [Claude Code](https://code.claude.com/docs/en/overview) [中文](https://code.claude.com/docs/zh-CN/quickstart) - Info - [Claude Code Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) + - [How Claude remembers your project](https://code.claude.com/docs/en/memory) - [GLM-5](https://docs.bigmodel.cn/cn/guide/models/text/glm-5-turbo) - [Claude Code GitHub](https://github.com/anthropics/claude-code) - [Claude Code Plugins Directory](https://github.com/anthropics/claude-plugins-official.git) @@ -198,3 +199,17 @@ npx skills add https://github.com/larksuite/cli -y -g # 然后通过以下命令配置应用 lark-cli config init --new ``` + +## settings + +- autoMemoryDirectory 必须以 '~' 或者 绝对路径 开始 + +```json +{ + "env": { + "CLAUDE_CODE_NO_FLICKER": "0" + }, + "autoMemoryEnabled": true, + "autoMemoryDirectory": "~/.claude/memory" +} +```