add jq and curl to agent base packages
This commit is contained in:
parent
cc7d349139
commit
4bb3877460
1 changed files with 5 additions and 0 deletions
|
|
@ -268,6 +268,11 @@
|
|||
# tea-login oneshot below if /state/forge-token is present, so
|
||||
# claude can `tea repos create`, `tea pulls create`, etc.
|
||||
tea
|
||||
# jq: JSON processing in shell — useful for parsing API responses,
|
||||
# forge REST calls, sqlite output, etc.
|
||||
jq
|
||||
# curl: HTTP client for forge REST API and other web requests.
|
||||
curl
|
||||
];
|
||||
|
||||
# One-shot: configure tea with the agent's forge token if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue