mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 14:05:11 +00:00
mom: fix duplicate bot response logging, remove debug logs
- Remove bot response logging from agent.ts (already done in ctx.respond) - Remove all debug console.log statements - Clean up unused store parameter
This commit is contained in:
parent
cc71c0a49e
commit
e513127b3b
3 changed files with 98 additions and 107 deletions
|
|
@ -161,7 +161,7 @@ export class MomSessionManager {
|
|||
appendFileSync(this.contextFile, JSON.stringify(entry) + "\n");
|
||||
}
|
||||
|
||||
console.log(`[mom] Synced ${newMessages.length} messages from log.jsonl to context.jsonl`);
|
||||
// Sync complete - newMessages.length messages added
|
||||
}
|
||||
|
||||
private extractSessionId(): string | null {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue