Skip to content

fix(ui): handle Windows paths in instance tab titles#160

Merged
shantur merged 1 commit intodevfrom
codenomad/issue-157
Feb 12, 2026
Merged

fix(ui): handle Windows paths in instance tab titles#160
shantur merged 1 commit intodevfrom
codenomad/issue-157

Conversation

@codenomadbot
Copy link
Contributor

@codenomadbot codenomadbot bot commented Feb 12, 2026

Fixes instance tab label extraction on Windows by using a separator-agnostic basename helper (splits on both / and \\ and trims trailing separators).

This addresses cases where instance.folder is a Windows path (e.g. C:\\Users\\...) which previously caused the full path to render and get truncated.

Notes:

  • Ran npm run typecheck but the environment lacks tsc (tsc: command not found).

--
Yours, CodeNomadBot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments