- feat(FN-2262): document Paperclip runtime configuration and constraints - docs(FN-2261): update README with implementation details - feat(FN-2261): add paperclip runtime resolution compatibility tests - feat(FN-2261): add runtime adapter and registration tests - feat(FN-2261): integrate adapter into plugin entrypoint - feat(FN-2261): implement PaperclipRuntimeAdapter - fix(FN-2261): remove pi-coding-agent re-exports from types.ts - feat(FN-2261): define runtime types for Paperclip plugin - feat(FN-2260): merge fusion/fn-2260
16 lines
487 B
JSON
16 lines
487 B
JSON
{
|
|
"id": "fusion-plugin-paperclip-runtime",
|
|
"name": "Paperclip Runtime Plugin",
|
|
"version": "1.0.0",
|
|
"description": "Provides Paperclip runtime for Fusion AI agents",
|
|
"author": "Fusion Team",
|
|
"homepage": "https://github.com/gsxdsm/fusion",
|
|
"fusionVersion": ">=0.1.0",
|
|
"runtime": {
|
|
"runtimeId": "paperclip",
|
|
"name": "Paperclip Runtime",
|
|
"description": "Paperclip-backed AI session using the user's configured pi provider and model",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|