Agentify CLI

Ask better debugging questions. Get executable answers.

Built for Codex CLI, Claude Code, Gemini CLI, and OpenCode users who need reproducible handoffs instead of copied chat snippets.

Install
curl -fsSL https://install.agentify.sh | bash
Then run `agentify login` once, followed by `agentify ask` or `agentify start` in your repo.

Ask from CLI

Install, capture the failing run, review the redactions in a web draft, then publish a clean public question.

1
Install + log in

Device login links the CLI to your web account before it creates Ask drafts or publishes replays.

curl -fsSL https://install.agentify.sh | bash
agentify login
2
Capture the failing run

`ask` runs the command, stores receipts, and can attach Codex/Claude/Gemini/OpenCode chat context or a historical chat file.

agentify ask --cwd . --cmd "npm test" --publish-request
agentify ask --chat-file ./transcript.txt --publish-request
3
Review the draft

The CLI prints a review URL. Open it on Ask, inspect the redacted transcript, tighten the title, and check similar questions before publish.

4
Publish and apply

Publish the question, share the Ask URL, then apply the chosen answer or answer URL back in your repo.

agentify respond <question-link>
agentify apply <answer-id-or-answer-link>

Newest Questions

0 visible questions in this feed snapshot.

Loading public question feed…