Original request. Artur (2026-09-25), choosing on a decision page for apliteni/apliteni-ui#346: "Merge now, fix the tool separately". The chosen option said the agent would file an issue for the github-attachments bug.
Problem
mint.sh --driver chrome returns no URL even when its profile is signed in to GitHub. scripts/login.sh had just printed Signed in as asabirov. The expected result is a user-attachments URL for the image.
Seen on macOS with Chrome 153.0.8010.48, Node v24.20.0, and --repo apliteni/apliteni-ui, a PNG of about 100–400 KB. It happened on every run of about 30 on 2026-09-25.
Steps to reproduce
- Run
scripts/login.sh and sign in.
- Run
scripts/mint.sh shot.png --repo apliteni/apliteni-ui --driver chrome.
Evidence
- Most runs exit 4 with
this browser is not signed in to GitHub. The rest exit 5 (no comment editor), exit 6 (editor-ignored-paste), or print a Node crash.
- An agent's probe of the headless tab showed
about:blank with readyState: "complete" at 500 ms. At 2 s it showed the issues/new page with meta[name=user-login] = asabirov and one textarea.
- Suggestion, not verified:
settled() in drivers/chrome.mjs may accept the blank tab's complete. A local copy that also waited for a github.com URL got past the sign-in check, but every paste then returned editor-ignored-paste, also after an extra 4 s wait.
- Each run left a Chrome process on the profile. About 70 processes had built up before cleanup.
Acceptance criteria
Original request. Artur (2026-09-25), choosing on a decision page for apliteni/apliteni-ui#346: "Merge now, fix the tool separately". The chosen option said the agent would file an issue for the github-attachments bug.
Problem
mint.sh --driver chromereturns no URL even when its profile is signed in to GitHub.scripts/login.shhad just printedSigned in as asabirov. The expected result is auser-attachmentsURL for the image.Seen on macOS with Chrome 153.0.8010.48, Node v24.20.0, and
--repo apliteni/apliteni-ui, a PNG of about 100–400 KB. It happened on every run of about 30 on 2026-09-25.Steps to reproduce
scripts/login.shand sign in.scripts/mint.sh shot.png --repo apliteni/apliteni-ui --driver chrome.Evidence
this browser is not signed in to GitHub.The rest exit 5 (no comment editor), exit 6 (editor-ignored-paste), or print a Node crash.about:blankwithreadyState: "complete"at 500 ms. At 2 s it showed the issues/new page withmeta[name=user-login]=asabirovand one textarea.settled()indrivers/chrome.mjsmay accept the blank tab'scomplete. A local copy that also waited for agithub.comURL got past the sign-in check, but every paste then returnededitor-ignored-paste, also after an extra 4 s wait.Acceptance criteria
mint.sh --driver chromeprints an attachment URL for a PNG.