Files
fusion/.changeset/fn-976-companies-sh-import.md
gsxdsm 612827eee8 feat(FN-976): add companies.sh agent import for CLI and dashboard
- Add companies.sh type definitions and parser in @fusion/core with comprehensive tests
- Create CLI `kb agent-import` command to import agents from companies.sh
- Add POST /api/agents/import dashboard endpoint with dry-run support
- Build AgentImportModal component with search, preview, and batch import UI
- Add dashboard route tests for the agent import API endpoint
- Create changeset for @gsxdsm/fusion minor bump
2026-04-07 11:41:38 -07:00

233 B

@gsxdsm/fusion
@gsxdsm/fusion
minor

Add companies.sh agent import support. Parse shell-script-based company manifests and import agents via CLI (fn agent import --dry-run --skip-existing) and dashboard API (POST /agents/import).