@vtxmacro/cli 2026.9.32 → 2026.9.33

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.
@@ -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.32",
19
+ package_version: "2026.9.33",
20
20
  codex_package_name: "@openai/codex",
21
21
  codex_version: "0.153.3",
22
22
  copilot_sdk_package_name: "@github/copilot-sdk",
package/bin/vtx.js CHANGED
@@ -77,7 +77,7 @@ var init_agent_cli_release = __esm({
77
77
  "agent-cli-release.json"() {
78
78
  agent_cli_release_default = {
79
79
  package_name: "@vtxmacro/cli",
80
- package_version: "2026.9.32",
80
+ package_version: "2026.9.33",
81
81
  codex_package_name: "@openai/codex",
82
82
  codex_version: "0.153.3",
83
83
  copilot_sdk_package_name: "@github/copilot-sdk",
@@ -34960,7 +34960,11 @@ var init_grok_runtime = __esm({
34960
34960
  'preferred_method = "oidc"',
34961
34961
  "[cli]",
34962
34962
  "auto_update = false",
34963
+ // Model-catalog backend search is independent of the ACP tool profile.
34964
+ // Pin it off before request construction: Provider has no tools and Agent
34965
+ // may use only the assignment-scoped VTX tools.
34963
34966
  "[features]",
34967
+ "backend_tools = false",
34964
34968
  "telemetry = false",
34965
34969
  "turn_summary = false",
34966
34970
  "title_refresh = false",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtxmacro/cli",
3
- "version": "2026.9.32",
3
+ "version": "2026.9.33",
4
4
  "description": "VTX Macro CLI, MCP server, and durable external inference host.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",