summaryrefslogtreecommitdiff
path: root/internal/executor/gemini.go
AgeCommit message (Collapse)Author
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
- Resolve conflicts in API server, CLI, and executor. - Maintain Gemini classification and assignment logic. - Update UI to use generic agent config and project_dir. - Fix ProjectDir/WorkingDir inconsistencies in Gemini runner. - All tests passing after merge.
2026-03-08refactor(executor): update runners and tests for generic agentsPeter Stone
2026-03-08feat(executor): implement GeminiRunnerPeter Stone