@quanta-intellect/vessel-browser 0.1.33 → 0.1.35
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.
|
@@ -1546,7 +1546,9 @@ const DEFAULT_RUNTIME_STATE = {
|
|
|
1546
1546
|
actions: [],
|
|
1547
1547
|
checkpoints: [],
|
|
1548
1548
|
transcript: [],
|
|
1549
|
-
mcpStatus: "stopped"
|
|
1549
|
+
mcpStatus: "stopped",
|
|
1550
|
+
flowState: null,
|
|
1551
|
+
taskTracker: null
|
|
1550
1552
|
};
|
|
1551
1553
|
const [runtimeState, setRuntimeState] = createSignal(
|
|
1552
1554
|
DEFAULT_RUNTIME_STATE
|
package/out/renderer/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:;" />
|
|
7
7
|
<title>Vessel</title>
|
|
8
|
-
<script type="module" crossorigin src="./assets/index-
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-IYqP5OYH.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="./assets/index-eS3ccAls.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quanta-intellect/vessel-browser",
|
|
3
3
|
"mcpName": "io.github.unmodeled-tyler/vessel-browser",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.35",
|
|
5
5
|
"description": "AI-native web browser runtime for autonomous agents with human supervision",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
7
7
|
"bin": {
|