v0.11.1
Fix: Default to Superhuman native API for drafts
Previously, draft create, reply, reply-all, and forward only used the Superhuman native API when --account was explicitly passed. Without it, they silently fell through to Gmail/MS Graph API.
Now all draft operations automatically use Superhuman native when cached credentials are available — no --account flag needed.
Changes
- Added
resolveSuperhumanToken()helper that tries--accountfirst, then any cached account with valid Superhuman credentials - Updated
draft create,reply,reply-all,forward(CLI) to use native API by default - Updated MCP
superhuman_drafttool to prefer Superhuman native - CDP fallback still works when no cached credentials exist