You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved permission prompts for compound shell commands so the full command is shown when any part of it needs approval.
Fixed disabled plugins still running their hooks and contributing other customizations, which could keep a broken hook active and break file-editing tools even after the plugin was turned off.
Fixed MCP OAuth against providers that do not strictly follow the spec (such as Salesforce and Atlassian) by relaxing issuer validation and including the refresh_token grant.
Fixed /btw failing with a "parent conversation not found" error when used as the very first action in a fresh session.
Fixed clipboard corruption of CJK and other non-ASCII text when copying on Windows.
Fixed print mode (-p) sending a prompt before the account-eligibility check finished.