feat(providers): add omp CLI provider via ACP - #31
Open
matheustimbo wants to merge 173 commits into
Open
matheustimbo wants to merge 173 commits into
matheustimbo wants to merge 173 commits into
Conversation
…ngdotgg#12015) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…r machine icon (pingdotgg#12026) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…pingdotgg#12030) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…ingdotgg#11696) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: maria-rcks <mwria.rocks@gmail.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…ingdotgg#12115) Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
…and are refused on remote ones (pingdotgg#12001) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…gg#11706) Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ingdotgg#10822) Co-authored-by: maria-rcks <maria@kuuro.net>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
…ingdotgg#11841) Co-authored-by: Julius Marminge <julius0216@outlook.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
…7861) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…exists (pingdotgg#12540) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…gg#12635) Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…art (pingdotgg#12625) Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Implements the Oh My Pi (omp) coding agent as a T3 provider, modeled on the Cursor/Grok ACP drivers. Health checking is CLI-first (version, usage, models --json) and side-effect free; chat runs over 'omp acp' with model/thinking selection and approval-mode mapping. Probed against omp/18.2.6 over stdio.
- OmpAdapter: declare /compact slash-command compaction (verified in omp docs) instead of advertising compact with no strategy - OmpProvider: enable the plan/default interaction-mode toggle - OmpAcpSupport: validate thinking against session-advertised options (session is authoritative, e.g. minimal) instead of the static catalog alone - Mobile ProviderIcon: dedicated omp branch instead of the Codex fallback glyph
This branch has not been deployed
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.
Adds the omp coding agent as a T3 provider, modeled on the Cursor/Grok ACP drivers.
omp --version,omp usage(login state),omp models --json(catalog with per-model thinking levels). Never opens an ACP session on refresh.omp acp(auth methodagent) with model/thinking selection guarded against unadvertised options, approval-mode mapping, and plan-mode awareness.Built with opencode/muse-spark-1.3-contributor-free via T3 Code.