<feed xmlns='http://www.w3.org/2005/Atom'>
<title>claudomator.git/internal/executor/classifier_test.go, branch story/task-project-fk</title>
<subtitle>claudomator — task automation server
</subtitle>
<id>https://git.terst.org/claudomator.git/atom?h=story%2Ftask-project-fk</id>
<link rel='self' href='https://git.terst.org/claudomator.git/atom?h=story%2Ftask-project-fk'/>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/'/>
<updated>2026-03-10T16:48:15+00:00</updated>
<entry>
<title>executor: explicit load balancing — code picks agent, classifier picks model</title>
<updated>2026-03-10T16:48:15+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-10T16:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=e0335047e063830ca000a8cb3a9ec31a8ab411a7'/>
<id>urn:sha1:e0335047e063830ca000a8cb3a9ec31a8ab411a7</id>
<content type='text'>
pickAgent() deterministically selects the agent with the fewest active tasks,
skipping rate-limited agents. The classifier now only selects the model for the
pre-assigned agent, so Gemini gets tasks from the start rather than only as a
fallback when Claude's quota is exhausted.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>executor: update gemini model to 2.5-flash-lite and fix classifier parsing</title>
<updated>2026-03-08T23:44:14+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-08T23:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=e5255dcc85c7c4bb0e8838c0064dd545ed0bd830'/>
<id>urn:sha1:e5255dcc85c7c4bb0e8838c0064dd545ed0bd830</id>
<content type='text'>
Update the default Gemini model and classification prompt to use gemini-2.5-flash-lite, which is the current available model. Improved the classifier's parsing logic to correctly handle the JSON envelope returned by the gemini CLI (stripping 'response' wrapper and 'Loaded cached credentials' noise).
</content>
</entry>
<entry>
<title>feat(executor): implement Gemini-based task classification and load balancing</title>
<updated>2026-03-08T20:50:21+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-08T20:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=406247b14985ab57902e8e42898dc8cb8960290d'/>
<id>urn:sha1:406247b14985ab57902e8e42898dc8cb8960290d</id>
<content type='text'>
- Add Classifier using gemini-2.0-flash-lite to automatically select agent/model.
- Update Pool to track per-agent active tasks and rate limit status.
- Enable classification for all tasks (top-level and subtasks).
- Refine SystemStatus to be dynamic across all supported agents.
- Add unit tests for the classifier and updated pool logic.
- Minor UI improvements for project selection and 'Start Next' action.
</content>
</entry>
</feed>
