Feat: Added git support #5

Merged
pptx704 merged 4 commits from feat/git-support into dev 2026-04-22 23:45:37 +00:00
Owner
No description provided.
pptx704 added 4 commits 2026-04-22 23:45:31 +00:00
The server-side agent runs commands through a nice wrapper that uses
"${@}" expansion. Sending the full command string as a single cmd field
caused nice to treat it as one executable name. Now Commands.run sends
cmd=/bin/sh args=["-c", cmd_string] so "${@}" expands into proper argv.
43 tests across 4 classes hitting the live API. Shared capsule per class
to minimize VM boot overhead. All capsules destroyed in teardown.
Skips automatically when WRENN_API_KEY is not available.
pptx704 merged commit ad64c85393 into dev 2026-04-22 23:45:37 +00:00
pptx704 deleted branch feat/git-support 2026-04-22 23:45:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wrenn/python-sdk#5
No description provided.