feat(codebuddy-hud): display session name from /rename in status line - #1
feat(codebuddy-hud): display session name from /rename in status line#1lyydsheep wants to merge 2 commits into
Conversation
lyydsheep
commented
May 6, 2026
- Add sessionName field to TranscriptData interface
- Parse ai-title and custom-title entries from transcript to extract session name set by /rename command or AI auto-generated title
- Update renderIdentityLine to show session name with brightCyan color when available, falling back to dimmed #sessionId
- Support CodeBuddy Code transcript format: parse top-level function_call/function_call_result entries for tool/agent/task tracking
- Add getSessionId helper to stdin utilities
- Add sessionId display option to default config
- Add sessionName field to TranscriptData interface - Parse ai-title and custom-title entries from transcript to extract session name set by /rename command or AI auto-generated title - Update renderIdentityLine to show session name with brightCyan color when available, falling back to dimmed #sessionId - Support CodeBuddy Code transcript format: parse top-level function_call/function_call_result entries for tool/agent/task tracking - Add getSessionId helper to stdin utilities - Add sessionId display option to default config
|
Hi, thanks for the contribution! The session name feature is a great idea. However, I noticed that In this project, Specifically, the I've just set up CI to enforce this going forward — PR checks will now verify that So please update the source files, make sure Thanks! |
|
Fixed in a0e80c8.
|