Sync with v0.90.6; land parallel session work; fix command-safety false positives and CJK cursor drift#33
Merged
Conversation
Document the pinned pi.dev package install set, slash-command map, and skills.sh install flow so operators load packages and / commands up front. Add the OMK girl mascot under readmeasset and surface it in the README hero.
… CJK cursor drift command-safety: the pattern argument right after -- in grep/egrep/fgrep/rg is no longer treated as a secret file operand; real secret-file operands stay confirm-tier. tui editor: vertical cursor movement now tracks display cells so wrapped CJK lines keep the cursor column, and an indivisible wide grapheme no longer recurses at width 1. Includes in-flight autocomplete passenger hunks from parallel session work in editor.ts and the CHANGELOG [Unreleased] sections.
agent: parallel tool batching (parallel-tool-batch, path-segments) and loop wiring. ai: provider option updates and regenerated model catalog. coding-agent: reasoning-router v4 normalization and generalization governance, settings/theme/args updates, adaptorch preview doc, ultra thinking level surfaces. tui: skill autocomplete providers and tests. infra: exclude pi-extensions from root biome scan; add v0.90.6 release notes (identical to origin/main) so the branch sync merge cannot collide with the untracked copy.
Parallel-session alignment landed for branch sync: lockstep 0.90.6 across workspaces, examples, lockfiles, shrinkwrap, README release surfaces, and repository URL metadata.
…ash-skills-omkgirl # Conflicts: # packages/agent/CHANGELOG.md # packages/ai/CHANGELOG.md # packages/ai/src/models.generated.ts # packages/coding-agent/CHANGELOG.md # packages/tui/CHANGELOG.md
…-in batch policy Batch parallelization is now opt-in per tool (shouldParallelizeToolBatch); the queued-events-before-tool_call guard asserts the parallel path, so the dummy tool declares executionMode parallel explicitly.
dmae97
added a commit
that referenced
this pull request
Jul 21, 2026
…kgirl Sync with v0.90.6; land parallel session work; fix command-safety false positives and CJK cursor drift
dmae97
pushed a commit
that referenced
this pull request
Jul 21, 2026
- show help instead of crashing on `omp setup` with no args - show runtime-discovered MCP servers in `/mcp list` - remove deprecated Anthropic model entries from models.json - sort models by recency in model selector
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
Syncs this branch with released
v0.90.6(origin/main) and lands the in-flight parallel-session work plus two verified fixes.secret.read_pathcommand-safety false positives — the pattern argument right after--ingrep/egrep/fgrep/rgis no longer treated as a secret file operand; real secret-file operands (rg -- needle .env,grep -f .env needle) stay confirm-tier.wordWrapLineno longer stack-overflows on an indivisible wide grapheme at width 1.parallel-tool-batch,path-segments), ai provider/simple-options updates + regenerated model catalog (GPT-5.6 family,ultrathinking level), reasoning-router v4 normalization + generalization governance, tui skill autocomplete, build-binaries workflow update.0.90.6, npm trusted-publishing identity metadata (dmae97/omk), root biome scanner exclusion for the untrackedpi-extensions/workspace.executionMode: "parallel"to match the new opt-in batch-parallelization policy.Verification
bash test.sh: adaptorch-wpl 13, agent 22, ai 57 (+25 e2e skipped), coding-agent 232 (+6 skipped), tui 41 files / 681 tests — 0 failures.npm run checkgreen on every commit via pre-commit (biome, pinned-deps, vendored-skills, ts-imports, release-consistency, shrinkwrap, tsgo, browser-smoke).node scripts/check-release-consistency.mjsafter the sync merge:issues: [],latestTagReachable: true,versionBehindTag: false.npm run buildexit 0 at lockstep 0.90.6.