Skip to content

Commit 9a21ac7

Browse files
awaliuddinclaude
andcommitted
chore(release): bump to v3.5.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2445b9f commit 9a21ac7

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "forge",
1212
"source": "./plugins/nxtg-forge",
1313
"description": "AI-powered development governance — automated quality gates, agent orchestration, and project health monitoring for Claude Code",
14-
"version": "3.5.0",
14+
"version": "3.5.1",
1515
"author": {
1616
"name": "NXTG AI"
1717
},

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
66

77
---
88

9+
## [3.5.1] — 2026-03-24
10+
11+
### Fixed
12+
13+
- **WSL2 tmux dashboard (BUG 1 — auto-open)**`open()` fails silently in tmux sessions where `DISPLAY`/`WSL_INTEROP` env vars are not forwarded. Now tries two fallbacks: `powershell.exe Start` (no DISPLAY needed), then `wslview` (wslu package). If all fail, returns `hint:` with a pasteable Windows browser URL.
14+
- **WSL2 tmux dashboard (BUG 2 — wrong path)** — Returned `file:///tmp/...` is not openable in Windows browsers. Now detects WSL2 via `WSL_DISTRO_NAME` or `/proc/sys/fs/binfmt_misc/WSLInterop` and constructs the correct Windows-accessible URL: `file://///wsl.localhost/<distro>/tmp/forge-dashboard-xxx.html`. Both `path` (Linux) and `browserUrl` (Windows-ready) are now returned.
15+
16+
---
17+
918
## [3.5.0] — 2026-03-18
1019

1120
### Added
@@ -229,6 +238,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version
229238

230239
---
231240

241+
[3.5.1]: https://github.com/nxtg-ai/forge-plugin/compare/v3.5.0...v3.5.1
232242
[3.5.0]: https://github.com/nxtg-ai/forge-plugin/compare/v3.4.9...v3.5.0
233243
[3.4.9]: https://github.com/nxtg-ai/forge-plugin/compare/v3.4.8...v3.4.9
234244
[3.4.8]: https://github.com/nxtg-ai/forge-plugin/compare/v3.4.7...v3.4.8

plugins/nxtg-forge/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forge",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "AI-powered development governance \u2014 automated quality gates, agent orchestration, and project health monitoring for Claude Code",
55
"author": {
66
"name": "NXTG AI",

plugins/nxtg-forge/servers/governance-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxtg-forge/governance-mcp",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "MCP server for NXTG-Forge governance dashboard",
55
"type": "module",
66
"main": "index.mjs",

0 commit comments

Comments
 (0)