Skip to content

v0.11.1

Choose a tag to compare

@edwinhu edwinhu released this 08 Feb 00:42
· 130 commits to main since this release

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 --account first, 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_draft tool to prefer Superhuman native
  • CDP fallback still works when no cached credentials exist