Skip to content
← Back to home
— Releases

What's new

Release notes, new features, improvements, and bug fixes — every version, in order.

Download latest version
v1.2.0 July 6, 2026

Hosted Sign-In, Two-Factor Auth, and a Mobile IDE

Added

  • A new hosted sign-in experience -- one secure login across desktop, web, and mobile, with end-to-end-encrypted key handoff so your data stays private
  • Two-factor authentication -- opt-in TOTP with backup codes, managed from your profile security settings
  • Invite teammates to your organization by email, with encryption keys provisioned so they can decrypt shared work right away
  • A mobile IDE -- browse, edit, rename, move, and save code on any of your hosts from your phone
  • Try Glueprint on mobile with a full interactive demo -- explore sessions, git, tasks, and assistants on sample data, no host required
  • True unread indicators for 1:1 assistant chats across desktop, web, and mobile
  • Assistants show a live status dot and mirror their session prompts and questions into chat so you never miss an ask
  • Set default permission mode and reasoning effort per assistant, and create, delete, or edit assistant avatars from mobile
  • User-set initials and unified tag avatars across desktop, portal, and mobile
  • Rename hosts from desktop, portal, and mobile

Improved

  • Expanded Tasks and Boards -- swimlane view, a five-dimension filter bar, backlog-lane kanban with drag-to-claim, a smart-lists sidebar with a cross-board queue, configurable group-by, and start-a-session from any task
  • Terminals reconnect gap-fill-first without remounting, and hold their dimensions across devices
  • A pulsing "Thinking..." indicator makes it clear when an agent is working
  • Git actions show live ahead/behind counts and refresh pull availability on open

Fixed

  • Renaming a running session no longer reverts
  • The active branch stays correct when you switch branches mid-session
  • Numerous mobile, chat, and git polish fixes
v1.1.0 June 24, 2026

Mobile Push, Unified Tasks, and Host Terminals

Added

  • Mobile push notifications for sessions that are waiting, failed, or completed -- with per-category preferences and assistant-channel mention alerts
  • Tasks and Boards now on the web portal and mobile -- board switcher, kanban, task detail, members, human-readable task keys, labels, comments, and attachments
  • Host-scoped terminals -- open a terminal at a host's home directory without a project, across desktop, portal, and mobile, with dedicated multi-host Terminals views
  • Bidirectional file and image attachments in assistant chat
  • Mobile redesign -- watch multiple live sessions in a swipe pager, an inbox bell for sessions waiting on you, and swipe to interrupt, stop, archive, or delete, plus a native splash and home quick-actions
  • Overnight auto-update with a remote update trigger
  • New website ACP agent pages, an SEO overhaul, and a mobile navigation redesign

Improved

  • More resilient cloud relay -- paced host output and delta resubscription eliminate disconnects under load
  • tmux-grade terminal scrollback when taking over a session, with connectivity hardening
  • Terminal dimension ownership is claimed automatically by the device that creates it
  • Sessions self-heal when stuck and refresh their status on wake from sleep
  • Usage banner now appears at 75% and shows the full reset date

Fixed

  • Taking over a terminal no longer stacks duplicate prompts
  • Clicking the macOS dock icon reopens the main window
  • The permission-mode pill stays in sync when a plan is accepted from another device
  • Deleting a session fully purges local state so reconnecting no longer resurrects it
  • Numerous mobile polish fixes across sessions, git, chat, and tasks
v1.0.0 June 17, 2026

General Availability

Agents and Sessions

  • Native desktop app (Tauri + Rust) for macOS, Windows, and Linux
  • Real-time session streaming with structured stdout parsing -- prompts, responses, thinking, tool calls, and results
  • First-class adapters for Claude Code, Codex, and Gemini, plus any ACP-compatible harness (more than 30 in the registry)
  • Per-session reasoning-effort tiers and resumable sessions
  • Integrated terminals on every surface with scrollback, copy-paste, and split tab grids

Assistants and Teams

  • Long-running AI assistants with persona, constitution, memory, journal, and task queue
  • Cron-driven routines that wake assistants on a schedule
  • Assistant teams with role-gated Task Flow Definitions for multi-agent coordination across hosts
  • Governance controls -- permission tiers, tool filters, budgets, and quiet hours

Workspace

  • Unified tasks and boards (list, kanban, swimlane, queue) with assignment, due dates, and full-text search
  • Built-in IDE with Monaco, full LSP, a Node.js debugger, and a task runner
  • Git integration -- diffs, staging, commits, branches, merge and rebase conflict resolution, history graph, and PRs
  • Command Center mosaic workbench with named layouts and pop-out windows

Cloud and Encryption

  • Optional cloud relay with zero-knowledge end-to-end encryption (AES-256-GCM, PBKDF2-SHA256 at 600k iterations, AES-KW)
  • Web portal and mobile app for remote monitoring and control across every host
  • CLI daemon for running Glueprint headless on a server
  • Gap-fill recovery for missed events and WebSocket reconnection with exponential backoff

Plans and Storage

  • Subscription tiers -- Free, Pro, Team, and Enterprise -- with PKCE OAuth and activation keys
  • Local-first storage in ~/.glueprint (YAML, JSONL) with atomic writes; the cloud relay is entirely optional