@vtxmacro/cli 2026.8.41 → 2026.8.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.
Files changed (2) hide show
  1. package/bin/vtx.js +2 -2
  2. package/package.json +1 -1
package/bin/vtx.js CHANGED
@@ -38,7 +38,7 @@ var init_agent_cli_release = __esm({
38
38
  "agent-cli-release.json"() {
39
39
  agent_cli_release_default = {
40
40
  package_name: "@vtxmacro/cli",
41
- package_version: "2026.8.41",
41
+ package_version: "2026.8.42",
42
42
  codex_package_name: "@openai/codex",
43
43
  codex_version: "0.147.0",
44
44
  copilot_sdk_package_name: "@github/copilot-sdk",
@@ -30581,7 +30581,7 @@ var init_runner = __esm({
30581
30581
  key_generation: localState.key_generation,
30582
30582
  adapter: settings.adapterId,
30583
30583
  display_name: this.options.displayName.trim(),
30584
- authenticated_account_identity: this.options.authenticatedAccountIdentity ?? null,
30584
+ ...this.options.authenticatedAccountIdentity ? { authenticated_account_identity: this.options.authenticatedAccountIdentity } : {},
30585
30585
  authenticated_account_email: this.options.authenticatedAccountEmail ?? null,
30586
30586
  authenticated_account_plan: this.options.authenticatedAccountPlan ?? null,
30587
30587
  protocol_version: this.options.protocolVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtxmacro/cli",
3
- "version": "2026.8.41",
3
+ "version": "2026.8.42",
4
4
  "description": "VTX Macro CLI, MCP server, and durable subscription inference host.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",