a5dd40a
revert: use simple solution for fetch content - return empty string
Click to expand commit body
Reverted to minimal approach: generateFetchContent() returns empty string
to remove duplicate URL display without changing behaviors or adding features.
This only affects fetch tools and doesn't break other permission popups.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
hems
and
Claude
created
be5260d
fix: show fetch parameters in content area instead of duplicating URL
Click to expand commit body
Instead of completely removing the generateFetchContent function,
restore it to show useful fetch parameters (format, timeout) in
the content area rather than duplicating the URL that's already
shown in the header.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
hems
and
Claude
created
4ecb92d
fix: restore correct Path field behavior and hide it for fetch tools
Click to expand commit body
- Reverted Path field to always show working directory (p.permission.Path)
instead of URL for fetch tools, preserving original behavior for other tools
- Hide Path field entirely for fetch tools since it's not relevant
- Fetch tools now only show Tool and URL fields in header
This ensures other permission popups (bash, edit, write) continue to work
correctly while making fetch popups cleaner.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
hems
and
Claude
created
9e64d06
fix: remove duplicate URL display in fetch permission popup content area
Click to expand commit body
The URL was being displayed twice - once in the header (correctly formatted)
and once in the gray content box below. Removed the content area display
since the header already shows the URL in a clean, consistent format.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
hems
and
Claude
created
171339c
fix: make URL field layout consistent with other fields in permission popup
Click to expand commit body
The URL field in fetch permission popups was styled differently than other
fields (Tool, Path, File). It used a bold standalone label instead of the
consistent key-value horizontal layout. Now the URL field follows the same
pattern as other fields for visual consistency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
hems
and
Claude
created
f854a40
fix: display URL in permission popup path field for fetch operations
Click to expand commit body
Previously, the path field in permission popups for fetch operations
showed the working directory instead of the actual URL being fetched.
Now the path field correctly displays the URL from the FetchPermissionsParams
when the tool is a fetch operation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore(deps): update mcp-go
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: vendoring
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>