Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Should --restore be the default?

Uwe Strepp
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 14, 2025

For me it's the default use-case, when starting the agent in a specific project. So rather then having to actively --restore the session, why not have (e.g.) a --clear flag to optionally start fresh when necessary or convenient?

1 comment

Comment

Log in or Sign up to comment
rmoriz
Contributor
August 14, 2025

I'm not sure if this was implemented or I manually changed the config. But it's already possible to do so with:

 

file: ~/.rovodev/config.yml



sessions:
# Automatically restore the last active session on startup
autoRestore: true
# Directory where session data is stored
persistenceDir: /Users/username/.rovodev/sessions

… 

 

However, keep in mind that a session creates context, context can growth fast and is usually not helping to improve the LLM results. Hence, when you start a new task, it's better to call /prune or even start a new session. 

 

TAGS
AUG Leaders

Atlassian Community Events