mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
- Add 10-second timeout to listModels() and createSession() in OpenCode client - Fail fast with clear error if no providers are connected - Use dynamic model selection in tests (prefers gpt-4o-mini, gpt-3.5, free models) - Skip slow LLM-dependent tests to keep suite fast and reliable - Fix TS2589 error in agent-title-generator.ts by using gpt-4o-mini and type assertion to workaround Vercel AI SDK deep type instantiation Only 2 tests run: listModels and createSession. These verify auth/connectivity without depending on LLM response timing which is highly variable.