Skip to content

chore(main): release 0.7.0#21

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(main): release 0.7.0#21
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 24, 2026

🤖 I have created a release beep boop

0.7.0 (2026-05-19)

⚠ BREAKING CHANGES

  • worktree: user-typed branches, no daemon auto-push of projects
  • ws add <url> no longer creates a plain checkout. The on-disk shape is now personal/<name>.bare/ + personal/<name>/ worktree, identical to what ws bootstrap produces. Tooling that specifically expected personal/<name>/.git/ as a real directory (rather than a worktree pointer file) needs to handle the worktree case.
  • ws group CLI subcommands no longer exist. Edit workspace.toml directly or use ws setup to manage groups.
  • ws list no longer exists. Use ws status (with --filter if you need a subset).
  • ws archive, ws restore, and ws clean no longer exist. Use git clean -xfd or rm -rf for dep caches; worktree-aware archive support is deferred to a future rewrite if ever needed.
  • ws pulse no longer exists. No replacement planned.

Features

  • add: bubbletea TUI for ws add interactive flow (0b8eba6)
  • add: cache GitHub repos + stream gather sources progressively (45c42eb)
  • add: internal/add core with sidecar coordination (18a9b61)
  • add: multi-select bulk add in ws add TUI (3444a75)
  • add: real source implementations — disk, clipboard, github (0071290)
  • add: show repo description on selected row + search across description (da95294)
  • add: tree view by org + highlight already-cloned suggestions (60452d2)
  • add: wire add.Run into the live TUI (731bbb6)
  • agent: add favorites and recent-projects quick-nav header (#46) (32b9032)
  • agent: edit project group/category from ws agent TUI (f52ee42)
  • config: introduce BranchMeta schema with legacy autopush migration (facb2d8)
  • create: bootstrap GitHub repos via gh + register + clone in one shot (4edd025)
  • create: bootstrap GitHub repos via gh + register + clone in one shot (80b5735)
  • daemon: coalesce workspace.toml auto-sync commits via push cooldown (#47) (730b8e7)
  • edit project metadata + bulk add in TUI (47f01ac)
  • github: add Provider interface for suggestion sources (9d2a009)
  • path: resolve project name to absolute path for shell substitution (b491f3c)
  • path: resolve project name to absolute path for shell substitution (7ff4056), closes #28
  • remove ws archive / restore / clean (c383e09)
  • remove ws group CLI subcommands (34a5857)
  • remove ws list (e3d304d)
  • remove ws pulse command (0c5de41)
  • worktree: user-typed branches, no daemon auto-push of projects (644a471)
  • ws add now clones as bare+worktree (28f1095)

Bug Fixes

  • add: align cursor index with rendered tree order; highlight selected row (aa6e83b)
  • add: raise gather timeout to 10s, surface error reason in chip (45bd31f)
  • agent: mirror CLI's fetch-then-attach flow in TUI worktree create (27886fd)
  • github,add: probe OAuth token, fall back to gh CLI on 401; clearer chip hints (120ccd2)
  • github: reject malformed cache entries on read (05fc4e1)
  • reconciler: use last_pushed_at for orphan detection, not last_active_at (bac394f)
  • worktree: re-register existing checkouts; release branch on TUI delete (8759322)
  • worktree: refuse to remove main worktree by branch (5a987d9)
  • worktree: repair fetch refspec on add; allow dropping orphan without worktree (7e4844b)
  • worktree: stop force-fetch over local branches; persist keep-local (310d74d)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from a588a0a to 6f2c6e7 Compare April 26, 2026 10:11
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 5 times, most recently from 7abcfe6 to d11e3ad Compare May 9, 2026 05:01
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from fd290dc to 8db0c98 Compare May 18, 2026 10:35
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 8db0c98 to e06d4de Compare May 19, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: ws path — print absolute path for project name resolution

0 participants