summaryrefslogtreecommitdiff
path: root/internal/cli
AgeCommit message (Expand)Author
10 daysfix: address final container execution issues and cleanup review docsPeter Stone
10 daysfix: comprehensive addressing of container execution review feedbackPeter Stone
10 daysfeat: implement containerized repository-based execution modelPeter Stone
11 daysfix: validate VAPID public key on load, regenerate if swappedClaudomator Agent
12 daysfeat: expose project field in API and CLIClaudomator Agent
12 daysfix: persist VAPID keys in DB instead of config filePeter Stone
12 daysfeat: add web push notifications and file dropPeter Stone
12 daysfeat: add GitHub webhook endpoint for automatic CI failure task creationClaudomator Agent
13 daysfix: promote stale BLOCKED parent tasks to READY on server startupPeter Stone
2026-03-14fix: surface agent stderr, auto-retry restart-killed tasks, handle stale sand...Peter Stone
2026-03-14feat: add agent selector to UI and support direct agent assignmentPeter Stone
2026-03-13fix: resubmit QUEUED tasks on server startup to prevent them getting stuckPeter Stone
2026-03-10cli: implement --config flag to load TOML config fileClaudomator Agent
2026-03-09api: make workspace root configurable instead of hardcoded /workspaceClaudomator Agent
2026-03-09executor: recover stale RUNNING tasks on server startupPeter Stone
2026-03-08fix: restore task execution broken by add-gemini mergePeter Stone
2026-03-08fix(cli): register scripts in serve commandPeter Stone
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08feat(executor): implement Gemini-based task classification and load balancingPeter Stone
2026-03-08cli: newLogger helper, defaultServerURL, shared http client, report commandPeter Stone
2026-03-08feat: rename working_dir→project_dir; git sandbox executionPeter Stone
2026-03-08security(cli): validate --parallel flag is positive in run commandClaudomator
2026-03-08refactor(api/cli): update logs and status for generic agentsPeter Stone
2026-03-08feat(wiring): configure GeminiRunner and update API serverPeter Stone
2026-03-07feat: add create CLI command with --parent-id; deploy to /usr/local/binPeter Stone
2026-03-05cli: add start command and version packagePeter Stone
2026-03-03Add elaborate, logs-stream, templates, and subtask-list endpointsPeter Stone
2026-02-24Add logs CLI subcommand to tail execution outputPeter Stone
2026-02-08Rename Go module to github.com/thepeterstone/claudomatorPeter Stone
2026-02-08Initial project: task model, executor, API server, CLI, storage, reporterPeter Stone