mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
The sidebar "New worktree" button branched off whatever HEAD you were on — now a filterable Popover+Command combobox lets you pick any local or remote-tracking branch as the base, defaulting to origin/HEAD. Backend listBaseBranches() queries refs/heads + refs/remotes via for-each-ref, flags origin/HEAD (falling back to the local default for no-remote repos). Mirrored on the Python REST API side (base_branch_list + /api/git/base-branches route). |
||
|---|---|---|
| .. | ||
| catalog.ts | ||
| context.test.tsx | ||
| context.tsx | ||
| define-locale.ts | ||
| en.ts | ||
| index.ts | ||
| ja.ts | ||
| languages.test.ts | ||
| languages.ts | ||
| runtime.test.ts | ||
| runtime.ts | ||
| types.ts | ||
| zh-hant.ts | ||
| zh.ts | ||