multica/packages/core/src
Jiayuan Zhang b6db23c4b3 feat(agent): add structured run logging for debugging
Introduce a RunLog system that records agent execution events as
structured JSONL to ~/.super-multica/sessions/{id}/run-log.jsonl.
Enable via MULTICA_RUN_LOG=1 env var or AgentOptions.enableRunLog.

Logs: run lifecycle, LLM calls, tool execution timing, context
overflow recovery, auth profile rotation, error classification,
and compaction events.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:38:02 +08:00
..
agent feat(agent): add structured run logging for debugging 2026-02-13 21:38:02 +08:00
channels feat(channels): add message source prefix, sendFile, and channel info 2026-02-13 01:37:22 +08:00
client refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
cron refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
heartbeat fix(heartbeat): use internal run to hide heartbeat from chat history 2026-02-11 19:41:57 +08:00
hub fix(core): preserve context-specific auth error messages 2026-02-13 18:58:27 +08:00
media refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
app-state.ts feat(desktop): persist onboarding state to file system 2026-02-12 10:53:04 +08:00
index.ts feat(desktop): persist onboarding state to file system 2026-02-12 10:53:04 +08:00