@opencode-compat/profile
v0.1.3
Published
HostProfile types and draft profiles for OCP hosts
Maintainers
Readme
@opencode-compat/profile
HostProfile types, draft profiles (opencode / mimo / kilo / zcode), detect(), and facade override helpers for ocp setup.
Capability flags include Option B adoption inputs (streamToolCallEnsure, bashDescriptionRequired) — see OCP 0.1 §5–§6.5.
License: MPL-2.0
import { detect, mimoProfile, CORE_HOOKS } from "@opencode-compat/profile"
const { profile, supported, message } = detect()
// or: detect({ env: { OPENCODE_COMPAT_HOST: "mimo" } })End-user install: INSTALL.md.
