Skip to content
Discussion options

You must be logged in to vote

Hey! Thanks for bringing this up — it's a real gap and your report helped us identify the root cause.

Why it happens: OpenACP displays file names by reading the file_path field from the tool's input metadata. However, OpenCode sends this field as filePath (camelCase) instead of file_path (snake_case), so the parser doesn't pick it up and falls back to showing just the tool name (e.g. "Read" with no file).

The same issue affects apply_patch and a few other tools that don't send a standard kind, so they show up with minimal context in the tool card.

What's being done: PR #203 by @hightman addresses exactly this — adding camelCase field support and improving titles for tools like apply_patch

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by haimanman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants