feat: 更新任务生成和执行限制,优化多模块任务管理

This commit is contained in:
catlog22
2026-01-27 23:34:31 +08:00
parent 1b6ace0447
commit 9989cfcf21
8 changed files with 859 additions and 19 deletions

View File

@@ -21,8 +21,8 @@ const SERVER_VERSION = '6.2.0';
const ENV_PROJECT_ROOT = 'CCW_PROJECT_ROOT';
const ENV_ALLOWED_DIRS = 'CCW_ALLOWED_DIRS';
// Default enabled tools (core set)
const DEFAULT_TOOLS: string[] = ['write_file', 'edit_file', 'read_file', 'smart_search', 'core_memory', 'context_cache'];
// Default enabled tools (core set - file operations and core memory only)
const DEFAULT_TOOLS: string[] = ['write_file', 'edit_file', 'read_file', 'core_memory'];
/**
* Get list of enabled tools from environment or defaults