agent-Specialization/static/src/stores
JOJO 8a1e17b9a0 feat(goal): add autonomous goal mode workflow
Introduce workspace-level goal state persistence, goal prompt injection, and after-turn review handling so an active task can continue until the configured completion conditions are met.

Add a dedicated goal review agent with readonly and active evidence modes, configurable model settings, review prompt, token/turn boundaries, idle-no-tool protection, and progress/completed/stopped events.

Wire goal_mode through task creation, task restoration, compression handoff, runtime user messages, API message sanitization, and tool-call ordering so goal continuations survive long-running tasks and deep compression.

Add Vue UI for arming goal mode from the quick menu, showing running/completed banners, displaying progress metrics, restoring running goal state, and exposing personalization settings for review mode and stop limits.

Include goal mode research notes and default goal review configuration.
2026-05-30 12:51:42 +08:00
..
backgroundCommand.ts fix(prompt): merge disabled-tool notice into leading system prompts 2026-05-09 18:56:49 +08:00
chat.ts feat(host-security+ui): unify host execution/approval behavior, runtime notices, and approval overlay UX 2026-05-12 19:16:38 +08:00
chatActions.ts feat(web): remove socket dependency from main chat flow 2026-04-03 11:34:42 +08:00
connection.ts feat: restore run mode personalization 2025-12-02 19:03:33 +08:00
conversation.ts fix(frontend): restore conversation delete animation 2026-05-29 19:57:23 +08:00
file.ts refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00
focus.ts feat: modularize frontend layout 2025-11-25 22:41:15 +08:00
input.ts feat(goal): add autonomous goal mode workflow 2026-05-30 12:51:42 +08:00
model.ts refactor(models): use dynamic api model registry 2026-05-29 00:20:54 +08:00
monitor.ts fix: reduce chat debug noise and stabilize auto-scroll behavior 2026-04-25 16:35:09 +08:00
personalization.ts feat(goal): add autonomous goal mode workflow 2026-05-30 12:51:42 +08:00
policy.ts refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00
resource.ts perf(status): defer docker stats on startup 2026-05-29 13:55:54 +08:00
subAgent.ts fix(prompt): merge disabled-tool notice into leading system prompts 2026-05-09 18:56:49 +08:00
task.ts feat(goal): add autonomous goal mode workflow 2026-05-30 12:51:42 +08:00
tool.ts refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00
tutorial.ts feat: 添加智能体交流风格选项 2026-04-14 01:47:06 +08:00
ui.ts feat(versioning-ui): 优化版本不一致提示与回溯限制 2026-04-11 17:01:35 +08:00
upload.ts refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00