一键导入
haiku-version
Show the running H·AI·K·U MCP binary version, plugin version, and whether the engine is the dev source build or the compiled bundle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show the running H·AI·K·U MCP binary version, plugin version, and whether the engine is the dev source build or the compiled bundle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Quick mode for small tasks — single-stage intent with auto-advance
Start a new H·AI·K·U intent — describe what you want to accomplish and the system creates a structured lifecycle for it
Full autonomous workflow — elaborate, plan, build, review, and deliver in one command
Open the SPA review pane for an intent so the user can browse units, feedback, stage artifacts, and outputs. Non-blocking on the workflow — leaves feedback that the engine picks up on the next tick. Use whenever the user wants to "see," "open," "show," or "look at" the current intent or a specific stage.
Reverse-engineer an existing feature into H·AI·K·U intent artifacts
Zero-ceremony single-unit execution — run one task directly through a stage's hat loop without intent or workflow scaffolding
| name | haiku-version |
| description | Show the running H·AI·K·U MCP binary version, plugin version, and whether the engine is the dev source build or the compiled bundle |
Call the haiku_version_info tool to retrieve version information.
Display:
dev when the binary wasn't built)plugin.json on diskplugin/bin/haiku.mjs) or a dev process loading TypeScript directly via bun/tsx. The two can disagree with the plugin version if the dev tree has uncommitted or unbuilt changesnode <version> (or bun <version> etc.) — useful when triaging "why does my behavior differ from the docs"process.argv[1]). For prod this points at the bundle; for dev it points at the source fileIf a pending update is reported, mention it to the user.
When build_kind is dev, also call out that any working-tree edits to packages/haiku/src/** are live — no rebuild needed. For prod, a rebuild (bun run --cwd packages/haiku build) is required for source edits to take effect.