|
|
f9089af8f9
|
feat: 权限模式支持管道命令并优化prompt注入
|
2026-04-13 16:23:24 +08:00 |
|
|
|
757718c492
|
feat: add user turn tool protection to shallow compression
- Add shallow_compress_keep_user_turn_tools config (default: 3)
- Add is_auto_generated metadata to system messages (sub_agent/background_command)
- Fix sub_agent notification path to include auto_message marker
- Frontend: add input field in PersonalizationDrawer
- Backend: implement protection logic in _run_auto_shallow_compression
|
2026-04-12 18:48:08 +08:00 |
|
|
|
fa81585fe8
|
fix: stop per-turn todo and permission system injections
|
2026-04-12 17:10:54 +08:00 |
|
|
|
ccb7128867
|
feat: 实现AGENTS.md自动注入功能和根目录文件创建限制功能
|
2026-04-12 16:34:57 +08:00 |
|
|
|
e814e89e32
|
feat: add conversation-bound permission modes and tool approval flow
|
2026-04-11 04:07:28 +08:00 |
|
|
|
1bda147a6f
|
fix: 完善工具约束与项目文档说明
|
2026-04-10 14:33:41 +08:00 |
|
|
|
90233690ad
|
feat: add json-based extensible model registry and dynamic model UI
|
2026-04-09 20:56:54 +08:00 |
|
|
|
a04eca3aab
|
fix: unify background run_command notifications with sub-agent flow
|
2026-04-08 16:13:40 +08:00 |
|
|
|
c4e4e0f576
|
fix: 调整终端强约束范围并新增先读后改文件校验
|
2026-04-08 13:01:04 +08:00 |
|
|
|
3ae5be47d9
|
feat: add per-skill strict read-before-tool enforcement
|
2026-04-07 11:50:38 +08:00 |
|
|
|
7e03e3cd5f
|
feat: stabilize context compression and deep-compact flow
|
2026-04-06 15:12:25 +08:00 |
|
|
|
cb92517cf5
|
fix: update app icon asset and zh-cn time format
|
2026-04-06 03:11:55 +08:00 |
|
|
|
21d1a14fea
|
fix(core): extend sleep wait cap to one hour
|
2026-04-03 11:34:54 +08:00 |
|
|
|
12c7a4bdd9
|
fix: remove legacy file edit tags
|
2026-03-17 22:43:51 +08:00 |
|
|
|
5ab3acef9c
|
feat: 添加 terminal-guide 和 sub-agent-guide skills
- 新增 terminal-guide skill: 持久化终端使用指南
- 新增 sub-agent-guide skill: 子智能体使用指南
- 优化终端工具定义和执行逻辑
- 更新系统提示词以引用新 skills
- 添加 utils/__init__.py 模块初始化文件
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-16 21:17:02 +08:00 |
|
|
|
b6462ff1e2
|
fix: skip sub-agent notify for blocking run
|
2026-03-14 21:35:47 +08:00 |
|
|
|
96d0e68347
|
fix: run sub-agent tools inside container
|
2026-03-14 21:13:27 +08:00 |
|
|
|
f09621fd86
|
feat: 为子智能体添加思考模式参数
- 新增 thinking_mode 参数(fast/thinking),支持根据任务复杂度选择模式
- 优化子智能体工具说明,提供详细的使用场景示例
- 增强子智能体状态展示,添加统计信息摘要
- 完善交付目录验证,要求必须为不存在的新目录
- 优化子智能体完成/超时/失败的消息格式
- 同步更新前端和批处理相关代码
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-11 03:34:20 +08:00 |
|
|
|
b68dee9d98
|
chore: snapshot current changes
|
2026-03-10 23:48:40 +08:00 |
|
|
|
43409c523e
|
fix: 移除错误的对话切换跳转逻辑并修复工具执行返回值问题
主要修复:
1. 移除前端"取消跳转到正在运行的对话"的错误逻辑
- 删除 switchConversation 中的任务检查和确认提示
- 删除 createNewConversation 中的跳转回运行对话逻辑
- 删除 loadConversation 中对未定义变量 hasActiveTask 的引用
2. 修复后端工具执行返回值问题
- 修复 execute_tool_calls 在用户停止时返回 None 的 bug
- 确保所有返回路径都返回包含 stopped 和 last_tool_call_time 的字典
3. 其他改进
- 添加代码复制功能 (handleCopyCodeClick)
- 移除 FocusPanel 相关代码
- 更新个性化配置 (enhanced_tool_display)
- 样式和主题优化
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-03-08 17:42:07 +08:00 |
|
|
|
463d89f295
|
fix: review filename sanitize and tool output
|
2026-03-08 00:03:28 +08:00 |
|
|
|
63e367a996
|
refactor: further split runner and tools mixins
|
2026-03-07 20:25:58 +08:00 |
|
|
|
dcba8d9d76
|
refactor: split terminal and server chat flow modules
|
2026-03-07 18:38:30 +08:00 |
|
|
|
c067df4e1b
|
feat: add include_domains search filter and UI display
|
2026-03-07 17:50:35 +08:00 |
|
|
|
4be61fe76e
|
feat: unify terminal session controls
|
2026-03-04 23:49:10 +08:00 |
|
|
|
dc6d998afb
|
fix: reduce prompt time precision
|
2026-02-25 17:56:05 +08:00 |
|
|
|
08bc08b35f
|
feat: update model support and multimodal
|
2026-02-25 01:41:05 +08:00 |
|
|
|
89eeb449b5
|
chore: sync workspace updates
|
2026-02-23 01:20:41 +08:00 |
|
|
|
a013abb3c4
|
fix: improve terminal timeout messaging
|
2026-02-12 11:55:15 +08:00 |
|
|
|
7472028997
|
feat: add skills framework and controls
|
2026-02-07 00:20:35 +08:00 |
|
|
|
b0941a247b
|
fix: reduce workspace scans in host mode
|
2026-02-06 17:09:19 +08:00 |
|
|
|
55ef45e04d
|
feat: add silent disable option and workspace prompt split
|
2026-02-03 23:11:15 +08:00 |
|
|
|
406e777e22
|
feat: improve compression and context budgeting
|
2026-01-31 10:30:00 +08:00 |
|
|
|
9ded11de7a
|
feat: support batch todo updates
|
2026-01-30 18:50:02 +08:00 |
|
|
|
bb91d22631
|
feat: add video send/view flow and guard model constraints
|
2026-01-30 17:04:33 +08:00 |
|
|
|
7890926c3d
|
fix: improve cancellation flow and api error tracing
|
2026-01-30 15:36:44 +08:00 |
|
|
|
453df30f45
|
refactor: replace file diff tools, simplify todos, disable typewriter
|
2026-01-29 14:20:01 +08:00 |
|
|
|
e5c2943cb2
|
fix: refine title prompt and sandbox config
|
2026-01-29 11:54:24 +08:00 |
|
|
|
6f8c1b36cc
|
feat: add image compression preference for uploads
|
2026-01-28 11:43:09 +08:00 |
|
|
|
60d27e9c1c
|
fix: refine host mode controls and kimi-k2.5 support
|
2026-01-28 11:19:50 +08:00 |
|
|
|
8a7cc5d9c6
|
feat: support kimi-k2.5 with multimodal thinking
|
2026-01-28 10:34:27 +08:00 |
|
|
|
d0197c38c3
|
fix: expand workspace file access and paginate convo index
|
2026-01-25 16:13:32 +08:00 |
|
|
|
6e0df78fef
|
feat(api): multi-workspace endpoints and container cleanup
|
2026-01-24 18:29:30 +08:00 |
|
|
|
9f7b443268
|
feat: add prompt/personalization selection and conversation APIs
|
2026-01-24 13:33:50 +08:00 |
|
|
|
c787df2cef
|
fix: reuse terminal container for command exec
|
2026-01-20 21:08:39 +08:00 |
|
|
|
a089cdd853
|
fix: update prompt timeouts and pip mirror
|
2026-01-06 16:35:11 +08:00 |
|
|
|
5c7cdd72c9
|
feat: add custom tools guide and id validation
|
2026-01-05 21:46:55 +08:00 |
|
|
|
99cbea30da
|
feat: polish admin policy UI and tool selection
|
2026-01-05 13:34:00 +08:00 |
|
|
|
3540fa8e4b
|
feat: conversation review flow and token fixes
|
2026-01-05 00:59:35 +08:00 |
|
|
|
f9b5aa2af9
|
fix: reset defaults for new conversations
|
2026-01-03 16:46:33 +08:00 |
|