Skip to main content

Host Adapter Matrix

Better Harness runs inside your existing coding agent. Host differences enter only a thin adapter layer: host shells, configured-asset providers, session evidence adapters, and output modes. Canonical product judgment stays host-neutral.

Hosts at a glance

HostPositioningShellSession EvidenceDefault Output
QoderFirst-class product host.qoder-plugin/Qoder sessionsQoder Canvas report
Claude CodeAnalysis-capable source-local host.claude-plugin/Workspace-matching local Claude transcripts when presentSelf-contained HTML + Markdown
CodexAnalysis-capable source-local host.codex-plugin/Codex sessionsSelf-contained HTML + Markdown
CursorAnalysis-capable source-local host.cursor-plugin/Workspace-matched transcripts, metadata, and audit logs; partial coverage stays explicitSelf-contained HTML + Markdown

The @qoderai/better-harness npm package includes all four plugin metadata roots. The generated Qoder runtime bundle includes only the Qoder shell; non-Qoder generated host artifacts remain source-local.

Output modes

  • Qoder Canvas — renderer-owned findings.json, Canvas-only canvas.json, and report.canvas.tsx.
  • HTML visual — portable Claude Code/Codex/Cursor contract covering findings.json, report.md, and a self-contained report.html (see the live demo).
  • Markdown-only — no visual companion.

Capability coverage

Capabilities differ per host on purpose: no host claims a capability without a real evidence source, and unsupported behavior fails before reading private data or changing files. The maintained capability-by-capability coverage table, TODO list, and definition of done live in the repository roadmap.

Source of truth

The canonical matrix, discovery rules, and split triggers live in docs/adapters/README.md.