Current Behavior
When installing https://github.com/anycap-ai/anycap, or runing npx skills add https://github.com/vercel-labs/skills --skill find-skills, I noticed several things:
- The confirmation of
npx is blocking and waiting for user's input
- Sometimes a task may require 120s or more, while sometimes it may simply ask for input and not need to wait so long
Proposal
- Add a background task tool just like Claude Code/Codex, which allows agent to execute long-running command (more than 120 seconds)
- Use a shorter timeout for interactive session
Current Behavior
When installing https://github.com/anycap-ai/anycap, or runing
npx skills add https://github.com/vercel-labs/skills --skill find-skills, I noticed several things:npxis blocking and waiting for user's inputProposal