Back to home

Changelog

What's new in Plyrium Forge. The app checks for updates automatically at startup.

v1.1.25

LatestMay 18, 2026

Highlights

  • Director terminal paste (Ctrl+V) — WisprBridge now lets clipboard paste flow through correctly
  • Team role switch persistence — switching a pane's role now saves to DB and refreshes the roster immediately
  • forge-sidecar added to workspace — sidecar binary now rebuilds correctly with cargo build
  • bump-version script — now updates all 6 version locations atomically (Cargo.toml, package.json, package-lock.json, electron-shell/package.json, --app-version flag, installer.nsi)

Desktop App

  • Director terminal paste fixed — Ctrl+V in director chat now delivers clipboard text instead of sending a raw ^V byte to the PTY
  • Team role switch now persists — switching a pane's role awaits the DB update, refreshes the team roster, and updates the pane title

Build & Tooling

  • forge-sidecar crate added to Cargo workspace members — cargo build -p forge-sidecar now works from the repo root
  • bump-version.mjs updated to keep --app-version in the npm package script and APP_VERSION/OUTPUT_FILE in installer.nsi in sync — no more manual drift
  • Website version centralized in lib/forge-version.ts — single file controls every version display across all pages

v1.1.2

May 14, 2026

Highlights

  • Windows NSIS installer — proper setup wizard with Start Menu and Desktop shortcuts
  • Google OAuth sign-in on forge.plyrium.com
  • Cookie consent banner + full Privacy & Cookie Policy (GDPR/PECR compliant)
  • Auto-updater — checks GitHub Releases on startup, downloads and installs in-app
  • Git detection — prompts to install if not found, app continues without it
  • Resend SMTP for auth emails — no more rate limit errors on sign-up

Auth & Accounts

  • Google OAuth sign-in and sign-up via forge.plyrium.com
  • Sign-in page — “Sign in with Google” button above email/password form
  • Account dashboard — email/password fields hidden for Google OAuth users
  • Nav bar shows “Dashboard →” when signed in, “Sign in” when signed out
  • Session persistence fixed — users stay signed in across visits
  • Resend SMTP configured — eliminates Supabase email rate limit errors

Installer & Distribution

  • NSIS installer replaces raw ZIP — double-click setup wizard
  • Public releases repo (mordiaky/plyrium-forge-releases) — downloads work without GitHub login
  • Start Menu shortcut, Desktop icon, Add/Remove Programs registration
  • Download page + account dashboard linked to installer

Desktop App

  • Auto-updater — checks GitHub Releases 5s after startup, silent by default
  • Update wizard: version info → progress bar → Restart & Install
  • “Check for updates” button in Settings → About
  • Git detection dialog with three options: Install, Continue, Quit
  • Amber warning banner if running without Git (dismissible, re-checkable)
  • Provider dropdowns in Setup Wizard no longer flicker on Windows
  • Solo tier: 4-agent preset added (was jumping 3 → 5, skipping the Solo max)
  • Team launch unblocked for Solo — was incorrectly blocked by multi-agent gate

Tier System

  • Solo limits enforced in store: 4 terminal agents, 1 project, 1 team
  • Upgrade dialog fires at each limit — links to forge.plyrium.com/account
  • Studio: 1 seat (personal license), unlimited everything
  • Team: up to 5 seats — invite flow with email delivery via Resend
  • No free trial — Solo is the free tier, paid plans charge immediately

Free Copy Slot

  • DB-backed claim system — one slot every 24-48 hours, randomly reset
  • Grants lifetime Studio access — no subscription, no credit card
  • Existing subscribers: Stripe subscription cancelled at period end, lifetime granted immediately
  • Full audit trail: IP, timestamp, prior tier, cancellation flag
  • Certificate shown in account dashboard on activation

Website

  • Cookie consent banner (GDPR/PECR compliant, strictly necessary cookies only)
  • Privacy & Cookie Policy page at /privacy
  • Docs page at /docs — installation guide, FAQ, feature reference
  • Changelog at /changelog
  • Accurate pricing copy — Solo limits, Studio 1 seat, Team 5 seats
  • macOS & Linux shown as “coming soon” in hero
  • Removed all placeholder/fake stats from nav and hero
  • Admin dashboard at /admin — user table, tier override, Stripe links

v1.1.0

May 12, 2026

Highlights

  • Auth gate — app requires Plyrium account to launch
  • Tier enforcement — Solo limits wired into every store action
  • Account dashboard — profile, plan, upgrade, billing, team seats, download
  • Wispr/speech-to-text fix — Windows UIA proxy textarea for voice injection

Auth

  • Sign-in page at forge.plyrium.com/sign-in with desktop loopback OAuth flow (RFC 8252)
  • Tokens stored encrypted via Electron safeStorage (DPAPI on Windows)
  • Tier check on startup — features gated by Solo/Studio/Team

Desktop App

  • Worktree isolation — Coder panes auto-branch into git worktrees
  • Dockview workspace — drag, resize, and persist panel layouts
  • Provider dropdowns: Claude Code, Codex, Gemini, Ollama, Aider, OpenCode
  • Token bar — live cost and savings display per provider
  • Topology view — real-time agent graph
  • Ops Board — local SQLite kanban per project
  • Memory vaults — per-project shared knowledge store
  • Voice Orb — speech-to-text integration via Parakeet
  • Wispr bridge — fixes Windows UIA detection for voice injection