the assistant tools fail
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
Feedback title:
Agent tools broken after latest update — cannot edit any code
Feedback details:
After the latest update, the assistant tools fail, so no code changes can be applied.
- File read/search tools (
Read/Glob/Grep): the request waits about 5 minutes, then is denied with a permission/request timeout. - Shell tools (
Cmd/PowerShell) and most other tool calls fail immediately withinvalid character '{' after top-level value. Any request that contains curly braces{(normal in JSON) breaks. Simple commands without{sometimes work. - Sending a message to the user failed with the same
{parser error.
Impact: a long session was spent only reading files. No application code was written. Workarounds (avoid {, use read-only Node slice scripts) are not viable for real edits.
Environment: Windows 10, OhMyAgent 686dcb4, permission mode auto, current folder is not a Git repo.
Expected result:
Tools should accept normal requests that contain {, and file read/search should complete in a normal time (not 5 minutes), so code changes can actually be applied.
Current UID: 7e2e05be-135d-4548-bdbe-9db79d497497
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the tool failures on Windows 10 with OhMyAgent 686dcb4, especially requests containing { and the Read/Glob/Grep timeout. Trace the request parsing and tool-dispatch path; done means normal brace-containing requests are accepted and file read/search operations complete without prolonged permission timeouts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100