Skip to content

feat: add model selection to run_agent_across_list#14

Merged
jrandolf merged 2 commits intomainfrom
chore/update-node-and-deps
Mar 11, 2026
Merged

feat: add model selection to run_agent_across_list#14
jrandolf merged 2 commits intomainfrom
chore/update-node-and-deps

Conversation

@jrandolf
Copy link
Collaborator

Summary

  • Adds an optional model parameter to run_agent_across_list
  • When provided, passes --model '<value>' to the agent CLI (claude, gemini, codex, opencode)
  • Enables per-call model selection without needing env var configuration

Test plan

  • Invoke run_agent_across_list with model: "claude-sonnet-4-6" and verify --model flag appears in the spawned command
  • Invoke without model to confirm existing behavior is unchanged

🤖 Generated with Claude Code

jrandolf and others added 2 commits March 10, 2026 20:48
Adds an optional `model` parameter to the `run_agent_across_list` tool.
When provided, it passes `--model '<value>'` to the agent CLI, enabling
per-call model selection without requiring env var configuration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jrandolf jrandolf enabled auto-merge (squash) March 11, 2026 11:16
@jrandolf jrandolf merged commit 4360829 into main Mar 11, 2026
1 check passed
jrandolf added a commit that referenced this pull request Mar 11, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.2.5](v0.2.4...v0.2.5)
(2026-03-11)


### Features

* Add model selection to run_agent_across_list
([#14](#14))
([4360829](4360829))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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