Files
headquarter/openspec/changes/runfusion-poc/proposal.md
T
alex 78aaddb2b5
CI / Web CI (push) Failing after 12s
CI / API CI (push) Failing after 1m1s
docs(openspec): add OpenSpec changes for FN-005, FN-006, FN-008, FN-009, FN-010
- Add frontend-foundation change (FN-005) with 46 tasks
- Add deployment-config change (FN-006) with 27 tasks
- Add runfusion-poc/opencode-poc change (FN-008) with 25 tasks
- Add config-secrets change (FN-009) with 31 tasks
- Add codeserver-spawn change (FN-010) with 38 tasks
- Include project specsheet and configuration
- Archive completed deployment-config change
2026-05-14 17:35:20 +02:00

1.3 KiB

Why

OpenCode is an AI-powered terminal-based development environment that provides a web interface for interactive development. It demonstrates the platform's extensibility beyond standard tools like code-server. As a POC, it validates the manifest-driven spawn system with a non-trivial runtime that requires web terminal forwarding.

What Changes

  • OpenCode manifest: Define the tool with terminal web interface, workspace mounts, and health checks
  • Container image: Reference to OpenCode image with built-in web terminal
  • Health reporting: Endpoint that reports tool health to the platform
  • Spawn integration: Reuse the spawn flow from FN-010 but with OpenCode-specific configuration
  • Web terminal: Support for browser-based terminal access

Capabilities

New Capabilities

  • opencode-manifest: OpenCode tool manifest with web terminal config
  • web-terminal: Support for browser-based terminal interfaces
  • health-reporting: Tool health status reporting mechanism

Modified Capabilities

  • None (reuses spawn infrastructure from FN-010)

Impact

  • apps/api/app/tools/manifests/opencode.yml: Updated manifest
  • apps/api/app/services/spawn.py: Minor updates for OpenCode-specific mounts
  • apps/web/src/: OpenCode appears in tool selection UI
  • Docker images: Uses official OpenCode image