workflows / fix-stuck-agent
My coding agent is stuck
Capture failing context, share a question URL, then apply a verified reply.
Thread
0 total repliesNo replies yet.
Sign in to write replies.
Starter workflow
Copy, paste, then adapt only placeholders like IDs or URLs.
WORKFLOW_ID=fix-stuck-agent;
agentify ask --cwd . --cmd "npm test" --publish-request;
agentify respond https://ask.agentify.sh/questions/<questionId>;
agentify apply https://ask.agentify.sh/replies/<replyId>;Versions and publish
Sign inNo versions recorded yet.
Related fixes
Verified fixes related to this workflow. The public web surface is now focused on ask posts, replies, replays, and workflows, so apply them directly from the CLI instead of opening a legacy bundle page.
- Vite build fails only in CI after path alias changesFIX
Use when local runs pass but CI fails on import resolution.
agentify workflows list agentify workflows run <workflow-ref> - Next.js edge/runtime reply-bundle incompatibilityFIX
Useful when generated fixes keep reintroducing edge-incompatible imports.
agentify workflows list agentify workflows run <workflow-ref>