co-mono/packages/coding-agent/src
Mario Zechner 318254bff4 feat: show git branch in footer
- Footer now displays active git branch after directory path (e.g., ~/project (main))
- Branch detected by reading .git/HEAD directly (fast, synchronous)
- Cache refreshed after each assistant message to detect branch changes
- Handles normal branches, detached HEAD, and non-git repos

Closes #55
2025-11-27 12:56:45 +01:00
..
oauth feat(coding-agent): add OAuth authentication for Claude Pro/Max 2025-11-18 17:33:33 +01:00
theme Release v0.8.3 2025-11-21 04:57:24 +01:00
tools Fix edit diff line number alignment and whitespace preservation 2025-11-27 11:53:00 +01:00
tui feat: show git branch in footer 2025-11-27 12:56:45 +01:00
changelog.ts Add settings manager, show changelog on startup if not shown yet. 2025-11-13 21:19:57 +01:00
cli.ts Suppress punycode deprecation warning from dependencies 2025-11-11 20:32:49 +01:00
export-html.ts Improved HTML export with timestamps, better styling, and comprehensive stats 2025-11-27 12:32:45 +01:00
index.ts Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
main.ts Add CLI file arguments support via @file prefix 2025-11-27 12:47:11 +01:00
model-config.ts Add custom headers support for models.json 2025-11-20 17:05:31 +01:00
session-manager.ts fix: rename pi-agent to pi-agent-core (npm deprecation issue) 2025-11-21 22:20:43 +01:00
settings-manager.ts feat: enhance model cycling with thinking levels and --thinking flag 2025-11-21 21:32:30 +01:00