Armin Ronacher
d0b46764b1
feat(coding-agent): add automatic theme mode ( #5874 )
2026-06-18 17:13:47 +02:00
Armin Ronacher
6d5ede31c8
fix(coding-agent): match provider-first model searches
2026-06-17 17:16:39 +02:00
Mario Zechner
b7e721cb38
feat(tui): support autocomplete trigger characters
...
closes #4703
2026-06-09 14:15:39 +02:00
Nico Bailon
91a2f86600
fix(tui): harden overlay focus restoration
2026-05-31 21:20:33 -07:00
Mario Zechner
2e02c74dcb
chore: pin dependencies and use native TypeScript
2026-05-20 12:46:17 +02:00
Mario Zechner
3e5ad67e0f
chore: migrate pi packages to earendil works scope
2026-05-07 15:59:42 +02:00
Aliou Diallo
05e2e9d170
fix(coding-agent): strip trailing index.js|ts from extension labels in startup banner ( #3596 )
...
Strip `index.ts` and `index.js` from extension display paths in both
compact and expanded views of the startup banner. This makes the list more
readable by removing redundant filename noise.
Changes:
- Add `formatExtensionDisplayPath()` helper to centralize path formatting
- Update `getCompactExtensionLabels()` to strip index files from segments
- Update expanded view formatting to use the new helper
- Add comprehensive tests for both views
Fixes #3549
Fixes #3559
2026-04-23 21:03:26 +02:00
Mario Zechner
8234ebf9ee
feat(coding-agent,tui): add stacked autocomplete providers closes #2983
2026-04-22 15:44:08 +02:00
Aliou Diallo
81de426f96
test(coding-agent): fix showLoadedResources mocks ( #3518 )
...
Add getCommandDiagnostics and getShortcutDiagnostics mocks to fix
'Cannot read properties of undefined' errors in InteractiveMode tests.
regression from 32a305cb
2026-04-21 23:05:38 +02:00
Armin Ronacher
32a305cb9b
fix(coding-agent): disambiguate compact extension labels
...
closes #3308
2026-04-17 09:46:47 +02:00
Mario Zechner
7b45c52807
fix(coding-agent): restore verbose startup expansion
...
closes #3147
2026-04-16 21:42:57 +02:00
Armin Ronacher
f822408c77
fix(coding-agent): compact startup header and resource listings ( #3267 )
...
Use ctrl+o expansion for startup help and loaded resources, with compact comma-separated collapsed lists and full expanded context paths.
fixes #3147
2026-04-16 21:37:20 +02:00
Mario Zechner
a6cfcdac18
test(coding-agent): fix showLoadedResources mocks
2026-03-25 22:18:58 +01:00
Fero
6137de9ce7
fix(coding-agent): sync extension theme changes to session settings ( #1483 )
2026-02-23 00:57:36 +01:00
Mario Zechner
fe6f4d3a9d
fix(coding-agent): respect quietStartup on /reload while keeping diagnostics ( fixes #1336 )
2026-02-06 18:30:53 +01:00
Mario Zechner
a2afa490f1
Coalesce sequential status messages
...
Rapidly changing settings no longer spams the chat log with multiple status lines.
fixes #365
2026-01-01 00:28:37 +01:00
paulbettner
8ebc4bcebe
tui: coalesce sequential status messages (+ tests)
2025-12-29 20:38:05 -05:00