[PR #382] [CLOSED] added multi read and multi edit tool #9602

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/382
Author: @shariqriazz
Created: 6/24/2025
Status: Closed

Base: devHead: shariq


📝 Commits (5)

  • 48f4ba1 improved-agentsmd
  • cb864f3 feat: add multi-file tools for reading and editing multiple files
  • a2c8ab1 chore: update .gitignore to exclude build artifacts and test files
  • d1600bd feat: enhance system prompt with multi-file tool integration
  • f20cd24 Merge branch 'sst:dev' into shariq

📊 Changes

11 files changed (+779 additions, -51 deletions)

View changed files

📝 .gitignore (+11 -0)
.tool-versions (+1 -0)
AGENTS.md (+160 -0)
packages/opencode/AGENTS.md (+0 -41)
📝 packages/opencode/src/provider/provider.ts (+6 -2)
📝 packages/opencode/src/session/prompt/anthropic.txt (+29 -2)
📝 packages/opencode/src/session/prompt/initialize.txt (+132 -6)
packages/opencode/src/tool/multifileedit.ts (+225 -0)
packages/opencode/src/tool/multifileedit.txt (+32 -0)
packages/opencode/src/tool/multiread.ts (+162 -0)
packages/opencode/src/tool/multiread.txt (+21 -0)

📄 Description

I have added multi read and multi edit tool, improved the system prompt and agents.md prompt


🔄 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/382 **Author:** [@shariqriazz](https://github.com/shariqriazz) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `shariq` --- ### 📝 Commits (5) - [`48f4ba1`](https://github.com/anomalyco/opencode/commit/48f4ba14fb7a86af1fca49fc2701adac74db72e9) improved-agentsmd - [`cb864f3`](https://github.com/anomalyco/opencode/commit/cb864f33f604c9844e183a7ed28763d52f6dcae0) feat: add multi-file tools for reading and editing multiple files - [`a2c8ab1`](https://github.com/anomalyco/opencode/commit/a2c8ab110a4fe0ab9c91d50ea8ee596618f058e4) chore: update .gitignore to exclude build artifacts and test files - [`d1600bd`](https://github.com/anomalyco/opencode/commit/d1600bd5b48206cc3e25f4997b4b3169648d9264) feat: enhance system prompt with multi-file tool integration - [`f20cd24`](https://github.com/anomalyco/opencode/commit/f20cd24bc9ac016beaae829750bfb607a2f49278) Merge branch 'sst:dev' into shariq ### 📊 Changes **11 files changed** (+779 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+11 -0) ➕ `.tool-versions` (+1 -0) ➕ `AGENTS.md` (+160 -0) ➖ `packages/opencode/AGENTS.md` (+0 -41) 📝 `packages/opencode/src/provider/provider.ts` (+6 -2) 📝 `packages/opencode/src/session/prompt/anthropic.txt` (+29 -2) 📝 `packages/opencode/src/session/prompt/initialize.txt` (+132 -6) ➕ `packages/opencode/src/tool/multifileedit.ts` (+225 -0) ➕ `packages/opencode/src/tool/multifileedit.txt` (+32 -0) ➕ `packages/opencode/src/tool/multiread.ts` (+162 -0) ➕ `packages/opencode/src/tool/multiread.txt` (+21 -0) </details> ### 📄 Description I have added multi read and multi edit tool, improved the system prompt and agents.md prompt --- <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:13:50 -05:00
yindo closed this issue 2026-02-16 18:13:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9602