Skip to content

fix(queue): rollover exhausted ChatGPT conversations automatically - #66

Merged
MarsLuay merged 1 commit into
mainfrom
issue-accept/51-5bfb87fa-9f93-42b8-83fe-e4312ab55da7
Sep 20, 2026
Merged

MarsLuay merged 1 commit into
mainfrom
issue-accept/51-5bfb87fa-9f93-42b8-83fe-e4312ab55da7

Conversation

@MarsLuay

Copy link
Copy Markdown
Owner

Summary

  • Detect ChatGPT's maximum-conversation-length banner as a structured conversation-max-length provider state on the active UI only.
  • Stop draining/retrying the exhausted conversation, preserve the unresolved command and remaining FIFO queue, and open a verified new ChatGPT conversation.
  • Rebind identity only through an explicit rollover authorization, send a bounded continuation handoff that is not counted as a queued command, and resume the same run.

Test plan

  • npm run check (179 tests, eslint, typecheck)
  • Capacity detection ignores quoted historical phrases
  • Rollover restart/duplicate and sequential-segment fixtures

Fixes #51

Detect ChatGPT maximum-length as a first-class conversation-max-length
state, stop retrying the exhausted chat, rebind through an explicit
rollover authorization, send a bounded continuation handoff, and resume
the unresolved FIFO queue in a verified new conversation.
Copilot AI lite review requested due to automatic review settings September 20, 2026 20:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@MarsLuay
MarsLuay merged commit a037715 into main Sep 20, 2026
2 checks passed
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.

[Feature] Auto-roll over queued work when ChatGPT reaches conversation maximum length

2 participants