feat(FN-3396): bundle Cursor CLI as a plugin provider with dashboard auth w
Merges FN-3396's full Cursor CLI provider integration (Steps 1–4): defines a CLI-backed provider contract, adds the `fusion-plugin-cursor-runtime` plugin package with process management and runtime probes, wires dashboard auth flows and UI (ProviderCard, onboarding modal, settings), and bundles the Fusion-Task-Id: FN-3396
This commit is contained in:
25
pnpm-lock.yaml
generated
25
pnpm-lock.yaml
generated
@@ -190,6 +190,9 @@ importers:
|
||||
'@codemirror/view':
|
||||
specifier: ^6.36.4
|
||||
version: 6.40.0
|
||||
'@fusion-plugin-examples/cursor-runtime':
|
||||
specifier: workspace:*
|
||||
version: link:../../plugins/fusion-plugin-cursor-runtime
|
||||
'@fusion-plugin-examples/dependency-graph':
|
||||
specifier: workspace:*
|
||||
version: link:../../plugins/fusion-plugin-dependency-graph
|
||||
@@ -609,6 +612,28 @@ importers:
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4(@types/debug@4.1.13)(@types/node@25.5.2)(jiti@2.6.1)(jsdom@29.0.1)(tsx@4.21.0)(yaml@2.8.3)
|
||||
|
||||
plugins/fusion-plugin-cursor-runtime:
|
||||
dependencies:
|
||||
'@fusion/plugin-sdk':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/plugin-sdk
|
||||
'@mariozechner/pi-ai':
|
||||
specifier: '*'
|
||||
version: 0.73.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)
|
||||
'@mariozechner/pi-coding-agent':
|
||||
specifier: '*'
|
||||
version: 0.73.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(ws@8.20.0)(zod@4.3.6)
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^25.5.2
|
||||
version: 25.5.2
|
||||
typescript:
|
||||
specifier: ^5.7.0
|
||||
version: 5.9.3
|
||||
vitest:
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4(@types/debug@4.1.13)(@types/node@25.5.2)(jiti@2.6.1)(jsdom@29.0.1)(tsx@4.21.0)(yaml@2.8.3)
|
||||
|
||||
plugins/fusion-plugin-dependency-graph:
|
||||
dependencies:
|
||||
'@fusion/core':
|
||||
|
||||
Reference in New Issue
Block a user