mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
fix: add pi agent and daytona cloud to embedded skill lists (#3172)
The SKILL_BODY and HERMES_SNIPPET in spawn-skill.ts listed available agents and clouds but were not updated when pi (#3156) and daytona (#3168) were added. Agents spawned via the skill system could not delegate work to Pi or provision on Daytona. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
34c42c92d0
commit
78ebce9af8
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.30.11",
|
||||
"version": "0.30.12",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue