@vtxmacro/cli 2026.8.24 → 2026.8.25

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 +9 -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.24",
41
+ package_version: "2026.8.25",
42
42
  codex_package_name: "@openai/codex",
43
43
  codex_version: "0.147.0",
44
44
  platforms: {
@@ -20961,7 +20961,14 @@ var init_codex_adapter = __esm({
20961
20961
  init_codex_binary();
20962
20962
  init_config();
20963
20963
  INITIAL_CODEX_INFERENCE_MODEL = "gpt-5.6-sol";
20964
- SUPPORTED_CODEX_REASONING_EFFORTS = ["medium", "high", "xhigh"];
20964
+ SUPPORTED_CODEX_REASONING_EFFORTS = [
20965
+ "low",
20966
+ "medium",
20967
+ "high",
20968
+ "xhigh",
20969
+ "max",
20970
+ "ultra"
20971
+ ];
20965
20972
  MAX_PROMPT_BYTES2 = 3e5;
20966
20973
  tokenUsageReceiptSchema = external_exports.strictObject({
20967
20974
  inputTokens: external_exports.number().int().nonnegative().max(Number.MAX_SAFE_INTEGER),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtxmacro/cli",
3
- "version": "2026.8.24",
3
+ "version": "2026.8.25",
4
4
  "description": "VTX Macro CLI, MCP server, and durable subscription inference host.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",