You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: resolve Ollama integration test timing issues
- Fixed model string parsing to handle colons in model IDs (e.g., ollama:gpt-oss:20b)
Split only on first colon instead of all colons
- Added Ollama compatibility mode (strict) for better API compatibility
- Fixed baseURL configuration to include /api suffix consistently
Updated test setup, config template, docs, and CI
- Fixed test assertions to use extractTextFromEvents() helper
Tests were incorrectly calling .join() on event objects instead of extracting delta text
- Removed test concurrency to prevent race conditions
Sequential execution resolves stream-end event timing issues
- Updated file operations test to use README.md instead of package.json
More reliable for test workspace environment
All 4 Ollama integration tests now pass consistently (102s total runtime)
0 commit comments