@nexusclawhq/cli 0.3.17 → 0.3.18
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 +6 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +11 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +11 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +22 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +11 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +11 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.d.ts +15 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js +30 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +4 -0
- package/dist/nexus-cli/src/cli.js +0 -0
- package/dist/nexus-cli/src/commands/commands.test.js +19 -0
- package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/data/index.js +2 -0
- package/dist/nexus-cli/src/commands/data/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/data/recycle-bin.d.ts +2 -0
- package/dist/nexus-cli/src/commands/data/recycle-bin.js +52 -0
- package/dist/nexus-cli/src/commands/data/recycle-bin.js.map +1 -0
- package/dist/nexus-cli/src/services/__env-probe.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js +13 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js.map +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +132 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +70 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +63 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +13 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.18 - 2026-07-30
|
|
4
|
+
|
|
5
|
+
- Add the authenticated, step-up-protected single-record Recycle Bin
|
|
6
|
+
soft-delete command for DX administrators, with exact object, record ID, and
|
|
7
|
+
external-key matching plus an auditable receipt.
|
|
8
|
+
|
|
3
9
|
## 0.3.17 - 2026-07-30
|
|
4
10
|
|
|
5
11
|
- Surface the formal rollback re-promote audit contract, including activation
|
package/dist/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@nexusclawhq/cli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"gitSha": "
|
|
3
|
+
"version": "0.3.18",
|
|
4
|
+
"gitSha": "1810706f59ce96fa4809579f83f9fc050d9d9f15",
|
|
5
5
|
"ciRunId": null,
|
|
6
|
-
"contentDigest": "sha256:
|
|
7
|
-
"generatedAt": "2026-07-
|
|
6
|
+
"contentDigest": "sha256:ffacf89852b5a4e88f1b23a966f3b8c422655644898ac9b3ac36dbca5c01cdac",
|
|
7
|
+
"generatedAt": "2026-07-30T03:46:19.404Z"
|
|
8
8
|
}
|
|
@@ -29,4 +29,5 @@ __exportStar(require("./platform-admin-release-governance"), exports);
|
|
|
29
29
|
__exportStar(require("./agent-executable-assets"), exports);
|
|
30
30
|
__exportStar(require("./ai-employee-runtime"), exports);
|
|
31
31
|
__exportStar(require("./ai-employee-cognition"), exports);
|
|
32
|
+
__exportStar(require("./workspace-regional-settings"), exports);
|
|
32
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAAoD;AAA3C,0GAAA,eAAe,OAAA;AACxB,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,mEAAiD;AACjD,sEAAoD;AACpD,4DAA0C;AAC1C,wDAAsC;AACtC,0DAAwC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAAoD;AAA3C,0GAAA,eAAe,OAAA;AACxB,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,mEAAiD;AACjD,sEAAoD;AACpD,4DAA0C;AAC1C,wDAAsC;AACtC,0DAAwC;AACxC,gEAA8C"}
|
|
@@ -5025,6 +5025,8 @@ declare const _default: {
|
|
|
5025
5025
|
sendMessageAria: string;
|
|
5026
5026
|
requestFailedWithStatus: string;
|
|
5027
5027
|
serviceException: string;
|
|
5028
|
+
newConversation: string;
|
|
5029
|
+
restoringSession: string;
|
|
5028
5030
|
historyButton: string;
|
|
5029
5031
|
historyTitle: string;
|
|
5030
5032
|
historyEmpty: string;
|
|
@@ -7444,6 +7446,8 @@ declare const _default: {
|
|
|
7444
7446
|
builderPreviewMenuCaption: string;
|
|
7445
7447
|
builderPreviewRun: string;
|
|
7446
7448
|
builderPreviewWelcome: string;
|
|
7449
|
+
builderPreviewNewSession: string;
|
|
7450
|
+
builderPreviewRestoring: string;
|
|
7447
7451
|
builderReadinessTitle: string;
|
|
7448
7452
|
builderReadiness: {
|
|
7449
7453
|
access: string;
|
|
@@ -18909,6 +18913,13 @@ declare const _default: {
|
|
|
18909
18913
|
subscriptionId: string;
|
|
18910
18914
|
catalogLoadFailed: string;
|
|
18911
18915
|
catalogLoadFailedDescription: string;
|
|
18916
|
+
language: string;
|
|
18917
|
+
timezone: string;
|
|
18918
|
+
dateFormat: string;
|
|
18919
|
+
timeFormat: string;
|
|
18920
|
+
numberFormat: string;
|
|
18921
|
+
currencyPosition: string;
|
|
18922
|
+
fiscalYearStartMonth: string;
|
|
18912
18923
|
};
|
|
18913
18924
|
tenantDetail: {
|
|
18914
18925
|
updateSuccess: string;
|
|
@@ -5047,6 +5047,8 @@ const messages = {
|
|
|
5047
5047
|
requestFailedWithStatus: "Request failed ({status})",
|
|
5048
5048
|
serviceException: "Service error",
|
|
5049
5049
|
// Conversation history / meeting replay (caller-scoped by userId+workspaceId)
|
|
5050
|
+
newConversation: "New conversation",
|
|
5051
|
+
restoringSession: "Restoring the last training conversation…",
|
|
5050
5052
|
historyButton: "History",
|
|
5051
5053
|
historyTitle: "Conversation history",
|
|
5052
5054
|
historyEmpty: "No conversations yet",
|
|
@@ -7452,6 +7454,8 @@ const messages = {
|
|
|
7452
7454
|
builderPreviewMenuCaption: "Task input and output",
|
|
7453
7455
|
builderPreviewRun: "Preview run",
|
|
7454
7456
|
builderPreviewWelcome: "Enter a real task and I will try it with the current AI employee configuration.",
|
|
7457
|
+
builderPreviewNewSession: "New conversation",
|
|
7458
|
+
builderPreviewRestoring: "Restoring the last conversation…",
|
|
7455
7459
|
builderReadinessTitle: "Readiness",
|
|
7456
7460
|
builderReadiness: {
|
|
7457
7461
|
access: "Usage scope",
|
|
@@ -18980,6 +18984,13 @@ const messages = {
|
|
|
18980
18984
|
subscriptionId: "Subscription ID",
|
|
18981
18985
|
catalogLoadFailed: "Failed to load the subscription catalog",
|
|
18982
18986
|
catalogLoadFailedDescription: "Available plans and billing cycles could not be read. Resolve the issue and retry.",
|
|
18987
|
+
language: "Default Language",
|
|
18988
|
+
timezone: "Default Time Zone",
|
|
18989
|
+
dateFormat: "Date Format",
|
|
18990
|
+
timeFormat: "Time Format",
|
|
18991
|
+
numberFormat: "Number Format",
|
|
18992
|
+
currencyPosition: "Currency Symbol Position",
|
|
18993
|
+
fiscalYearStartMonth: "Fiscal Year Start Month",
|
|
18983
18994
|
},
|
|
18984
18995
|
tenantDetail: {
|
|
18985
18996
|
updateSuccess: "Subscription updated",
|