fix(onboard): use configured workspace path on setup

This commit is contained in:
Xubin Ren
2026-03-17 05:01:34 +00:00
parent c4cc2a9fb4
commit 40a022afd9
3 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -282,7 +282,8 @@ def onboard():
save_config(config)
console.print(f"[green]✓[/green] Config refreshed at {config_path} (existing values preserved)")
else:
save_config(Config())
config = Config()
save_config(config)
console.print(f"[green]✓[/green] Created config at {config_path}")
console.print("[dim]Config template now uses `maxTokens` + `contextWindowTokens`; `memoryWindow` is no longer a runtime setting.[/dim]")