feat: add Oh My Pi (omp) agent support#103
Open
FelipeMayerDev wants to merge 2 commits into
Open
Conversation
Add omp as the 11th supported agent. omp (Oh My Pi) is a coding agent
harness with base dir ~/.omp and agent config under ~/.omp/agent/.
Capabilities mapped:
- Skills: ~/.omp/agent/skills/<name>/SKILL.md (user), .omp/skills/ (project)
- MCP: ~/.omp/agent/mcp.json (user), .omp/mcp.json (project) — JSON mcpServers
- Plugins: ~/.omp/agent/extensions/*.ts (TypeScript extension modules)
- Rules: ~/.omp/agent/{AGENTS,RULES}.md (user), .omp/{AGENTS,RULES}.md (project)
- Settings: ~/.omp/agent/config.yml (user), .omp/config.yml (project)
- Hooks: None (omp hooks are JS/TS event modules, not shell commands — same
model as opencode)
Frontend: AGENT_ORDER, display name, color theme, onboarding animation,
extension filter colors, mascot fallback.
Uses the official omp favicon (π symbol with pink→purple→cyan gradient on dark tile). Hover: gentle float + hue cycle. Click: glow burst + scale pulse. Reduced-motion respected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Oh My Pi (
omp) as the 11th supported agent in HarnessKit.Backend
OmpAdapterfor~/.omp/~/.omp/agentlayout.~/.omp/agent/skills/<name>/SKILL.md.omp/skills/<name>/SKILL.md~/.omp/agent/mcp.json.omp/mcp.jsonmcpServersformat, including stdiocommand, remoteurl,args,env, and nativeenabledflag.~/.omp/agent/extensions/*.{ts,js,mjs,cjs}.omp/extensions/AGENTS.md,RULES.md,config.yml,settings.json.HookFormat::Nonebecause omp hooks are JS/TS event modules, not shell-command hook configs (same model as OpenCode).Frontend
omptoAGENT_ORDERand display names.omp.sh/favicon.svgπ logo (pink→purple→cyan gradient).Docs
Verification
cargo check -p hk-core✅cargo test -p hk-core✅ — 557 tests passednpx tsc --noEmit✅npx vitest run src/lib/__tests__/types.test.ts src/stores/__tests__/extension-helpers.test.ts✅ — 76 tests passed~/.ompinstall ✅omp~/.omp/agent/config.ymlorca-agent-status,orca-prefill,orca-titlebar-spinnerScreenshots
Overview — Oh My Pi detected
Agent details — Oh My Pi
Extensions filtered by Oh My Pi
Oh My Pi mascot card crop