-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
developmentNew features or functionality implementationNew features or functionality implementationenhancementMinor improvements to existing functionalityMinor improvements to existing functionalitysmartem-devtools:webuiDeveloper dashboard web interfaceDeveloper dashboard web interface
Description
Summary
Add GitHub Code Search to search repository file contents. This adds a "Code" filter chip to the SearchPalette.
Technical Details
- API endpoint:
GET /search/code?q={query}+repo:owner/repo - Rate limiting: 30 requests per minute (authenticated users)
- Constraints: Only searches default branch, files smaller than 384 KB
Implementation
- Add
searchGitHubCode()function inuseSearch.ts - Add "Code" to
SearchSourceType - Add "Code" filter chip to SearchPalette
- Configure in
webui-config.ts
Priority
Future enhancement - not required for MVP.
From PR #124 review comment (Item 7)
Metadata
Metadata
Assignees
Labels
developmentNew features or functionality implementationNew features or functionality implementationenhancementMinor improvements to existing functionalityMinor improvements to existing functionalitysmartem-devtools:webuiDeveloper dashboard web interfaceDeveloper dashboard web interface