[PR #11] [CLOSED] feat: Implement shell command and filesystem tools for ACP adapter #87

Closed
opened 2026-02-27 10:22:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/11
Author: @mikeyobrien
Created: 12/31/2025
Status: Closed

Base: mainHead: feat/acp-shell-and-fs-tools


📝 Commits (5)

  • 9f80e16 fix(cli): restore missing ACP agent CLI arguments and config handling
  • b583bd9 feat(sop): implement native dynamic SOP integration
  • b83e4a9 Ralph checkpoint 5
  • e9a85d8 feat: implement run_shell_command for ACP adapter (Gemini)
  • d55785d feat: implement missing file system tools for ACP adapter (list_dir, glob, replace, search, read_many)

📊 Changes

12 files changed (+1899 additions, -14 deletions)

View changed files

.agent/sops/code-assist.sop.md (+407 -0)
📝 .gitignore (+3 -1)
PLAN.md (+509 -0)
📝 ralph.yml (+3 -3)
📝 src/ralph_orchestrator/__main__.py (+88 -6)
📝 src/ralph_orchestrator/adapters/acp.py (+25 -2)
📝 src/ralph_orchestrator/adapters/acp_handlers.py (+362 -0)
📝 src/ralph_orchestrator/context.py (+2 -2)
📝 src/ralph_orchestrator/main.py (+21 -0)
📝 src/ralph_orchestrator/orchestrator.py (+2 -0)
📝 tests/test_acp_handlers.py (+240 -0)
tests/test_sop_command.py (+237 -0)

📄 Description

This PR implements run_shell_command and other essential filesystem tools (list_directory, glob, replace, search_file_content, read_many_files) for the Gemini ACP adapter, enabling full agent capabilities with --experimental-acp.


🔄 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/mikeyobrien/ralph-orchestrator/pull/11 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 12/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/acp-shell-and-fs-tools` --- ### 📝 Commits (5) - [`9f80e16`](https://github.com/mikeyobrien/ralph-orchestrator/commit/9f80e16621f54223371690e513bf9854d77afbe9) fix(cli): restore missing ACP agent CLI arguments and config handling - [`b583bd9`](https://github.com/mikeyobrien/ralph-orchestrator/commit/b583bd9d6bf89f981fddeac89e1bed0f5aa1836f) feat(sop): implement native dynamic SOP integration - [`b83e4a9`](https://github.com/mikeyobrien/ralph-orchestrator/commit/b83e4a9ecde33de16d86284638b2e4afc86aae3c) Ralph checkpoint 5 - [`e9a85d8`](https://github.com/mikeyobrien/ralph-orchestrator/commit/e9a85d82896a33cf1e85478ee195afad8489aa3f) feat: implement run_shell_command for ACP adapter (Gemini) - [`d55785d`](https://github.com/mikeyobrien/ralph-orchestrator/commit/d55785d1ce40c056cdc310db206e63d1b33ea9f5) feat: implement missing file system tools for ACP adapter (list_dir, glob, replace, search, read_many) ### 📊 Changes **12 files changed** (+1899 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.agent/sops/code-assist.sop.md` (+407 -0) 📝 `.gitignore` (+3 -1) ➕ `PLAN.md` (+509 -0) 📝 `ralph.yml` (+3 -3) 📝 `src/ralph_orchestrator/__main__.py` (+88 -6) 📝 `src/ralph_orchestrator/adapters/acp.py` (+25 -2) 📝 `src/ralph_orchestrator/adapters/acp_handlers.py` (+362 -0) 📝 `src/ralph_orchestrator/context.py` (+2 -2) 📝 `src/ralph_orchestrator/main.py` (+21 -0) 📝 `src/ralph_orchestrator/orchestrator.py` (+2 -0) 📝 `tests/test_acp_handlers.py` (+240 -0) ➕ `tests/test_sop_command.py` (+237 -0) </details> ### 📄 Description This PR implements `run_shell_command` and other essential filesystem tools (`list_directory`, `glob`, `replace`, `search_file_content`, `read_many_files`) for the Gemini ACP adapter, enabling full agent capabilities with `--experimental-acp`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#87
No description provided.