hermes-agent/apps/desktop/src/i18n
ethernet 6f7ee72be5 feat(desktop): base-branch picker for new worktree dialog
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).
2026-07-13 14:53:34 -04:00
..
catalog.ts feat: Add desktop language switching for Japanese and Traditional Chinese 2026-06-06 07:51:44 -07:00
context.test.tsx feat: Add desktop language switching for Japanese and Traditional Chinese 2026-06-06 07:51:44 -07:00
context.tsx feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
define-locale.ts feat: Add desktop language switching for Japanese and Traditional Chinese 2026-06-06 07:51:44 -07:00
en.ts feat(desktop): base-branch picker for new worktree dialog 2026-07-13 14:53:34 -04:00
index.ts fix(desktop): limit pending tool shimmer to action verb 2026-06-24 21:59:41 -05:00
ja.ts feat(desktop): base-branch picker for new worktree dialog 2026-07-13 14:53:34 -04:00
languages.test.ts feat: Add desktop language switching for Japanese and Traditional Chinese 2026-06-06 07:51:44 -07:00
languages.ts feat(desktop): unify Skills/Tools/MCP into the Capabilities page 2026-07-03 05:08:21 -05:00
runtime.test.ts Refactor desktop settings i18n keys to camelCase 2026-06-06 07:51:44 -07:00
runtime.ts feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
types.ts feat(desktop): base-branch picker for new worktree dialog 2026-07-13 14:53:34 -04:00
zh-hant.ts feat(desktop): base-branch picker for new worktree dialog 2026-07-13 14:53:34 -04:00
zh.ts feat(desktop): base-branch picker for new worktree dialog 2026-07-13 14:53:34 -04:00