bump(omp): pin @oh-my-pi/pi-coding-agent 16.3.11 -> 16.3.12#20
Merged
Conversation
Patch release (2026-07-08), no breaking/schema changes: - Added: #<number> PR/Issue autocomplete -> pr:// issue:// internal URLs - Changed: memoize non-message token totals (per-turn perf) - Fixed: JS-eval unawaited rejection crashes, advisor account-rotation hammering exhausted creds, .omp/RULES.md shadowed by user rules, bash internal-URL literal passthrough, nested agent:// resolution (spawn chains 2+ deep), bash timeout:0 now disables deadline, read/grep refusing selector-suffixed path names, Edge-only Windows browser launch BUILTIN_TOOL_NAMES byte-identical 16.3.11 vs 16.3.12 (verified against upstream builtin-names.ts); preset test tool list unchanged. Verified: bun test 12/12 pass, shellcheck clean, install.sh live -> omp/16.3.12, gateway headless round-trip ok. 7 files: install.sh pin, omp README x5, config.local.yml x2, models.yml, preset.test.ts, root README, .claude/CLAUDE.md. docs/eval/* left as historical record (dated evaluations tested 16.3.11).
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.
Patch bump of the oh-my-pi curated pin. No breaking or schema changes.
What 16.3.12 brings
Added
#<number>PR/Issue autocomplete in the prompt →pr:///issue://internal URLs via the existingread→ghpipelineChanged
Fixed (highlights)
.omp/RULES.mdproject rules shadowed by user rules of the same synthesized namememory:///skill://verbatim instead of abortingagent://resolution for nested subagent chains 2+ levels deepbashtimeout: 0now disables the deadline instead of falling back to the minimumread/greprefusing paths whose names end in selector-shaped suffixesFull changelog: https://github.com/can1357/oh-my-pi/blob/main/packages/coding-agent/CHANGELOG.md
Compatibility
BUILTIN_TOOL_NAMESis byte-identical between 16.3.11 and 16.3.12 (verified against upstreambuiltin-names.ts); the preset test tool list needed no update. No schema changes affectingmodels.ymlorconfig.local.yml.Files changed (7, +12/−12)
packages/harness-omp/install.sh—OMP_VERSIONpinpackages/harness-omp/README.md— 5 version referencespackages/harness-omp/config/config.local.yml— 2 "verified against" refspackages/harness-omp/config/models.yml— schema-version refpackages/harness-omp/tests/preset.test.ts—BUILTIN_TOOLSsource-version commentREADME.md— root package table pin.claude/CLAUDE.md— upstream-tracking lineLeft unchanged:
docs/eval/2026-07-06-shepherd-omp-adoption.mdanddocs/eval/2026-07-08-code-mode-vs-omp-discovery.md— dated historical records of what was tested on those dates; falsifying them to 16.3.12 would misrepresent the evaluation.Verified
bun test→ 12 pass, 0 fail (33 assertions)shellcheckoninstall.sh+tools/measure-context.sh→ exit 0install.shlive →omp --versionreportsomp/16.3.12omp -p --model=llm/GLM-5.2 … "Reply with exactly the word: ok"→ok