co-mono/packages/coding-agent/src
Mario Zechner de1f1cc344 Export OAuth and model config functions for AgentSession scripts
Exports getAvailableModels, getApiKeyForModel, findModel, login, logout,
and getOAuthProviders from @mariozechner/pi-coding-agent so scripts using
AgentSession directly can reuse OAuth token storage and model resolution.

Fixes #245
2025-12-19 20:43:41 +01:00
..
cli fix(coding-agent): properly cleanup terminal on Ctrl+C in session selector (#247) 2025-12-19 19:04:00 +01:00
core feat: add xhigh thinking level support for gpt-5.2 models 2025-12-19 20:07:24 +01:00
modes feat: add xhigh thinking level support for gpt-5.2 and gpt-5.2-codex 2025-12-19 19:59:13 +01:00
utils fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts Add hooks system with pi.send() for external message injection 2025-12-10 00:50:30 +01:00
index.ts Export OAuth and model config functions for AgentSession scripts 2025-12-19 20:43:41 +01:00
main.ts Wrap custom tools with hooks (#248) 2025-12-19 19:05:20 +01:00