mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 11:02:17 +00:00
Removes MomSessionManager which was missing methods expected by AgentSession (appendMessage, getBranch, etc.), causing runtime crashes. Now uses the standard SessionManager from coding-agent with a fixed context.jsonl path per channel. The syncLogToSessionManager function handles syncing messages from log.jsonl using SessionManager's public API. Ref #595 |
||
|---|---|---|
| .. | ||
| tools | ||
| agent.ts | ||
| context.ts | ||
| download.ts | ||
| events.ts | ||
| log.ts | ||
| main.ts | ||
| sandbox.ts | ||
| slack.ts | ||
| store.ts | ||