multica/packages
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
..
core feat(agent): add structured run logging for debugging 2026-02-13 21:38:02 +08:00
hooks feat(utils): unify encrypted Device ID across all platforms 2026-02-13 17:34:23 +08:00
sdk feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
store feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
types feat(types): add AuthUser type for auth integration 2026-02-13 12:24:43 +08:00
ui merge: resolve conflict with main (keep both auth and subagents handlers) 2026-02-13 14:41:15 +08:00
utils feat(utils): unify encrypted Device ID across all platforms 2026-02-13 17:34:23 +08:00