Skip to content

Conversation

@mcavage
Copy link

@mcavage mcavage commented Dec 7, 2025

Replace two separate agent routes with a single wildcard route that can handle agent paths containing slashes. This allows agents to be organized in nested directories or namespaces.

The new routing logic:

  • Uses a wildcard parameter to capture the full agent path
  • Handles paths with or without leading slashes
  • Supports optional agent_name as the final path segment
  • Maintains backward compatibility with existing paths

🤖 Generated with Claude Code

Replace two separate agent routes with a single wildcard route that can
handle agent paths containing slashes. This allows agents to be organized
in nested directories or namespaces.

The new routing logic:
- Uses a wildcard parameter to capture the full agent path
- Handles paths with or without leading slashes
- Supports optional agent_name as the final path segment
- Maintains backward compatibility with existing paths

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant