Skip to content

Commit ccb383d

Browse files
nicksenapclaude
andcommitted
Bump version to 0.12.13
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 44b4542 commit ccb383d

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gw-cli"
3-
version = "0.12.12"
3+
version = "0.12.13"
44
description = "Git Worktree Workspace Orchestrator"
55
readme = "README.md"
66
authors = [

release_notes.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## What's New
22

3-
### `--json` flag for `list`, `status`, and `doctor`
4-
Machine-readable JSON output via `-j`/`--json` on the commands that produce tabular data:
5-
- `gw list -j` — all workspaces as JSON array
6-
- `gw list <name> -j` — single workspace detail
7-
- `gw list -sj` — workspace summaries with git status
8-
- `gw status -j` — repo status for current workspace
9-
- `gw doctor -j` — health issues as JSON array
3+
### MCP server for cross-workspace communication
4+
New `gw mcp-serve` command exposes a stdio JSON-RPC server that lets Claude Code instances in different workspaces communicate via announcements. Auto-configured via `.mcp.json` in workspace directories.
5+
6+
### End-to-end test suite
7+
Comprehensive e2e tests covering init, create, delete, sync, rename, doctor, presets, MCP server, and more. Runs in Docker locally (`just e2e`) and natively in CI.
8+
9+
### Bug fixes
10+
- `gw list --json` now returns `[]` instead of a text message when no workspaces exist
11+
- Git operations no longer hang when SSH key requires a passphrase
12+
- Repo URL normalization for consistent matching across SSH/HTTPS variants
13+
- Announcement TTL pruning to prevent unbounded state growth

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)