agent-Specialization/core
JOJO 011f9e14bc fix(file-manager): direct 执行环境下文件工具不再误拦授权范围外路径
run_command 是否走沙箱只看执行环境,而 read_file/write_file/edit_file 是
进程内文件操作不走 OS 沙箱,唯一防线是 FileManager._ensure_host_access
的授权路径检查,但它不知道执行环境,导致完全访问权限(direct)下仍按
授权列表拦截。现 FileManager 同步 host_execution_mode,direct 时与
run_command 语义对齐直接放行,sandbox 模式检查保持不变。
2026-08-12 11:23:27 +08:00
..
main_terminal_parts feat(modify-history): 新增文件修改留痕——编辑实时落盘 diff、开关与 prompt 注入 2026-08-12 02:20:40 +08:00
main_terminal.py fix(file-manager): direct 执行环境下文件工具不再误拦授权范围外路径 2026-08-12 11:23:27 +08:00
tool_config.py refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
web_terminal.py fix(server,static): 网络权限实例级快照与快捷窗口跨对话残留消闪 2026-08-08 23:59:45 +08:00