[PR #984] [MERGED] Standardize parameter description references in Edit and MultiEdit tools #9771

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/984
Author: @scaryrawr
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @thdxr

Base: devHead: edit-mode


📝 Commits (1)

  • 234aaf9 Standardize parameter description references in Edit and MultiEdit tools

📊 Changes

3 files changed (+12 additions, -12 deletions)

View changed files

📝 packages/opencode/src/tool/edit.ts (+2 -2)
📝 packages/opencode/src/tool/edit.txt (+3 -3)
📝 packages/opencode/src/tool/multiedit.txt (+7 -7)

📄 Description

Attempt to reduce confusion for GPT-4.1. at times it will use old_string vs oldString as parameter names.

Fixes #985


🔄 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/984 **Author:** [@scaryrawr](https://github.com/scaryrawr) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `edit-mode` --- ### 📝 Commits (1) - [`234aaf9`](https://github.com/anomalyco/opencode/commit/234aaf9651f1f4d4c04f6d5ee7a05900e9a198b0) Standardize parameter description references in Edit and MultiEdit tools ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/tool/edit.ts` (+2 -2) 📝 `packages/opencode/src/tool/edit.txt` (+3 -3) 📝 `packages/opencode/src/tool/multiedit.txt` (+7 -7) </details> ### 📄 Description Attempt to reduce confusion for GPT-4.1. at times it will use `old_string` vs `oldString` as parameter names. Fixes #985 --- <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:08 -05:00
yindo closed this issue 2026-02-16 18:14:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9771