multica/packages/core/src/agent
Jiayuan Zhang 5aa8a52784 feat(compaction): make pruning and summary artifact-aware
Soft trim and hard clear now detect and preserve artifact references
in their markers. Summary instructions include guidance to note artifact
paths. Plain-text fallback extracts and lists all artifact references
in a "Saved Artifacts" section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:02:27 +08:00
..
auth-profiles test(core): migrate 5 tests from internal mocks to real implementations 2026-02-13 22:17:52 +08:00
cli refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
context-window feat(compaction): make pruning and summary artifact-aware 2026-02-15 23:02:27 +08:00
profile Merge pull request #149 from multica-ai/feat/default-agent-name-multica 2026-02-12 23:08:33 +08:00
providers fix(providers): use dedicated openai-codex provider instead of aliasing to openai 2026-02-13 15:01:57 +08:00
session feat(session): add artifact storage and pre-emptive tool result truncation 2026-02-15 23:02:18 +08:00
skills fix(skills): use python3 and inject skill directory path into prompt 2026-02-15 19:53:18 +08:00
subagent test(core): migrate 5 tests from internal mocks to real implementations 2026-02-13 22:17:52 +08:00
system-prompt feat(skills): expose ineligible skills in system prompt for auto-discovery 2026-02-15 13:34:51 +08:00
tools fix(tools): auto-create group when custom groupId is provided 2026-02-15 19:53:12 +08:00
async-agent.test.ts feat(agent): expose isRunning and lastRunError on Agent and AsyncAgent 2026-02-11 17:09:33 +08:00
async-agent.ts feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
channel.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
credentials-cli.ts refactor(credentials): remove skills.env.json5 support 2026-02-15 13:34:51 +08:00
credentials.ts fix(credentials): add fallback to ~/.super-multica for custom data dirs 2026-02-15 17:48:21 +08:00
errors.ts feat(agent): add isContextOverflowError utility 2026-02-12 14:43:33 +08:00
events.ts fix(agent): report accurate compaction metrics and add run-log observability 2026-02-15 15:42:04 +08:00
extract-text.ts fix(core): check for "toolCall" type in hasToolUse() to match pi-ai types 2026-02-14 03:32:16 +08:00
index.ts refactor(credentials): remove skills.env.json5 support 2026-02-15 13:34:51 +08:00
message-timestamp.test.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
message-timestamp.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
run-log.ts feat(run-log): add result metadata to tool_end events 2026-02-15 18:06:42 +08:00
runner.ts refactor(compaction): remove pre-flight tool result pruning 2026-02-15 21:37:15 +08:00
sync-agent.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tokens.test.ts fix(agent): add NO_REPLY detection utility for filtering silent replies 2026-02-11 17:16:22 +08:00
tokens.ts fix(agent): add NO_REPLY detection utility for filtering silent replies 2026-02-11 17:16:22 +08:00
tools.ts feat(tools): add image resize wrapper for read tool 2026-02-13 15:12:37 +08:00
types.ts refactor(compaction): remove dead code and legacy count mode 2026-02-15 21:37:23 +08:00
workspace.test.ts refactor(agent): move workspace to ~/Documents/Multica 2026-02-12 19:04:20 +08:00
workspace.ts refactor(agent): move workspace to ~/Documents/Multica 2026-02-12 19:04:20 +08:00