Skip to content

waybill 1.1.1

Choose a tag to compare

@Jakeintech Jakeintech released this 17 Aug 15:53
· 9 commits to main since this release

Onboarding polish, prompted by a fresh-install plugin-panel error.

  • Clean install, clean panel — the bundled GitHub MCP server no longer shows a red "missing GITHUB_MCP_PAT" error before you've set a token: it loads with a default-empty expansion, and the GitHub upgrade simply stays inactive until you connect it.
  • waybill status now helps you connect — it detects the missing PAT and prints the exact fix: export GITHUB_MCP_PAT="$(gh auth token)" when you already have an authenticated gh CLI, otherwise the fine-grained-PAT URL; plus the Atlassian /mcp OAuth pointer. Environment checks only — no network, ever.
  • waybill --version + engine version in the status header, and a README Updating section: claude plugin update waybill@waybill, restart, done.
  • Full test plan at docs/testing.md: invariant→suite map, golden protocol, CI matrix, manual matrix, the FINALPASS release gate, and honest coverage gaps.

CHANGELOG