Skip to content

v1.4.0 — Team Tier + Docs

Released: 2026-04-17

Team tier repositioning and production documentation. Forge now ships real team collaboration features — shared configs, invite-based onboarding, and CI-cached indexes — not just multi-seat Pro. The forge-docs site launches at docs.forge.ironpinelabs.com.


  • Shared team configs.forge/team.yml lets a team admin define shared plugin rules, health thresholds, and ignored paths that all members inherit automatically.
  • Admin portal (forge-admin-portal Cloudflare Worker) — magic-link auth, seat management, invite flow. No raw license key exposure.
  • forge activate --team <invite_token> — team invite activation flow. Members activate with an invite token, not a license key. Revocation works per-seat.
  • CI cached indexesforge index --cache-to r2:// and --use-cache r2:// for Team tier. CI builds skip re-indexing when the source hasn’t changed, reducing CI minutes consumed.
  • Team-aware heartbeatteam_id added to heartbeat payload for team-licensed binaries, enabling per-team usage analytics.
  • forge-docs site live at docs.forge.ironpinelabs.com — Astro Starlight, full reference, how-to guides, concepts, troubleshooting, and this changelog.

  • Team pricing: $29/user/month → $39/user/month; $249/user/year → $349/user/year.
  • Team positioning: “for a team working together” with real team features, not just multi-seat Pro.

No breaking changes. Team tier customers upgrading from Pro receive a new invite token from the admin portal. Existing Pro seats continue to work until the invite flow is completed.

The API freeze from v1.0.0 remains in effect. All 21 MCP tool signatures, 11 CLI commands, and the plugin YAML schema are unchanged.