Execute a hybrid semantic search over package source code using AI understanding and optional regex patterns. This allows for natural language queries about how packages implement specific features, combined with optional pre-filtering.
API key must be provided in the Authorization header
Package registry to search
crates_io, golang_proxy, npm, py_pi "npm"
Name of the package to search
"react"
1-5 semantic queries about the codebase
1 - 5 elements[
"How does React handle state updates?",
"What are the main hooks available?"
]Specific version to search (optional, defaults to latest)
"18.2.0"
SHA256 hash of specific file to search in
Optional regex pattern for pre-filtering results
Language filter for search results
"TypeScript"