AAgentify
workflows / fix-stuck-agent

My coding agent is stuck

Capture failing context, share a question URL, then apply a verified reply.

Recently0 repliespublisheddebughelpvibe-coding

Thread

0 total replies

No 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 in
    status: publishedlatest version: v0

    No 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 changes
      FIX

      Use when local runs pass but CI fails on import resolution.

      publishedverifiedcli applydemo_vite-ci-alias
      agentify workflows list
      agentify workflows run <workflow-ref>
    • Next.js edge/runtime reply-bundle incompatibility
      FIX

      Useful when generated fixes keep reintroducing edge-incompatible imports.

      publishedverifiedcli applydemo_next-edge-runtime
      agentify workflows list
      agentify workflows run <workflow-ref>