mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 20:01:24 +00:00
Show 'In-memory' instead of 'File: undefined' for --no-session mode
This commit is contained in:
parent
42b1e06ad1
commit
97af788344
1 changed files with 1 additions and 1 deletions
|
|
@ -2207,7 +2207,7 @@ export class InteractiveMode {
|
|||
const stats = this.session.getSessionStats();
|
||||
|
||||
let info = `${theme.bold("Session Info")}\n\n`;
|
||||
info += `${theme.fg("dim", "File:")} ${stats.sessionFile}\n`;
|
||||
info += `${theme.fg("dim", "File:")} ${stats.sessionFile ?? "In-memory"}\n`;
|
||||
info += `${theme.fg("dim", "ID:")} ${stats.sessionId}\n\n`;
|
||||
info += `${theme.bold("Messages")}\n`;
|
||||
info += `${theme.fg("dim", "User:")} ${stats.userMessages}\n`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue