feat(audit): 审计修复第四轮 — 跨会话搜索、LLM压缩集成、Presentation渲染器
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
- S9: MessageSearch 新增 Session/Global 双模式,Global 调用 VikingStorage memory_search - M4b: LLM 压缩器集成到 kernel AgentLoop,支持 use_llm 配置切换 - M4c: 压缩时自动提取记忆到 VikingStorage (runtime + tauri 双路径) - H6: 新增 ChartRenderer(recharts)、Document/Slideshow 完整渲染 - 累计修复 23 项,整体完成度 ~72%,真实可用率 ~80%
This commit is contained in:
@@ -485,7 +485,7 @@ export function ReflectionLog({
|
||||
// Initialize reflection engine with config that allows soul modification
|
||||
await intelligenceClient.reflection.init(config);
|
||||
|
||||
const loadedHistory = await intelligenceClient.reflection.getHistory();
|
||||
const loadedHistory = await intelligenceClient.reflection.getHistory(undefined, agentId);
|
||||
setHistory([...loadedHistory].reverse()); // Most recent first
|
||||
|
||||
const proposals = await intelligenceClient.identity.getPendingProposals(agentId);
|
||||
|
||||
Reference in New Issue
Block a user