co-mono/packages/coding-agent/src
cau1k ccae7a4e0e
feat: initial impl
- add GitHub Copilot model discovery (env token fallback, headers,
compat) plus fallback list and quoted provider keys in generated map
- surface Copilot provider end-to-end (KnownProvider/default, env+OAuth
token refresh/save, enterprise base URL swap, available only when
creds/env exist)
- tweak interactive OAuth UI to render instruction text and prompt
placeholders

gpt-5.2-high took about 35 minutes. It had a lot of trouble with `npm
check`  and went off on a "let's adjust every tsconfig" side quest.
Device code flow works, but the ai/scripts/generate-models.ts impl is
wrong as models from months ago are missing and only those deprecated
are accessible in the /models picker.
2025-12-14 17:18:13 -05:00
..
cli coding-agent: fix macOS screenshot filenames with unicode spaces (#181) 2025-12-13 22:04:01 +01:00
core feat: initial impl 2025-12-14 17:18:13 -05:00
modes feat: initial impl 2025-12-14 17:18:13 -05:00
utils Move config.ts from utils/ to src/ 2025-12-09 01:28:06 +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 coding-agent, mom: add skills API export and mom skills auto-discovery 2025-12-13 00:56:10 +01:00
main.ts Add skills system with Claude Code compatibility (#171) 2025-12-12 18:24:52 +01:00