Skip to content

[FEATURE] Add --resume flag to continue last session #9

@jwesleye

Description

@jwesleye

Feature Description

Resume your last chat session with conversation history preserved.

Problem/Motivation

When working on extended tasks, I have to start fresh each time I restart chat_loop, losing context and previous conversation flow.

Proposed Solution

chat_loop myagent --resume
# Picks up where you left off

Could store recent sessions in ~/.chat_sessions/ with timestamps.

Benefits

  • Maintains context across sessions
  • Useful for multi-day debugging or exploration
  • Could pair with --save-session for named sessions

Priority

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions