yao/agent/sandbox
Max 31a75f0161 Refactor API URL building in OpenAI and Claude components
- Update `buildAPIURL` function in OpenAI provider to delegate URL construction to `connector.BuildAPIURL`, ensuring consistent URL formatting across the agent LLM and sandbox proxy paths.
- Modify backend URL construction in Claude's `BuildProxyConfig` to utilize the shared `connector.BuildAPIURL` helper, applying the necessary `/v1` prefix for compatibility.

This change enhances code maintainability and consistency in API URL handling across different components.
2026-02-08 12:31:28 +08:00
..
claude Refactor API URL building in OpenAI and Claude components 2026-02-08 12:31:28 +08:00
cursor Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00
DESIGN.md Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00
executor.go Add secure proxy configuration with options and secrets support 2026-01-31 22:46:48 +08:00
executor_test.go Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00
integration_test.go Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00
PLAN.md Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
types.go Add sandbox ID and VNC URL methods to sandbox executor 2026-02-05 21:46:07 +08:00
types_test.go Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00