Commit Graph

16 Commits

Author SHA1 Message Date
clever-agent 94f75fcdd0 build: Trying weak reasoning model instead 2026-05-04 13:40:26 -04:00
clever-agent 99f7c0e079 build: Trying stronger instruct model 2026-05-04 12:32:42 -04:00
clever-agent 870c799647 build: Fixed permissions to allow for a few more commands and trying to block questions 2026-05-04 11:45:04 -04:00
clever-agent 931892b8d1 build: added new endpoints, trying new models 2026-05-04 00:13:22 -04:00
clever-agent c9a21671c8 build: resolving from environment variables and not passing when present 2026-05-03 16:51:22 -04:00
clever-agent 328dd5ab0f build: For extra protection added a deny to all sudo in bash 2026-05-03 15:51:57 -04:00
clever-agent 4ef80bffb4 build: Odd workaround to get permissions honored by all models 2026-05-03 15:45:52 -04:00
clever-agent d443daee23 build: moving back to qwen as the main model 2026-05-02 23:39:58 -04:00
clever-agent 121b57510f build: added explicit read/write permissions across all agents 2026-05-02 23:07:44 -04:00
clever-agent 7a1d748665 build: switched to kimi default model 2026-05-02 22:42:46 -04:00
freemo 7c10bc861c build: Used new tiers 2026-05-02 18:03:29 -04:00
HAL9000 aaac36a010 fix(agents): refine git safety permissions across all worker and utility agents
Applies improved git permission restrictions to prevent workers from
corrupting the main /app repository. Extends protections beyond
implementation-worker to all agents with git bash access.
2026-04-21 03:13:50 +00:00
freemo a79ac8a114 build(agents): unhide all utility and tier subagents 2026-04-20 03:15:51 +00:00
freemo 104ad819d0 build(agents): add tier-based model escalation system and implementation agents
Introduce seven tier-selector pass-through agents (nano through opus, levels -2 to 4)
that enforce specific model tiers by forwarding prompts verbatim to a target agent.
Add implementation-supervisor, implementation-worker, and issue-estimator-util agents.
Standardize agent color conventions via comments across existing util and supervisor agents.
2026-04-20 00:02:36 +00:00
freemo 857bc1165c build(agents): replace git-rebase-helper with git-rebase-util and standardize agent descriptions 2026-04-19 22:13:29 +00:00
freemo 0d7d680a3d build(agents): rename git-commit-helper to git-commit-util and expand specification
Replace the git-commit-helper agent with git-commit-util to align with
the existing naming convention (git-isolator-util). The new agent has a
fully rewritten specification including structured parameter tables,
environment variable fallbacks, explicit operation definitions, and
tightened permissions. All references in pr-merge-worker, supervisor,
and the list_prs_stale_conflicts README are updated accordingly.
2026-04-19 18:02:38 -04:00