mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
Sessions with no cwd — or whose folder can't be promoted to a project (the bare home dir, a deleted workspace, HERMES state) — were dropped from the project tree entirely, so the grouped sidebar silently showed fewer chats than flat Recents. Collect them into a synthetic `__no_project__` node at the head of the list. It carries one lane purely to hold the rows, and is omitted when empty so a project-less install stays blank. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _stdin_recovery.py | ||
| compute_host.py | ||
| entry.py | ||
| event_publisher.py | ||
| git_probe.py | ||
| host_supervisor.py | ||
| loop_noise.py | ||
| project_tree.py | ||
| render.py | ||
| server.py | ||
| slash_worker.py | ||
| synthetic_turn.py | ||
| transport.py | ||
| turn_marker.py | ||
| ws.py | ||