polish CLI init UX, backfill jobId on workflow-run page, bump to 0.0.195

simplify installation-not-found flow by removing ownerHasInstallation
field and collapsing the "selected repos" vs "no access" branches into
a single message with a confirm prompt. improve spinner/log copy
throughout init (secrets, model, workflow, test run).

backfill missing jobId on workflow-run redirect page by querying the
GitHub API for the pullfrog job when jobId is null. add 600ms delay
in handleWorkflowRunInProgress before fetching jobs to avoid racing
the job assignment.

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-12 18:53:27 +00:00
committed by pullfrog[bot]
parent 8ee9e3176a
commit 23a39d7f4b
2 changed files with 33 additions and 39 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pullfrog",
"version": "0.0.194",
"version": "0.0.195",
"type": "module",
"bin": {
"pullfrog": "dist/cli.mjs",