@planu/cli 4.12.1 → 4.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [4.12.3] - 2026-07-27
2
+
3
+ ### Features
4
+ - feat: add accessible donation beacon
5
+
6
+
7
+ ## [4.12.2] - 2026-07-27
8
+
9
+ ### Bug Fixes
10
+ - fix: restore dark language menu contrast
11
+
12
+
1
13
  ## [4.12.1] - 2026-07-27
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "4.12.1",
3
+ "version": "4.12.3",
4
4
  "description": "Planu — MCP Server for Spec Driven Development with native Rust acceleration for hot paths. Cross-platform (Linux/macOS/Windows, x64/arm64, glibc/musl).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,14 +34,14 @@
34
34
  "packageName": "@planu/core"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@planu/core-darwin-arm64": "4.12.1",
38
- "@planu/core-darwin-x64": "4.12.1",
39
- "@planu/core-linux-arm64-gnu": "4.12.1",
40
- "@planu/core-linux-arm64-musl": "4.12.1",
41
- "@planu/core-linux-x64-gnu": "4.12.1",
42
- "@planu/core-linux-x64-musl": "4.12.1",
43
- "@planu/core-win32-arm64-msvc": "4.12.1",
44
- "@planu/core-win32-x64-msvc": "4.12.1"
37
+ "@planu/core-darwin-arm64": "4.12.3",
38
+ "@planu/core-darwin-x64": "4.12.3",
39
+ "@planu/core-linux-arm64-gnu": "4.12.3",
40
+ "@planu/core-linux-arm64-musl": "4.12.3",
41
+ "@planu/core-linux-x64-gnu": "4.12.3",
42
+ "@planu/core-linux-x64-musl": "4.12.3",
43
+ "@planu/core-win32-arm64-msvc": "4.12.3",
44
+ "@planu/core-win32-x64-msvc": "4.12.3"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=24.0.0"
package/planu-native.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dev.planu.native",
3
3
  "displayName": "Planu Native Lightweight Surface",
4
- "version": "4.12.1",
4
+ "version": "4.12.3",
5
5
  "packageName": "@planu/cli",
6
6
  "modes": {
7
7
  "lightweight": {
package/planu-plugin.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "dev.planu.cli",
3
3
  "displayName": "Planu — Spec Driven Development",
4
4
  "description": "Manage software specs, estimations, and autonomous SDD workflows. Language-agnostic MCP server for Claude Code.",
5
- "version": "4.12.1",
5
+ "version": "4.12.3",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": [
8
8
  "npx",