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

@@ -306,7 +306,6 @@ async fn handle_command(
cli.show_code,
chat_combined_content,
workspace_dir,
cli.new_session,
None, // agent_name (not in agent mode)
None, // initial_project (not supported in accumulative mode yet)
)