co-mono/packages/coding-agent/src/core
Mario Zechner b6fe07b618 feat(coding-agent): add Google Cloud Code Assist OAuth flow
- Add OAuth handler with PKCE flow and local callback server
- Automatic project discovery via loadCodeAssist/onboardUser endpoints
- Store credentials with projectId for API calls
- Encode token+projectId as JSON for provider to decode
- Register as 'google-cloud-code-assist' OAuth provider
2025-12-20 10:27:07 +01:00
..
custom-tools Forward onUpdate callback through hook wrapper (#238) 2025-12-19 15:23:41 +01:00
hooks Forward onUpdate callback through hook wrapper (#238) 2025-12-19 15:23:41 +01:00
oauth feat(coding-agent): add Google Cloud Code Assist OAuth flow 2025-12-20 10:27:07 +01:00
tools Expose full tool result content and details in hook tool_result event 2025-12-19 00:42:08 +01:00
agent-session.ts fix(coding-agent): add connection error to retryable errors 2025-12-20 09:55:03 +01:00
bash-executor.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
compaction.ts Simplify compaction: remove proactive abort, use Agent.continue() for retry 2025-12-09 21:43:49 +01:00
export-html.ts feat: add line number display to HTML export for read tool calls 2025-12-10 22:05:14 +01:00
index.ts Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00
messages.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
model-config.ts feat(coding-agent): add Google Cloud Code Assist OAuth flow 2025-12-20 10:27:07 +01:00
model-resolver.ts fix(coding-agent): handle OpenRouter models with colons in IDs (#242) 2025-12-19 15:26:12 +01:00
session-manager.ts Release v0.22.5 2025-12-17 01:22:13 +01:00
settings-manager.ts Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00
skills.ts Skills standard compliance 2025-12-19 00:11:39 +01:00
slash-commands.ts fix(coding-agent): support symlinked slash commands in discovery 2025-12-18 23:57:54 +01:00
system-prompt.ts fix(coding-agent): prevent global AGENTS.md from being loaded twice (#239) 2025-12-19 15:24:49 +01:00