[PR #1053] [MERGED] fix: grep omitting text after a colon #9789

Closed
opened 2026-02-16 18:14:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1053
Author: @mutewinter
Created: 7/16/2025
Status: Merged
Merged: 7/16/2025
Merged by: @adamdotdevin

Base: devHead: fix-grep-missing-text-after-colon


📝 Commits (1)

  • 44683b3 fix: grep omitting text after a colon

📊 Changes

1 file changed (+4 additions, -5 deletions)

View changed files

📝 packages/opencode/src/tool/grep.ts (+4 -5)

📄 Description

Text after a colon : is omitted from the grep tool's output. You can see it happening in the first tool call here:

https://opencode.ai/s/OH8XImqo

Screenshot 2025-07-16 at 8 51 21 AM

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1053 **Author:** [@mutewinter](https://github.com/mutewinter) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-grep-missing-text-after-colon` --- ### 📝 Commits (1) - [`44683b3`](https://github.com/anomalyco/opencode/commit/44683b3174b736daa386cd3f03e8353bb2852fe7) fix: grep omitting text after a colon ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/tool/grep.ts` (+4 -5) </details> ### 📄 Description Text after a colon `:` is omitted from the grep tool's output. You can see it happening in the first tool call here: https://opencode.ai/s/OH8XImqo <img width="641" height="443" alt="Screenshot 2025-07-16 at 8 51 21 AM" src="https://github.com/user-attachments/assets/541e9afa-be02-4b76-8da7-dd5acfa8e729" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:10 -05:00
yindo closed this issue 2026-02-16 18:14:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9789