1 parent d262f48 commit 2f2bb7aCopy full SHA for 2f2bb7a
1 file changed
python_agent_harness/tui/core.py
@@ -77,7 +77,7 @@ def __init__(self, session: Session, console: Console | None = None) -> None:
77
# added at runtime are picked up.
78
self._discovered_agents: dict[str, str] = {}
79
self.prompt_session = _make_prompt_session(
80
- FileHistory(_history_path()),
+ FileHistory(_history_path(str(self._controller.project_dir))),
81
SlashCompleter(lambda: str(self._controller.project_dir)),
82
)
83
0 commit comments