Skip to content

Commit 2f2bb7a

Browse files
authored
Update core.py
1 parent d262f48 commit 2f2bb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎python_agent_harness/tui/core.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, session: Session, console: Console | None = None) -> None:
7777
# added at runtime are picked up.
7878
self._discovered_agents: dict[str, str] = {}
7979
self.prompt_session = _make_prompt_session(
80-
FileHistory(_history_path()),
80+
FileHistory(_history_path(str(self._controller.project_dir))),
8181
SlashCompleter(lambda: str(self._controller.project_dir)),
8282
)
8383

0 commit comments

Comments
 (0)