co-mono/packages/coding-agent/src/modes/interactive/components
scutifer 2354bc571e
feat(coding-agent): show session name in terminal title and footer (#876)
* ⏺ feat(tui): show session name in terminal title and footer

- Add updateTerminalTitle() method that sets terminal title to
"π - session-name - dirname" (or "π - dirname" if no name)
- Update title when session name changes via /name or extension API
- Display session name in footer after git branch with bullet separator

* chore: update CHANGELOG
2026-01-20 23:05:32 +01:00
..
armin.ts Enable more biome lints and fix things 2025-12-21 22:56:20 +01:00
assistant-message.ts feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
bash-execution.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
bordered-loader.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
branch-summary-message.ts feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
compaction-summary-message.ts feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
countdown-timer.ts feat(coding-agent): add timeout option to extension dialogs with live countdown 2026-01-06 21:49:27 -08:00
custom-editor.ts fix: align input editor with message content padding 2026-01-16 23:15:06 +01:00
custom-message.ts feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
diff.ts Add intra-line diff highlighting for edit tool 2025-12-18 16:49:44 +01:00
dynamic-border.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
extension-editor.ts fix: align input editor with message content padding 2026-01-16 23:15:06 +01:00
extension-input.ts fix(coding-agent): fix IME candidate window positioning in menu selectors 2026-01-18 17:23:04 +01:00
extension-selector.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
footer.ts feat(coding-agent): show session name in terminal title and footer (#876) 2026-01-20 23:05:32 +01:00
index.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
keybinding-hints.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
login-dialog.ts fix(coding-agent): fix IME candidate window positioning in menu selectors 2026-01-18 17:23:04 +01:00
model-selector.ts fix(coding-agent): improve model scope toggle 2026-01-19 15:00:46 +01:00
oauth-selector.ts feat: use keybindings in all selectors and lists 2026-01-03 08:23:56 +01:00
scoped-models-selector.ts fix(coding-agent): fix IME candidate window positioning in menu selectors 2026-01-18 17:23:04 +01:00
session-selector-search.ts feat(coding-agent): improve session picker search (#731) 2026-01-14 23:28:23 +01:00
session-selector.ts style(coding-agent): move border above header, use keyHint for consistency 2026-01-18 20:27:11 +01:00
settings-selector.ts feat(coding-agent): Add quietStartup setting to /settings (#847) 2026-01-19 15:02:24 +01:00
show-images-selector.ts Fix image rendering artifacts and improve show-images selector 2025-12-13 23:53:28 +01:00
theme-selector.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
thinking-selector.ts feat: add xhigh thinking level support for gpt-5.2 and gpt-5.2-codex 2025-12-19 19:59:13 +01:00
tool-execution.ts fix(coding-agent): show errors from write tool in UI 2026-01-19 22:30:30 +01:00
tree-selector.ts l -> shift+l so one can search for l (#861) 2026-01-19 22:22:20 +01:00
user-message-selector.ts feat: use keybindings in all selectors and lists 2026-01-03 08:23:56 +01:00
user-message.ts feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
visual-truncate.ts Fix bash tool visual line truncation 2025-12-22 17:01:04 +01:00