Skip to content

Releases: jcanizalez/vibegrid

v0.4.0-beta.2

30 Mar 16:56

Choose a tag to compare

v0.4.0-beta.2 Pre-release
Pre-release

What's Changed

  • feat: minimalist UI redesign (#118)
  • feat: session activity history and fix ANSI in session logs (#116)

v0.4.0-beta.1

26 Mar 15:43
258ab87

Choose a tag to compare

v0.4.0-beta.1 Pre-release
Pre-release

What's Changed

Features

  • MCP session management tools — rename, reorder, read output (#109)
  • Capture and display session output for task-launched sessions (#111)

Bug Fixes

  • Enable independent scroll on kanban board columns (#114)
  • Use task agent assignment when starting task (#111)
  • Clean up test interval leaks (#111)

Dependencies

  • Bump electron from 33.4.11 to 41.0.4 (#104)
  • Bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0 (#113)
  • Bump pino from 9.14.0 to 10.3.1 (#105)
  • Bump @tiptap/extension-link and @tiptap/extensions to 3.20.5 (#103, #107)

v0.4.0-beta.0

26 Mar 05:12
c574359

Choose a tag to compare

v0.4.0-beta.0 Pre-release
Pre-release

What's Changed

  • fix: use @vibegrid/mcp@latest in MCP setup commands by @jcanizalez in #88
  • fix: pin zod v3 in MCP package for SDK compatibility by @jcanizalez in #89
  • fix: enable independent scroll on kanban board columns by @jcanizalez in #97
  • refactor: consolidate MCP tools from 40 to 25 by @jcanizalez in #98
  • fix: poll and update session branch indicator after checkout by @jcanizalez in #99
  • feat: add agent assignment to task views by @jcanizalez in #100
  • fix: hot-rebind server when Tailscale becomes available by @jcanizalez in #102
  • fix: improve recent session discovery and resume handling by @jcanizalez in #106
  • chore(deps): bump @tiptap/extensions from 3.20.1 to 3.20.5 by @dependabot[bot] in #103
  • chore(deps): bump @tiptap/extension-link from 3.20.1 to 3.20.5 by @dependabot[bot] in #107
  • chore(deps): bump pino from 9.14.0 to 10.3.1 by @dependabot[bot] in #105
  • chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0 by @jcanizalez in #113
  • chore(deps-dev): bump electron from 33.4.11 to 41.0.4 by @dependabot[bot] in #104
  • fix: create release before uploading artifacts by @jcanizalez in #112
  • chore: bump version to 0.4.0-beta.0 by @jcanizalez in #110

Full Changelog: v0.3.1...v0.4.0-beta.0

v0.3.2

26 Mar 04:31

Choose a tag to compare

Bug Fixes

  • Fix MCP server failing on Windows/fresh installs due to Zod v4 incompatibility with MCP SDK (#89)
  • Pin zod@^3.23.0 and convert workflow schemas to plain object format
  • Use @vibegrid/mcp@latest in MCP setup commands (#88)

v0.3.1

24 Mar 22:36
ec73083

Choose a tag to compare

Bug Fixes

  • Fix npx -y @vibegrid/mcp failing with "command not found" — added mcp bin alias (#85)
  • Remove tracked .mcp.json that broke MCP in worktrees (#84)

v0.3.0

24 Mar 00:32
02bee8c

Choose a tag to compare

v0.3.0

Features

  • Web app with Tailscale network access — access VibeGrid from any device on your Tailscale network (#58)
  • Mobile PWA with Liquid Glass UI — complete mobile experience with native-feeling interface (#61)
  • Headless agent pills in sessions view — headless sessions visible alongside interactive ones (#49)

Fixes

  • Windows terminal copy/paste — Ctrl+C copies selection, Ctrl+V no longer pastes twice, right-click context menu, clickable terminal links (#81)
  • Windows installer — NSIS installer places app in permanent location, download button prefers NSIS (#76, #79)
  • Session restore — Recent Sessions resume works correctly (#77)
  • Web app packaging — dist included in packaged app, session hydration and crypto polyfill fixed (#72, #60)
  • Server startup — fix crash from import.meta.url in CJS bundle (#70)
  • MCP mutations — reliably notify the UI (#67)

Refactors

  • Replace better-sqlite3 with libsql (#59)

Dependencies

  • Batch dependency updates (#68)
  • Bump @fastify/static 8.3.0 → 9.0.0 (#62)

v0.3.0-beta.3

23 Mar 22:51
a9f47a8

Choose a tag to compare

v0.3.0-beta.3 Pre-release
Pre-release

v0.3.0-beta.3

Fixes

  • Windows terminal copy/paste — Ctrl+C copies selection (falls through to SIGINT when nothing selected), Ctrl+V no longer pastes twice, Ctrl+Shift+C/V supported (#81)
  • Right-click context menu — Copy/Paste menu on right-click in all terminals (#81)
  • Clickable terminal links — URLs in terminal output are clickable via Cmd/Ctrl+click (#81)
  • Windows installer — NSIS installer places app in permanent location, download button prefers NSIS (#76, #79)
  • Session restore — Recent Sessions resume works correctly (#77)

v0.3.0-beta.2

20 Mar 03:28
b73317f

Choose a tag to compare

v0.3.0-beta.2 Pre-release
Pre-release

v0.3.0-beta.2

Fixes

  • Web app 404 in packaged app — Web dist now included in extraResources, path resolution works in both dev and production layouts, build:web added to the build script (#72)

v0.3.0-beta.1

20 Mar 00:41
18859ba

Choose a tag to compare

v0.3.0-beta.1 Pre-release
Pre-release

v0.3.0-beta.1

Fixes

  • Server crash on startup — Removed import.meta.url usage in CJS bundle that caused ERR_INVALID_ARG_TYPE crash in the packaged Electron app (#70)

CI

  • New server bundle smoke-test step: verifies the CJS bundle loads without module-level crashes before merging

v0.3.0-beta.0

19 Mar 22:56
7d598b0

Choose a tag to compare

v0.3.0-beta.0 Pre-release
Pre-release

v0.3.0-beta.0

Features

  • Mobile PWA — Complete mobile experience with Liquid Glass UI, bottom tab navigation, pinch-to-zoom, virtual keyboard bar, safe area support, service worker (#61)
  • Web app — Full browser access via Tailscale network with WebSocket RPC shim, responsive layout, QR code sharing (#58)
  • Headless agent pills — Background agent sessions shown as compact pills in sessions view with live log streaming (#49)
  • Web session hydration — Pre-existing terminal sessions hydrate in web UI on connect, crypto.randomUUID polyfill for non-secure contexts (#60)

Fixes

  • MCP→UI notification — MCP-created tasks/projects/workflows now reliably appear in UI via .db-signal file watcher (#67)

Refactors

  • libsql migration — Replaced better-sqlite3 with libsql (#59)

Dependencies

  • vite 5 → 6, vitest 4.1.0, @fastify/static 9, lucide-react 0.577, xterm addon-web-links 0.12, tiptap 3.20.4 (#68, #62)