Skip to content

fix: use OpenCLI send for managed continuation delivery - #154

Open
James3014 wants to merge 1 commit into
mainfrom
fix/issue-117-opencli-send
Open

James3014 wants to merge 1 commit into
mainfrom
fix/issue-117-opencli-send

Conversation

@James3014

Copy link
Copy Markdown
Owner

Issue #117 live G2 showed the composite provision lease fix removed the prior REQUEST_EXPIRED failure, but one fresh slot still reached bootstrap acknowledgement timed out. Readback proved the managed conversation and authenticated peer probe were healthy while the bootstrap prompt never appeared in that conversation.

The continuation path currently uses chatgpt ask --wait false, which still performs ask-specific generation gating before message submission. OpenCLI already exposes chatgpt send for fire-and-forget delivery to an existing conversation. This change uses that narrower primitive, preserves the existing DevSpace idle gate, and requires exact prompt readback before reporting delivery. It does not add blind retries or relax unknown-outcome handling. The concrete transport blocker is also preserved in the durable unknown receipt instead of collapsing every failure to BOOTSTRAP_DELIVERY_UNKNOWN.

Live follow-up will be rate-limited: one-worker canary first, then the formal three-worker gate only if the canary is clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant