Module proxy

Source
Expand description

Transparent proxy system for vx

This module provides the core transparent proxy functionality that allows users to run tools through vx without explicit activation or PATH manipulation.

The proxy system:

  • Automatically detects project configuration (.vx.toml)
  • Resolves the correct tool version for the current context
  • Ensures tools are installed (with auto-install if enabled)
  • Transparently executes the tool with the correct version

Structsยง

ProxyContext
Tool execution context
ToolProxy
Transparent proxy for tool execution