@bytetrue/byspace 0.11.2 → 0.11.3
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/node_modules/@getpaseo/client/dist/daemon-client.d.ts +6 -2
- package/node_modules/@getpaseo/client/dist/daemon-client.js +13 -2
- package/node_modules/@getpaseo/client/package.json +3 -3
- package/node_modules/@getpaseo/highlight/package.json +1 -1
- package/node_modules/@getpaseo/plugin/package.json +5 -5
- package/node_modules/@getpaseo/protocol/package.json +1 -1
- package/node_modules/@getpaseo/relay/package.json +1 -1
- package/node_modules/@getpaseo/server/dist/server/server/agent/agent-manager.d.ts +2 -0
- package/node_modules/@getpaseo/server/dist/server/server/agent/agent-manager.js +26 -0
- package/node_modules/@getpaseo/server/dist/server/web-ui/_expo/static/js/web/{index-b212198c3637c3d62c7f576170b813d4.js → index-dc967c46563553e5ecaba6b78fe47585.js} +15 -15
- package/node_modules/@getpaseo/server/dist/server/web-ui/_expo/static/js/web/index-dc967c46563553e5ecaba6b78fe47585.js.br +0 -0
- package/node_modules/@getpaseo/server/dist/server/web-ui/_expo/static/js/web/{index-b212198c3637c3d62c7f576170b813d4.js.gz → index-dc967c46563553e5ecaba6b78fe47585.js.gz} +0 -0
- package/node_modules/@getpaseo/server/dist/server/web-ui/index.html +1 -1
- package/node_modules/@getpaseo/server/dist/server/web-ui/index.html.br +0 -0
- package/node_modules/@getpaseo/server/dist/server/web-ui/index.html.gz +0 -0
- package/node_modules/@getpaseo/server/package.json +6 -6
- package/package.json +8 -8
- package/node_modules/@getpaseo/server/dist/server/web-ui/_expo/static/js/web/index-b212198c3637c3d62c7f576170b813d4.js.br +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -85,6 +85,6 @@
|
|
|
85
85
|
<body>
|
|
86
86
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
87
87
|
<div id="root"></div>
|
|
88
|
-
<script src="/_expo/static/js/web/index-
|
|
88
|
+
<script src="/_expo/static/js/web/index-dc967c46563553e5ecaba6b78fe47585.js" defer></script>
|
|
89
89
|
</body>
|
|
90
90
|
</html>
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpaseo/server",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "BySpace backend server",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/server",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"test:e2e:ui": "vitest --ui e2e.test.ts"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@getpaseo/client": "0.11.
|
|
72
|
-
"@getpaseo/highlight": "0.11.
|
|
73
|
-
"@getpaseo/plugin": "0.11.
|
|
74
|
-
"@getpaseo/protocol": "0.11.
|
|
75
|
-
"@getpaseo/relay": "0.11.
|
|
71
|
+
"@getpaseo/client": "0.11.3",
|
|
72
|
+
"@getpaseo/highlight": "0.11.3",
|
|
73
|
+
"@getpaseo/plugin": "0.11.3",
|
|
74
|
+
"@getpaseo/protocol": "0.11.3",
|
|
75
|
+
"@getpaseo/relay": "0.11.3"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@playwright/test": "^1.56.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytetrue/byspace",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "BySpace CLI - control your AI coding agents from the command line",
|
|
5
5
|
"bin": {
|
|
6
6
|
"byspace": "bin/byspace"
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@clack/prompts": "^1.0.0",
|
|
35
35
|
"@codemirror/language": "6.12.4",
|
|
36
36
|
"@codemirror/legacy-modes": "^6.5.3",
|
|
37
|
-
"@getpaseo/client": "0.11.
|
|
38
|
-
"@getpaseo/highlight": "0.11.
|
|
39
|
-
"@getpaseo/plugin": "0.11.
|
|
40
|
-
"@getpaseo/protocol": "0.11.
|
|
41
|
-
"@getpaseo/relay": "0.11.
|
|
42
|
-
"@getpaseo/server": "0.11.
|
|
37
|
+
"@getpaseo/client": "0.11.3",
|
|
38
|
+
"@getpaseo/highlight": "0.11.3",
|
|
39
|
+
"@getpaseo/plugin": "0.11.3",
|
|
40
|
+
"@getpaseo/protocol": "0.11.3",
|
|
41
|
+
"@getpaseo/relay": "0.11.3",
|
|
42
|
+
"@getpaseo/server": "0.11.3",
|
|
43
43
|
"@isaacs/ttlcache": "^2.1.4",
|
|
44
44
|
"@lezer/common": "^1.5.0",
|
|
45
45
|
"@lezer/cpp": "^1.1.5",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"bugs": {
|
|
111
111
|
"url": "https://github.com/ByteTrue/byspace/issues"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "bed6d2e69e40fc90d5981113a540c132e3d244f9",
|
|
114
114
|
"bundledDependencies": [
|
|
115
115
|
"@getpaseo/highlight",
|
|
116
116
|
"@getpaseo/relay",
|