Skip to content

Commit 35d93a4

Browse files
nicksenapclaude
andcommitted
chore: changelog for v1.1.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e981577 commit 35d93a4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v1.1.2
4+
5+
### New: `gw create --replace`
6+
7+
Tear down the current workspace and create a new one in a single step. Detects the current workspace from your cwd, prompts for confirmation (pass `-f` to skip), runs the `pre_delete` hook, deletes it, then creates the new workspace. The old branch is freed so the new workspace can reuse it.
8+
9+
```bash
10+
cd ~/.grove/workspaces/old-feature
11+
gw create new-feature -b feat/new -r api,web --replace
12+
```
13+
14+
### `gw add-repo` auto-detects current workspace
15+
16+
Running `gw add-repo` with no workspace NAME now defaults to the workspace containing your cwd instead of always showing a picker — matching the behavior of `gw status`, `gw run`, and `gw go`. Falls back to the picker when you're not inside a workspace.
17+
318
## v1.1.0
419

520
### Plugin architecture — Grove is now tool-agnostic

0 commit comments

Comments
 (0)