mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
chore(terminal): drop reference to untracked local plan file
This commit is contained in:
parent
fd3d9c63d0
commit
4d30b05d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1082,7 +1082,7 @@ _task_env_overrides: Dict[str, Dict[str, Any]] = {}
|
|||
# live cwd (post-command tracking, cwd-override registration) also records it
|
||||
# here. Readers still use the legacy env.cwd ladder. Later steps flip
|
||||
# file_tools and _resolve_command_cwd to read this store, then delete the
|
||||
# env-side tracking + ownership guards. See .hermes/plans/cwd-rearch-audit.md.
|
||||
# env-side tracking + ownership guards.
|
||||
_session_cwd: Dict[str, str] = {}
|
||||
_session_cwd_lock = threading.Lock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue