fix(claude): use claude-code as skills CLI agent name
the skills CLI rejects "claude" — its valid list is claude-code, opencode, cursor, etc. caused agent-browser skill install to fail on every claude run.
This commit is contained in:
committed by
pullfrog[bot]
parent
e2eb26573f
commit
b6c57547ca
+1
-1
@@ -933,7 +933,7 @@ export const claude = agent({
|
||||
ref: `vercel-labs/agent-browser@v${agentBrowserVersion}`,
|
||||
skill: "agent-browser",
|
||||
env: homeEnv,
|
||||
agent: "claude",
|
||||
agent: "claude-code",
|
||||
});
|
||||
|
||||
installBundledSkills({ home: homeEnv.HOME });
|
||||
|
||||
Reference in New Issue
Block a user