Compare commits

...

5 Commits

Author SHA1 Message Date
Engel Nyst
56720c0812 Chore: move Gemini tools plan to local .openhands (untracked) and update .gitignore\n\n- Remove docs/proposals version from repository\n- Keep working copy in .openhands/ for local reference\n\nCo-authored-by: OpenHands-GPT-5 openhands@all-hands.dev 2025-08-16 10:39:59 +00:00
Engel Nyst
e9c3c32941 Plan: add clarifications on routing and phased execution order
- Route replace via command to GeminiEditor; no extra HTTP params
- Use default FileReadAction for read_file (no OH_ACI view)
- Map write_file to FileWriteAction; add expected_replacements for replace
- Phase 1a/1b split and schema source-of-truth notes

Co-authored-by: OpenHands-GPT-5 openhands@all-hands.dev
2025-08-16 10:20:05 +00:00
Engel Nyst
140ae96da4 Plan: refine wiring to reuse existing Actions and defer new Action types
- Prefer FileReadAction/FileWriteAction/FileEditAction when possible
- Route Gemini ops via OH_ACI where feasible; only add minimal Actions later if needed

Co-authored-by: OpenHands-GPT-5 openhands@all-hands.dev
2025-08-15 23:47:18 +00:00
Engel Nyst
66c3d90093 Plan: clarify use of existing OpenHands Actions for Gemini tools
- Map read_file→FileReadAction, write_file→FileWriteAction
- Route replace via FileEditAction (OH_ACI) to GeminiEditor.replace()
- Add lightweight Actions for list_directory/glob/search/read_many to carry tool-specific params while keeping Gemini CLI-compatible schemas

Co-authored-by: OpenHands-GPT-5 openhands@all-hands.dev
2025-08-15 23:39:08 +00:00
Engel Nyst
28652bfb76 Plan: Implement Gemini-optimized filesystem tools and dedicated ACI GeminiEditor
- Replace str_replace_editor for Gemini with Gemini CLI-compatible tools: replace, read_file, write_file, list_directory, glob, search_file_content, read_many_files
- Add model-gated tool exposure and new GeminiToolAction routing
- Add new GeminiEditor in openhands-aci with method-per-tool API to mirror Gemini CLI semantics

Co-authored-by: OpenHands-GPT-5 openhands@all-hands.dev
2025-08-15 22:54:18 +00:00

3
.gitignore vendored
View File

@@ -257,3 +257,6 @@ containers/runtime/code
# test results
test-results
# local OpenHands workspace (not tracked)
.openhands/