| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | fix: enable Gemini file writing by passing --yolo and -p flags | Peter Stone | |
| GeminiRunner.buildArgs was missing --yolo (auto-approve all tools) so the gemini CLI only registered 3 tools (read_file, write_todos, cli_help) and write_file was not available. Agents that needed to create files silently failed (exit 0, no files written). Also switch instructions from bare positional arg to -p flag, which is required for non-interactive headless mode. Update preamble tests to match file-based summary approach (CLAUDOMATOR_SUMMARY_FILE) kept from the merge conflict resolution. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-08 | merge: pull latest from master and resolve conflicts | Peter 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-08 | refactor(executor): update runners and tests for generic agents | Peter Stone | |
| 2026-03-08 | feat(executor): implement GeminiRunner | Peter Stone | |
