Skip to content

Commit c85caa7

Browse files
committed
feat(agents): Add GitHub agent import feature
- Implemented GitHub agent browser in CCAgents component - Created GitHubAgentBrowser component for browsing and importing agents - Added Rust commands for fetching and importing agents from GitHub - Updated API layer with GitHub agent import methods - Updated Cargo.toml with new dependencies - Fixed Tauri configuration and capabilities - Added dropdown menu for import options - Implemented search and preview functionality for GitHub agents
1 parent 5a29f9a commit c85caa7

12 files changed

Lines changed: 1505 additions & 655 deletions

File tree

bun.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@hookform/resolvers": "^3.9.1",
1414
"@radix-ui/react-dialog": "^1.1.4",
15+
"@radix-ui/react-dropdown-menu": "^2.1.15",
1516
"@radix-ui/react-label": "^2.1.1",
1617
"@radix-ui/react-popover": "^1.1.4",
1718
"@radix-ui/react-select": "^2.1.3",

0 commit comments

Comments
 (0)