Changelog

Every product change, written in markdown.

Vibe Workspace — Version History (Big Updates)

This document lists major version milestones from git tags and release history. Patch releases (e.g. 0.9.1, 0.9.2) are omitted unless they introduced a notable platform or workflow change.

Current app version: 1.0.6 (in package.json / tauri.conf.json) Latest git tag: v1.0.4 Total tagged releases: 24 (beta-01v1.0.4)

Quick reference

VersionDateTypeHeadline
1.0.6UnreleasedPatch+Code Tasks, custom skills/prompts, performance & editor fixes
1.0.5UnreleasedPatchGitHub auth fix, sidebar → preview navigation, editor spacing
1.0.42026-06-15PatchCode editor stability and preview improvements
1.0.32026-06-15PatchNative menubar, editor fixes, optimization
1.0.22026-06-15MinorClone from GitHub, editor improvements
1.0.12026-06-15PatchDesktop pet companion
1.0.02026-06-11MajorStable 1.0 — themes, performance, production-ready polish
0.9.72026-06-08PatchMerge conflict resolver (three-way editor)
0.9.42026-06-08PatchSidebar UI refresh, Activity AI integration
0.9.02026-06-05MinorPerformance enhancements
0.8.02026-06-05MinorWindows & Linux platform support
0.7.02026-06-05MinorGit tree module (Git Lens foundation)
0.6.02026-05-18MinorTerminal suspend / lifecycle fixes
0.5.02026-05-18MinorTerminal build reliability
0.4.02026-05-18MinorOpenSpec init, duplicate terminal fix
0.3.02026-05-15MinorCLI agent terminal glitch fix, git checks
0.2.02026-05-13MinorSkill library module
0.1.02026-05-13MinorAuto-updater, first stable pre-release
beta-022026-05-13BetaReview panel, Monaco diff viewer, themes
beta-012026-05-11BetaInitial app — terminals, workspaces, settings

Unreleased (v1.0.4 → HEAD) — v1.0.5 / v1.0.6

Work on main after tag v1.0.4. Version bumped locally to 1.0.6.

Highlights

  • Code Tasks panel — Scan codebase for TODO, FIXME, BUG, HACK, NOTE, and OPTIMIZE annotations; GitLens-style popup with search and filters; click a task to open file preview at the exact line.
  • Custom skills — Add a skill by choosing a folder from disk (first card in Skills grid).
  • Custom prompts — Add user-defined prompts via modal (name, description, role, body); stored in localStorage.
  • Performance optimization — Virtualized diff viewer, file trees, and activity lists; batched git status; push-based PTY; reduced pet-window polling.
  • Editor fixes — Improved line height/spacing (14px / 22px), horizontal scroll for long lines, Monaco worker sync.
  • Sidebar fix — Clicking a file in the Source tree opens the Review panel preview.
  • GitHub auth fix — Device-flow login no longer hangs after browser authorization (request guard, session restore, polling improvements).
  • GitHub login on Windows — Authentication reliability fixes in the desktop build.

Commits (since v1.0.4)

f609feb TODO feat
1597074 add custom skill, prompt
5518ded optimise perfomance, editor fix, sidebar fix, authen fix in window, etc...

v1.0.4 — 2026-06-15

Tag: v1.0.4

Highlights

  • Continued code editor and preview viewer stability work.
  • Refinements to Monaco-based file preview after menubar and GitHub clone changes.

v1.0.3 — 2026-06-15

Tag: v1.0.3

Highlights

  • Native menubar — Desktop menubar integration for macOS/Windows workflows.
  • Editor fixes — Diff and preview viewer improvements.
  • Optimization — General UI and editor performance tuning.

v1.0.2 — 2026-06-15

Tag: v1.0.2

Highlights

  • Clone from GitHub — Create workspaces by cloning repositories directly from GitHub (device-flow sign-in, repo browser, destination picker).
  • Editor fixes — Early Monaco preview/diff improvements.

v1.0.1 — 2026-06-15

Tag: v1.0.1

Highlights

  • Desktop pet — Optional animated companion in a separate transparent window.
  • Five bundled pets: Clawd, Xiaoba cat, Monthly salary cat, Fat Guga, Gojo.
  • Pet reacts to agent idle, hover, drag, working, and completion states.
  • Settings → Pet tab for enable/disable, character choice, and size.

v1.0.0 — 2026-06-11

Tag: v1.0.0 Type: Major milestone

Highlights

  • Production 1.0 release — First stable major version.
  • Theme system — Five presets (Default Dark/Light, Ayu Dark/Mirage/Light) applied across app UI, terminals, and code viewers.
  • Performance enhancements — Broader app responsiveness improvements ahead of 1.0.x feature work.
  • Polish — Bug fixes and stability pass across workspaces, terminals, and review panel.

v0.9.7 — 2026-06-08

Tag: v0.9.7

Highlights

  • Merge conflict resolution — Full three-way conflict editor inside Git Lens (yours | result | theirs).
  • Resolve Conflicts workflow — Toolbar entry, per-file Take Ours / Take Theirs / Resolve, Complete Merge.
  • Monaco conflict markers and code-lens actions.

v0.9.4 — 2026-06-08

Tag: v0.9.4

Highlights

  • Sidebar UI refresh — Updated workspace sidebar layout and interactions.
  • Activity + AI integration — Activity feed improvements tied to agent/terminal events.
  • Sidebar open/reopen — Better panel persistence and reopen behavior.
  • Workspace sidebar refactor and dependency updates.

v0.9.0 — 2026-06-05

Tag: v0.9.0

Highlights

  • Performance enhancement — Cross-cutting optimizations before Git Lens conflict work and 1.0 polish.

v0.8.0 — 2026-06-05

Tag: v0.8.0

Highlights

  • Cross-platform support — Windows and Linux build/check pipeline support.
  • Platform-specific fixes for desktop distribution beyond macOS.

v0.7.0 — 2026-06-05

Tag: v0.7.0

Highlights

  • Git tree module — Foundation for Git Lens: commit graph, branch history, worktrees, fetch/pull/push, cherry-pick, and advanced Git workflows.

v0.6.0 — 2026-05-18

Tag: v0.6.0

Highlights

  • Terminal suspend fixes — Improved terminal lifecycle when sessions are suspended or backgrounded.

v0.5.0 — 2026-05-18

Tag: v0.5.0

Highlights

  • Terminal on build — Fixed terminal initialization in production/desktop builds.

v0.4.0 — 2026-05-18

Tag: v0.4.0

Highlights

  • OpenSpec integration — Optional openspec init when creating a workspace.
  • Duplicate terminal view fix — Cleaner multi-terminal layout.
  • README and workspace workflow updates.

v0.3.0 — 2026-05-15

Tag: v0.3.0

Highlights

  • CLI agent terminal fix — Resolved glitches when running AI CLI agents in PTY sessions.
  • Git checks — Improved git repository detection and status handling.

v0.2.0 — 2026-05-13

Tag: v0.2.0

Highlights

  • Skill library module — Install bundled AI instruction packs into the active project (API integration, bug investigation, code review, Flyway, React, Spring Boot CRUD, tests, forms).
  • Skills grid with search and installed-state indicators.

v0.1.0 — 2026-05-13

Tag: v0.1.0

Highlights

  • Auto-updater — Signed update checks against GitHub Releases; download and install with restart.
  • Build pipeline — Husky, release workflow, updater JSON generation.
  • First numbered pre-release after beta period.

beta-02 — 2026-05-13

Tag: beta-02

Highlights

  • Review panel (Changes feature) — Project status, file tree, and diff viewer.
  • Monaco editor integration — Syntax-highlighted side-by-side diffs and file preview.
  • Custom themes — Theme tokens for editor and terminal appearance.
  • App icon and bug fixes.

beta-01 — 2026-05-11

Tag: beta-01

Highlights

  • Project init — Tauri + Next.js + React desktop workspace manager.
  • Multi-terminal workspace — Up to 4 PTY sessions (grid layout), workspace persistence.
  • Settings page — Appearance, history, terminal, and about sections.
  • Terminal fullscreen — Session management and fullscreen support.
  • iOS-style app icons — Branding and desktop shell.
  • Multi-project workflow — Named workspaces with local storage.

All git tags (full list)

v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.9.9
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
beta-02
beta-01

Patch-only tags (smaller updates)

TagDateNotes
v0.9.92026-06-08Bug fixes, merge conflict follow-ups
v0.9.62026-06-08Bug fixes
v0.9.52026-06-08Updater version bump, sidebar refactor
v0.9.32026-06-08Performance and small feature optimizations
v0.9.22026-06-05Fix updater release asset URLs
v0.9.12026-06-05Windows build fix