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?

2 comments

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. 

 

Like Jovana Dunisijevic likes this
Jovana Dunisijevic
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 19, 2025

Hey @Uwe Strepp 

Thanks for your suggestion!

Having a --clear flag to start a fresh session by default (instead of always restoring the previous one) makes a lot of sense, especially for users who frequently switch projects or want a clean slate. I'll share this feedback with the product team for consideration in future updates.

In the meantime, please continue to use --restore as needed or take @rmoriz recommendation which is also a very good practice we do internally!

 

Kindest regards,

Jov

TAGS
AUG Leaders

Atlassian Community Events