@vtxmacro/cli 2026.9.40 → 2026.9.42
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/bin/vtx-service-bootstrap.js +4 -1
- package/bin/vtx.js +480 -370
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import { fileURLToPath } from "node:url";
|
|
|
16
16
|
// agent-cli-release.json
|
|
17
17
|
var agent_cli_release_default = {
|
|
18
18
|
package_name: "@vtxmacro/cli",
|
|
19
|
-
package_version: "2026.9.
|
|
19
|
+
package_version: "2026.9.42",
|
|
20
20
|
codex_package_name: "@openai/codex",
|
|
21
21
|
codex_version: "0.153.3",
|
|
22
22
|
copilot_sdk_package_name: "@github/copilot-sdk",
|
|
@@ -118,6 +118,9 @@ var agent_cli_release_default = {
|
|
|
118
118
|
// lib/runtime-policy.generated.json
|
|
119
119
|
var runtime_policy_generated_default = {
|
|
120
120
|
ui: {
|
|
121
|
+
performance_defaults: {
|
|
122
|
+
default_timeframe: "30d"
|
|
123
|
+
},
|
|
121
124
|
auth_bootstrap_retry: {
|
|
122
125
|
max_attempts: 3,
|
|
123
126
|
jitter_milliseconds: 750,
|