Merge 8843ed076d into 1175f4a62b
This commit is contained in:
commit
4034498b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func interactiveMode(agentLoop *agent.AgentLoop, sessionKey string) {
|
||||||
|
|
||||||
rl, err := readline.NewEx(&readline.Config{
|
rl, err := readline.NewEx(&readline.Config{
|
||||||
Prompt: prompt,
|
Prompt: prompt,
|
||||||
HistoryFile: filepath.Join(os.TempDir(), ".picoclaw_history"),
|
HistoryFile: filepath.Join(internal.GetPicoclawHome(), ".picoclaw_history"),
|
||||||
HistoryLimit: 100,
|
HistoryLimit: 100,
|
||||||
InterruptPrompt: "^C",
|
InterruptPrompt: "^C",
|
||||||
EOFPrompt: "exit",
|
EOFPrompt: "exit",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue