Skip to content

Commit c1d7a02

Browse files
committed
fix: update config wizard help text to reference ./.chat-sessions
- Updated auto_save help text from ~/agent-conversations to ./.chat-sessions - Ensures wizard flow matches new session storage location - Completes session storage location migration
1 parent 058f6ab commit c1d7a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_agent_chat_loop/components/config_wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def _configure_features(self):
352352
self.config["features"]["auto_save"] = self._prompt_bool(
353353
"Automatically save conversations on exit?",
354354
default=current_auto_save,
355-
help_text="Saves each conversation to ~/agent-conversations as markdown",
355+
help_text="Saves each conversation to ./.chat-sessions as markdown",
356356
)
357357

358358
# show_tokens

0 commit comments

Comments
 (0)