1
标题: 开发者推出本地运行编码代理应用SuperHQ
摘要:
开发者发布名为SuperHQ的应用,允许用户在本地沙箱中运行编码代理,基于Shuru技术构建。该应用不依赖自定义UI封装,代理以CLI或TUI方式运行,符合其原生设计逻辑。
每个代理运行在独立的微虚拟机中,项目文件通过挂载方式接入,写入操作保存在tmpfs覆盖层,确保主机系统不受影响。用户可通过统一差异视图选择接受或丢弃修改。
支持多代理并行运行
API密钥由本地代理动态替换
支持Pi Codex和Claude Code
1
SuperHQ Launches Local Sandbox Platform for Coding Agents
SuperHQ is a new application that enables users to run coding agents in isolated local environments using microVMs powered by Shuru. The platform avoids custom UI wrappers, allowing agents to operate as native CLI or TUI tools, preserving their original design and functionality. This approach targets developers seeking to manage multiple coding agents simultaneously without risking system integrity or interfering with active work environments.
Each agent operates in a separate microVM with project directories mounted securely. All file modifications are written to a tmpfs overlay, ensuring the host system remains untouched. Users can review changes through a unified diff interface and choose to accept or discard them. This design prioritizes safety and control during automated code generation and editing tasks.
The system enhances security by preventing API keys from entering sandboxes. Instead, a local proxy swaps in credentials on the wire. Users can also leverage their ChatGPT subscriptions via a local authentication gateway, offering flexibility in access methods. Support includes Pi, Codex, and Claude Code agents.
Key Takeaways:
SuperHQ runs coding agents in isolated microVMs for safety
Unified diff interface allows selective acceptance of code changes
Local proxy secures API keys and supports ChatGPT subscriptions
Source: Original Article
查看原文 →
View Original →