co-mono/packages/tui/src
Mario Zechner 36e17933d5 feat(ai): add Google Cloud Code Assist provider
- Add new API type 'google-cloud-code-assist' for Gemini CLI / Antigravity auth
- Extract shared Google utilities to google-shared.ts
- Implement streaming provider for Cloud Code Assist endpoint
- Add 7 models: gemini-3-pro-high/low, gemini-3-flash, claude-sonnet/opus, gpt-oss

Models use OAuth authentication and have sh cost (uses Google account quota).
OAuth flow will be implemented in coding-agent in a follow-up.
2025-12-20 10:20:30 +01:00
..
components fix(tui): use isBackspace and isEnter helpers in Editor 2025-12-19 21:08:24 +01:00
autocomplete.ts fix: file @ autocomplete performance using fd 2025-11-28 23:38:44 +01:00
index.ts fix(tui): add isHome, isEnd, isDelete helpers for Kitty protocol 2025-12-19 21:00:20 +01:00
keys.ts feat(ai): add Google Cloud Code Assist provider 2025-12-20 10:20:30 +01:00
terminal-image.ts Update docs for inline images, remove PI_NO_IMAGES env var 2025-12-13 23:21:18 +01:00
terminal.ts Add Kitty keyboard protocol support for Shift+Enter and other modifier keys 2025-12-18 19:20:30 +02:00
tui.ts fix(tui): fix input buffering in iTerm2 causing delayed keypresses 2025-12-19 22:08:36 +01:00
utils.ts Fix ANSI styles not preserved across newlines in text wrapping 2025-12-15 23:00:25 +01:00