@nexusclawhq/cli 0.3.35 → 0.3.36

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,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.36 - 2026-08-05
4
+
5
+ - `metadata import` now unwraps the backend REST response envelope
6
+ (`{ data, meta }`) exactly like `validate-source`, so an invalid dry-run
7
+ plan (for example system-app write-protected diagnostics) is rendered as a
8
+ structured `ok:false + data.plan` result instead of crashing with
9
+ "Cannot read properties of undefined (reading 'validation')".
10
+
3
11
  ## 0.3.35 - 2026-08-05
4
12
 
5
13
  - Keep `metadata import --source <directory>` inside the explicitly selected
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.35",
4
- "gitSha": "350f24c358735402f1a23d072042696bbcd637e3",
3
+ "version": "0.3.36",
4
+ "gitSha": "fe9b48ac9391debb32fc8eb511f3bcf3cc887b24",
5
5
  "ciRunId": null,
6
- "contentDigest": "sha256:060aa0e3c9157c439712e06b84a11e4e11ed45cb7f0ed658600c51a7499f1c14",
7
- "generatedAt": "2026-08-05T09:12:33.357Z"
6
+ "contentDigest": "sha256:6fe2a62ec72973ab20c6c931a0e088307fa9744c72d8c43f12f93e6775faf1db",
7
+ "generatedAt": "2026-08-05T12:19:31.243Z"
8
8
  }
@@ -12978,6 +12978,9 @@ declare const _default: {
12978
12978
  usageRate: string;
12979
12979
  currentSpend: string;
12980
12980
  monthlyBudget: string;
12981
+ notConfigured: string;
12982
+ noBudgetConfigured: string;
12983
+ noBudgetConfiguredDescription: string;
12981
12984
  daysRemaining: string;
12982
12985
  days: string;
12983
12986
  projectedMonthEnd: string;
@@ -13005,6 +13005,9 @@ const messages = {
13005
13005
  usageRate: "Budget usage rate",
13006
13006
  currentSpend: "Current spend",
13007
13007
  monthlyBudget: "Monthly budget",
13008
+ notConfigured: "Not configured",
13009
+ noBudgetConfigured: "No monthly budget configured",
13010
+ noBudgetConfiguredDescription: "The detail sections below are aggregated from actual usage (tokens and cost). Current spend and projected month-end spend are shown truthfully; configure a budget to display the usage rate and cap controls.",
13008
13011
  daysRemaining: "Days remaining",
13009
13012
  days: "days",
13010
13013
  projectedMonthEnd: "Projected month-end spend",