Dozens of functions now receive storage and credentials as arguments instead of reading global state.
What's wrong with this entry?
Dozens of functions, including plugin loading, marketplace fetch, session archive lookup, MCP login and logout, worktree helpers, quota probing and session file writers, now take storage and credential handles as parameters. Nothing changes for a user; a pile of implicit global state leaves the credentials path.
async function ce(e, { storageV5: o, credentials: t }) {
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Signing back into the same account keeps a pending auto-resume
Both mention auth
-
v2.1.234
Token screen reports actual remaining validity
Both mention auth
-
v2.1.234
Setup-token login result carries the expiry
Both mention auth