New request
#3433: Tilde ~/ expansion does not work like default Hermes webui
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
bugux
The ~/ does not expand like the default web UI. What I see:
What the default webui does (launched with hermes dashboard --tui):
My setup:
<img width="982" height="150" alt="Image" src="https://github.com/user-attachments/assets/e2ec83f4-2cc8-41d5-8eef-64b065f17d68" />I've tried to raise this before via #3173 but I must not have been clear enough, apologies about that.
Assessmentadvisory
bug● easy75% confidence
Missing tilde expansion in workspace path inputs likely stems from a frontend normalization gap or backend resolve mismatch.
Likely files
- static/js/workspaceBrowser.js
- api/helpers.py
- tests/test_workspace.py
Create the request