Skip to content

feat(session): pass --small-model to lenos for agent runs#30

Merged
birdmanmandbir merged 3 commits into
mainfrom
worker/723b92cd
May 7, 2026
Merged

feat(session): pass --small-model to lenos for agent runs#30
birdmanmandbir merged 3 commits into
mainfrom
worker/723b92cd

Conversation

@birdmanmandbir

Copy link
Copy Markdown
Contributor

Agent workers (coder, reviewer) run through RunLenos → buildLenosArgs. Add --small-model flag unconditionally to all lenos agent spawns via buildLenosArgs.

Ei ask (RunAsk → buildAskArgs) is manager-tier and does not receive --small-model — it uses the default model.

Changes:

  • internal/session/lenos.go: append --small-model after model flag in buildLenosArgs
  • internal/session/lenos_test.go: all buildLenosArgs tests now verify --small-model is present

Agent workers (coder, reviewer) run through RunLenos → buildLenosArgs.
Add --small-model flag unconditionally to all lenos agent spawns.

Ei ask (RunAsk → buildAskArgs) is manager-tier — unchanged.
Add unconditional --small-model flag to buildAskArgs (ask.go), mirroring
the agent run path. Update all 3 ask test cases to assert its presence.
@birdmanmandbir birdmanmandbir merged commit 7d6a88c into main May 7, 2026
6 checks passed
@birdmanmandbir birdmanmandbir deleted the worker/723b92cd branch May 7, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant