# claude-code-java **Repository Path**: klenby/claude-code-java ## Basic Information - **Project Name**: claude-code-java - **Description**: 本项目 fork自:https://gitee.com/free/claude-code 新增: 1. 支持ACP协议 2. 适配 deepseek-v4-pro 和 deepseek-v4-flash 支持1m上下文 3. 引入MUSE-Autoskill(实验性质,未验证) 4. 引入/dreams(实验性质,未验证) 5. 在项目工作区内修改文件不需要审核 6.ACP 超时时间改为30分钟 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-05 - **Last Updated**: 2026-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 本项目 fork自:https://gitee.com/free/claude-code # 新增: 1. 支持ACP协议 ![输入图片说明](image.png) ```json { "default_mcp_settings":{ "use_idea_mcp": true, "use_custom_mcp": true }, "agent_servers": { "DeepSeek Agent": { "command": "E:/work/my/claude-code/dist/runtime/bin/java.exe", "args": [ "--enable-preview", "--enable-native-access=ALL-UNNAMED", "-jar", "E:/work/my/claude-code/dist/lib/claude-code-java.jar", "acp" ], "env": { "AI_API_KEY": "xxx", "AI_BASE_URL": "https://api.deepseek.com", "AI_MODEL": "deepseek-v4-pro", "CLAUDE_CODE_MODEL_LOG": "debug" } } } } ``` 2. 适配 deepseek-v4-pro 和 deepseek-v4-flash 支持1m上下文 3. 引入MUSE-Autoskill(实验性质,未验证) 4. 引入/dreams(实验性质,未验证) 5. 在项目工作区内修改文件不需要审核 6. ACP 超时时间改为30分钟