Remove automatic session resume suggestion on startup

- Remove the interactive prompt that asked users to resume in-progress sessions
- Remove unused new_session parameter from run_interactive()
- Remove unused info_inline() function from G3Status
- Explicit --resume <session_id> flag still works
This commit is contained in:
Dhanji R. Prasanna
2026-02-05 12:40:27 +11:00
parent 8bbaf6f02e
commit 6228001bfc
5 changed files with 1 additions and 59 deletions

View File

@@ -277,7 +277,6 @@ async fn run_console_mode(
cli.show_code,
combined_content,
project.workspace(),
cli.new_session || cli.resume.is_some(), // Skip auto-resume prompt if --resume was used
None, // agent_name (not in agent mode)
initial_project,
)