[PR #13892] feat(tui): display TPS metric + minimal ripgrep path fix #14857

Open
opened 2026-02-16 18:19:36 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13892

State: open
Merged: No


Summary

  • Includes all changes from #12721 (TPS display + screenshot)
  • Adds one minimal follow-up fix in packages/opencode/src/file/ripgrep.ts
  • Makes rg resolution safer by rejecting invalid Windows POSIX-style paths and probing resolved binaries before spawn

Why

PR #12721 shows three failing checks where two are real e2e failures caused by invalid/unusable rg paths and the third is a gate job failure. This keeps scope minimal and targets only ripgrep resolution robustness.

Linked PRs

Closes #6096
Fixes #5374

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13892 **State:** open **Merged:** No --- ## Summary - Includes all changes from #12721 (TPS display + screenshot) - Adds one minimal follow-up fix in `packages/opencode/src/file/ripgrep.ts` - Makes `rg` resolution safer by rejecting invalid Windows POSIX-style paths and probing resolved binaries before spawn ## Why PR #12721 shows three failing checks where two are real e2e failures caused by invalid/unusable `rg` paths and the third is a gate job failure. This keeps scope minimal and targets only ripgrep resolution robustness. ## Linked PRs - Original: #12721 - Follow-up (this PR): #13892 Closes #6096 Fixes #5374
yindo added the pull-request label 2026-02-16 18:19:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14857