jonny
cb79018977
fix(tui): improve session picker readability
...
- Show full session ID in a fixed-width column for easy scanning
- Pad row numbers to 2 digits to keep alignment past 9 entries
- Always show session source (tui/cli) instead of conditionally hiding it
- Use Box-based column layout so ID, metadata, and title don't run together
2026-04-10 11:16:41 +00:00
jonny
90f0aa174d
fix(tui): support /resume <id> to bypass session picker
...
- Extract resumeById callback from inline onSelect handler
- /resume with no arg opens picker (unchanged behavior)
- /resume <id> resumes directly, skipping the picker
2026-04-10 11:00:08 +00:00
jonny
304f1463a9
fix(tui): show CLI sessions in resume picker
...
- session.list RPC now queries both tui and cli sources, merged by recency
- Session picker shows source label for non-tui sessions (e.g. ", cli")
- Added source field to SessionItem interface
2026-04-10 09:34:01 +00:00
Ari Lotter
660379637a
one more nix fix
2026-04-10 01:41:29 -04:00
Ari Lotter
bc80848e49
update lockfile
2026-04-10 00:50:39 -04:00
Ari Lotter
658cd2dd4c
nix: add tui lockfile update script
2026-04-10 00:46:37 -04:00
Brooklyn Nicholson
8c1ba639c6
Merge branch 'feat/ink-refactor' of github.com:NousResearch/hermes-agent into feat/ink-refactor
2026-04-09 23:35:29 -05:00
Brooklyn Nicholson
17a9c47178
feat: support shift enter for ghostty etc
2026-04-09 23:35:25 -05:00
Austin Pickett
e1df13cf20
fix: menus
2026-04-10 00:01:37 -04:00
Brooklyn Nicholson
aca479c1ae
Merge branch 'feat/ink-refactor' of github.com:NousResearch/hermes-agent into feat/ink-refactor
2026-04-09 19:08:52 -05:00
Brooklyn Nicholson
b85ff282bc
feat(ui-tui): slash command history/display, CoT fade, live skin switch, fix double reasoning
2026-04-09 19:08:47 -05:00
Austin Pickett
4406b4b100
fix: add delete support
2026-04-09 19:53:55 -04:00
Brooklyn Nicholson
17ecdce936
feat: add slash commands to the history so it doesnt get lost
2026-04-09 18:51:17 -05:00
Brooklyn Nicholson
7e813a30e0
fix: sexier cots
2026-04-09 18:33:25 -05:00
Brooklyn Nicholson
6e24b9947e
feat(ui-tui): render tool calls inline in message flow instead of activity lane
2026-04-09 17:40:30 -05:00
Brooklyn Nicholson
99fd3b518d
feat: add /copy and /agents
2026-04-09 17:19:36 -05:00
Brooklyn Nicholson
c5511bbc5a
fix: leading ./ thingy
2026-04-09 16:27:06 -05:00
Brooklyn Nicholson
b7d4ea1550
feat: better hyperlink formatting
2026-04-09 15:13:43 -05:00
Ari Lotter
2b4272ef5b
ui-tui: update package-lock.json
2026-04-09 15:35:54 -04:00
Ari Lotter
670dcea8f4
ui-tui: add tsc build pipeline
...
- Switch tsconfig to nodenext module resolution for Node 22 (used by
installer script)
- Add shebang to entry.tsx, preserved into index.js
- Add HERMES_ROOT env var fallback for repo root resolution
2026-04-09 15:35:29 -04:00
Brooklyn Nicholson
17f13013eb
chore: fmt
2026-04-09 14:17:45 -05:00
Brooklyn Nicholson
00e1d42b9e
feat: image pasting
2026-04-09 13:45:23 -05:00
Brooklyn Nicholson
0d7c19a42f
fix(ui-tui): ref-based input buffer, gateway listener stability, usage display, and 6 correctness bugs
2026-04-09 12:21:24 -05:00
Brooklyn Nicholson
8755b9dfc0
fix: resizing etc
2026-04-09 00:46:35 -05:00
Brooklyn Nicholson
54bd25ff4a
fix(tui): -c resume, ctrl z, pasting updates, exit summary, session fix
2026-04-09 00:36:53 -05:00
Brooklyn Nicholson
b66550ed08
fix(tui): stabilize multiline input, persist tool traces, and port CLI-style context status bar
2026-04-08 23:59:56 -05:00
Brooklyn Nicholson
c49bbbe8c2
chore: fmt
2026-04-08 22:02:38 -05:00
Brooklyn Nicholson
9d8f9765c1
feat: add tests and update mds
2026-04-08 19:31:25 -05:00
Brooklyn Nicholson
a435c7274a
chore: uptick
2026-04-08 14:22:36 -05:00
Brooklyn Nicholson
b597123489
feat: better bg tasks
2026-04-08 14:18:37 -05:00
Brooklyn Nicholson
af0f4a52fe
feat: cute spinners
2026-04-08 13:45:34 -05:00
Brooklyn Nicholson
b50d81f212
fix: diff colours
2026-04-08 12:11:55 -05:00
Brooklyn Nicholson
a9fa054df9
chore: uptick
2026-04-08 10:35:07 -05:00
Austin Pickett
371efafc46
feat: personality
2026-04-08 00:15:15 -04:00
Austin Pickett
ebd2d83ef2
feat: add skin logo support
2026-04-07 23:59:11 -04:00
Brooklyn Nicholson
af077b2c0d
fix: history up arrow
2026-04-07 20:47:59 -05:00
Brooklyn Nicholson
2d884ff12d
chore: uptick
2026-04-07 20:46:59 -05:00
Brooklyn Nicholson
b397c91d4a
chore: uptick
2026-04-07 20:44:18 -05:00
Brooklyn Nicholson
9c2c9e3a3e
chore: fmt
2026-04-07 20:30:22 -05:00
Brooklyn Nicholson
c3eeb03e26
chore: clean exit
2026-04-07 20:29:31 -05:00
Brooklyn Nicholson
d9d0ac06b9
chore: readme update
2026-04-07 20:24:46 -05:00
Brooklyn Nicholson
29f2610e4b
tui updates for rendering pipeline
2026-04-07 20:11:05 -05:00
Brooklyn Nicholson
dcb97f7465
chore: readme
2026-04-06 18:52:45 -05:00
Brooklyn Nicholson
86308b6de4
chore: better command support
2026-04-06 18:49:40 -05:00
Brooklyn Nicholson
2d349bbf7a
chore: fmt
2026-04-06 18:43:00 -05:00
Brooklyn Nicholson
39878aff00
chore: uptick
2026-04-06 18:40:21 -05:00
Brooklyn Nicholson
afd670a36f
feat: small refactors
2026-04-06 18:38:13 -05:00
Brooklyn Nicholson
f116c59071
tui: inherit Python-side rendering via gateway bridge
2026-04-05 18:50:41 -05:00
Brooklyn Nicholson
2893e9df71
feat: add image pasting capability
2026-04-04 13:00:55 -05:00
Brooklyn Nicholson
5a5d90c85a
chore: formatting etc
2026-04-03 20:14:57 -05:00