@runfusion/fusion 0.0.6 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +2107 -510
- package/dist/client/assets/index-B3ZN3sln.css +1 -0
- package/dist/client/assets/index-cgKoCmZP.js +1241 -0
- package/dist/client/index.html +2 -2
- package/dist/extension.js +513 -196
- package/package.json +1 -1
- package/dist/client/assets/index-CYkQfLYV.css +0 -1
- package/dist/client/assets/index-zTogbMzz.js +0 -1241
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runfusion/fusion",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
|
|
6
6
|
"homepage": "https://github.com/Runfusion/Fusion#readme",
|