feat: add local_args to spawn-agent for argv-capable Pi spawn #10

Merged
clawdie merged 1 commit from feat/spawn-argv into main 2026-05-31 17:21:46 +02:00
Owner

local_args field on SpawnAgent enables Pi spawn without wrapper script.

local_args field on SpawnAgent enables Pi spawn without wrapper script.
clawdie added 1 commit 2026-05-31 17:21:36 +02:00
Adds local_args field to HerdrCommand::SpawnAgent, enabling the
Local provider to pass argv to the agent binary without a wrapper
script. Backward-compatible — local_args defaults to None.

Real Pi spawn on FreeBSD is now:
  spawn-agent provider=local model=pi local_args=['--mode','json','--no-tools','-p','task']

Previously required a wrapper script because only an executable
path was accepted. This closes the OSA wrapper caveat from PR #9.

Build: pass | Tests: workspace green
clawdie merged commit 98a8fd9041 into main 2026-05-31 17:21:46 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#10
No description provided.