Caddi
Sign inSign up

caddi requests

The CLI mirror of your /requests inbox. Everything a pinpoint or portal ticket touches lives here.

list

bash
caddi requests list

# #112  open      "Footer email link is wrong"         meridian   12m ago
# #111  in-prog   "Move CTA above the fold"            meridian   2h ago
# #109  open      "Add Spanish locale"                 meridian   yesterday
# #105  done      "Logo too big on mobile"             meridian   3 days ago

Filter with --status open|in-progress|done, --client <slug>, or --mine.

show

bash
caddi requests show 112

# #112 · open · meridian-studio
# reporter:  [email protected]
# url:       https://meridian-staging.preview.northstar.dev/contact
# element:   footer > a[href="mailto:[email protected]"]
# screenshot: https://forms.caddi.build/r/req_01H...png
#
# > The mailto goes to [email protected] but we want hello@.
#
# 1 reply
# > Got it, will fix on dev tonight. — you (1h ago)

reply

bash
caddi requests reply 112 "Pushed to dev — staging deploy in 10."

Replies post back to the portal and email the requester.

implement

bash
caddi requests implement 112

# launches Caddi Auto with the request payload as the prompt
# AGENTS.md, screenshot URL, element selector, and reply thread
# are all passed to the local agent
# opens a PR on dev when the agent finishes

Requires the Caddi Auto daemon. Without it, the command prints the agent prompt for you to paste into Claude Code manually.

close

bash
caddi requests close 112 --resolution fixed
# or
caddi requests close 112 --resolution wontfix --reason "Out of scope this sprint"

Next

Pinpoints →