github →

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:

<img width="354" height="127" alt="Image" src="https://github.com/user-attachments/assets/44da9632-9e22-4806-b42f-b1e11bfdfa68" />

What the default webui does (launched with hermes dashboard --tui):

<img width="1209" height="909" alt="Image" src="https://github.com/user-attachments/assets/74fa4970-04a3-4286-a670-90837c4bc76e" />

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

This opens a fresh agent run and a draft PR for issue #3433.

Cancel