co-mono/packages/ai/src
Mario Zechner c5543f7586 GitHub Copilot: auto-enable models, fix gpt-5 API, normalize tool call IDs
- Auto-enable all models after /login via POST /models/{model}/policy
- Use openai-responses API for gpt-5/o3/o4 models (not accessible via completions)
- Normalize tool call IDs when switching between github-copilot models with different APIs
  (fixes #198: openai-responses generates 450+ char IDs with special chars that break other models)
- Update README with streamlined GitHub Copilot docs
2025-12-15 20:06:11 +01:00
..
agent Add hooks system with pi.send() for external message injection 2025-12-10 00:50:30 +01:00
providers GitHub Copilot: auto-enable models, fix gpt-5 API, normalize tool call IDs 2025-12-15 20:06:11 +01:00
utils Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
index.ts Remove provider-level tool validation, add validateToolCall helper 2025-12-08 18:04:33 +01:00
models.generated.ts GitHub Copilot: auto-enable models, fix gpt-5 API, normalize tool call IDs 2025-12-15 20:06:11 +01:00
models.ts refactor(ai): Simplify API with new streaming interface and model management 2025-09-03 01:25:19 +02:00
stream.ts feat: initial impl 2025-12-14 17:18:13 -05:00
types.ts feat: initial impl 2025-12-14 17:18:13 -05:00