@vtxmacro/cli 2026.8.33 → 2026.8.34

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 +5 -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.33",
41
+ package_version: "2026.8.34",
42
42
  codex_package_name: "@openai/codex",
43
43
  codex_version: "0.147.0",
44
44
  platforms: {
@@ -30661,7 +30661,10 @@ var init_runner = __esm({
30661
30661
  failure_category: failure.category,
30662
30662
  failure_code: failure.code,
30663
30663
  retryable: failure.retryable,
30664
- membership_disposition: membershipFailureDisposition(failure),
30664
+ membership_disposition: membershipFailureDisposition({
30665
+ ...failure,
30666
+ dispatchOutcome
30667
+ }),
30665
30668
  failed_at: isoAt(now())
30666
30669
  });
30667
30670
  await updateAttempt({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtxmacro/cli",
3
- "version": "2026.8.33",
3
+ "version": "2026.8.34",
4
4
  "description": "VTX Macro CLI, MCP server, and durable subscription inference host.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",