Commit Graph

1 Commits

Author SHA1 Message Date
Alexander Whitestone
4ba272eb4f config: add opencode.json with local Ollama provider (#71)
* test: remove hardcoded sleeps, add pytest-timeout

- Replace fixed time.sleep() calls with intelligent polling or WebDriverWait
- Add pytest-timeout dependency and --timeout=30 to prevent hangs
- Fixes test flakiness and improves test suite speed

* feat: add Aider AI tool to Forge's toolkit

- Add Aider tool that calls local Ollama (qwen2.5:14b) for AI coding assist
- Register tool in Forge's code toolkit
- Add functional tests for the Aider tool

* config: add opencode.json with local Ollama provider for sovereign AI

---------

Co-authored-by: Alexander Payne <apayne@MM.local>
2026-02-26 23:21:43 -05:00