agent-Specialization/static/src/stores
JOJO 398ee6e760 feat(memory): refactor proactive memory and conversation recall
Refactor conversation persistence into workspace-scoped storage with host workspace legacy migration, current workspace filtering, and active host workspace state protection.

Add proactive recent-conversation prompt injection with personal-space controls, configurable item count, empty-conversation filtering, and frozen per-conversation prompt metadata to keep request caches stable.

Introduce conversation_search and conversation_review tools for current-workspace history: multi-keyword search, list mode, current conversation exclusion, message/tool counts, formatted model output, read/save review modes, long-review fallback, and .agents/review storage.

Move internal workspace artifacts under .agents, including uploads, skills, compact results, and reviews; update prompt file-tree visibility, compression output, upload paths, and hidden versioning exclusions.

Add create_skill workflow and a Skills tool category, move read_skill into Skills, validate/归档 skill folders, support host global skills and Docker/API private skills, and sync private skills into .agents/skills and skill prompts.

Update frontend tool icons, statuses, and expanded renderers for conversation recall and skills workflows; add workspace conversation and skills-manager tests.
2026-05-27 03:09: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 chore: sync workspace updates 2026-02-23 01:20:41 +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 refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00
model.ts fix: harden multimodal handling and sanitize mcp action results 2026-04-27 20:11:21 +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(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
policy.ts refactor(frontend): 整理应用逻辑层与状态管理 2026-04-10 14:34:01 +08:00
resource.ts fix(mobile): 用量统计点击不展开问题 2026-04-12 13:41:26 +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(host-security+ui): unify host execution/approval behavior, runtime notices, and approval overlay UX 2026-05-12 19:16:38 +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