repoburg 1.3.133 → 1.3.135
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/.playwright-mcp/console-2026-05-12T12-58-49-817Z.log +46 -0
- package/.playwright-mcp/console-2026-05-13T18-41-50-654Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T18-54-58-000Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T19-13-30-875Z.log +95 -0
- package/.playwright-mcp/console-2026-05-13T20-09-13-456Z.log +17 -0
- package/.playwright-mcp/console-2026-05-13T20-21-01-662Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T20-22-00-038Z.log +15 -0
- package/.playwright-mcp/console-2026-05-13T20-26-26-665Z.log +28 -0
- package/.playwright-mcp/console-2026-05-13T20-35-49-544Z.log +26 -0
- package/.playwright-mcp/console-2026-05-13T20-38-10-958Z.log +676 -0
- package/.playwright-mcp/console-2026-05-14T21-27-06-074Z.log +69 -0
- package/.playwright-mcp/console-2026-05-14T22-13-07-470Z.log +101 -0
- package/.playwright-mcp/console-2026-05-14T23-58-12-858Z.log +28 -0
- package/.playwright-mcp/console-2026-05-15T00-15-00-760Z.log +81 -0
- package/.playwright-mcp/page-2026-05-13T18-41-51-436Z.yml +159 -0
- package/.playwright-mcp/page-2026-05-13T18-42-27-482Z.yml +4814 -0
- package/.playwright-mcp/page-2026-05-13T18-54-58-644Z.yml +154 -0
- package/.playwright-mcp/page-2026-05-13T18-56-11-217Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T18-56-32-205Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T19-13-31-457Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-13T19-14-26-248Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T19-15-02-355Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T20-09-14-478Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-10-49-292Z.yml +4814 -0
- package/.playwright-mcp/page-2026-05-13T20-21-02-852Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-22-01-084Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-22-09-334Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-26-27-690Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-26-53-324Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-27-35-395Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-35-50-708Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-37-41-379Z.yml +0 -0
- package/.playwright-mcp/page-2026-05-13T20-38-12-049Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-38-19-708Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-14T21-27-07-278Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-14T22-13-07-628Z.yml +5 -0
- package/.playwright-mcp/page-2026-05-14T22-13-27-676Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-14T23-58-13-064Z.yml +3 -0
- package/.playwright-mcp/page-2026-05-14T23-58-33-500Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-15T00-15-00-945Z.yml +3 -0
- package/backend/.env +2 -2
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.d.ts +18 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js +224 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.d.ts +20 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js +309 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.d.ts +19 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js +249 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.d.ts +17 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js +227 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.d.ts +18 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js +246 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.d.ts +19 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js +297 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.d.ts +27 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js +493 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.d.ts +20 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js +313 -0
- package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js +41 -1
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js.map +1 -1
- package/backend/dist/src/seeding/data/sub-agents/config-manager.d.ts +4 -0
- package/backend/dist/src/seeding/data/sub-agents/config-manager.js +25 -0
- package/backend/dist/src/seeding/data/sub-agents/config-manager.js.map +1 -0
- package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.d.ts +3 -0
- package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.js +78 -0
- package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.js.map +1 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.d.ts +1 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js +33 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.d.ts +1 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js +2 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.d.ts +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agent-runner.service.js +32 -1
- package/backend/dist/src/sub-agents/sub-agent-runner.service.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agent.entity.js +1 -1
- package/backend/dist/src/sub-agents/sub-agent.entity.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agents.service.js +32 -3
- package/backend/dist/src/sub-agents/sub-agents.service.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.js +8 -0
- package/backend/dist/src/system-prompts/system-prompts.service.js.map +1 -1
- package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
[ 321ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 330ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 330ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 330ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 330ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 330ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 330ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 330ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 330ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 666ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 673ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 816ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778793810192:279
|
|
13
|
+
[ 1139ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 1287967ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
15
|
+
[ 1287968ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
16
|
+
[ 1289393ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
17
|
+
[ 1289395ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
18
|
+
[ 1289395ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
19
|
+
[ 1289395ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
20
|
+
[ 1289395ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
21
|
+
[ 1289395ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
22
|
+
[ 1289395ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
23
|
+
[ 1289395ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
24
|
+
[ 1289395ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
25
|
+
[ 1289441ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
26
|
+
[ 1289442ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
27
|
+
[ 1289500ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
28
|
+
[ 1369239ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
29
|
+
[ 1369240ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
30
|
+
[ 1370624ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
31
|
+
[ 1370626ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
32
|
+
[ 1370626ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
33
|
+
[ 1370626ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
34
|
+
[ 1370626ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
35
|
+
[ 1370626ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
36
|
+
[ 1370626ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
37
|
+
[ 1370626ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
38
|
+
[ 1370626ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
39
|
+
[ 1370655ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
40
|
+
[ 1370655ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
41
|
+
[ 1370705ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
42
|
+
[ 1418292ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
43
|
+
[ 1418293ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
44
|
+
[ 1419692ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
45
|
+
[ 1419694ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
46
|
+
[ 1419694ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
47
|
+
[ 1419694ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
48
|
+
[ 1419694ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
49
|
+
[ 1419694ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
50
|
+
[ 1419694ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
51
|
+
[ 1419694ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
52
|
+
[ 1419694ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
53
|
+
[ 1419721ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
54
|
+
[ 1419721ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
55
|
+
[ 1419771ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
56
|
+
[ 2239202ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
57
|
+
[ 2239205ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
58
|
+
[ 2240925ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
59
|
+
[ 2240927ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
60
|
+
[ 2240927ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
61
|
+
[ 2240927ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
62
|
+
[ 2240927ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
63
|
+
[ 2240927ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
64
|
+
[ 2240927ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
65
|
+
[ 2240927ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
66
|
+
[ 2240927ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
67
|
+
[ 2240955ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
68
|
+
[ 2240956ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
69
|
+
[ 2241008ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
[ 90ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
2
|
+
[ 90ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
3
|
+
[ 90ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
4
|
+
[ 90ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
5
|
+
[ 90ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
6
|
+
[ 90ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
7
|
+
[ 90ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
8
|
+
[ 90ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
9
|
+
[ 2152529ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
10
|
+
[ 3433122ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
11
|
+
[ 3433122ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
12
|
+
[ 3433266ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
13
|
+
[ 3433266ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
14
|
+
[ 3442040ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
15
|
+
[ 3442041ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
16
|
+
[ 3442256ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
17
|
+
[ 3442256ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
18
|
+
[ 3442487ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
19
|
+
[ 3442488ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
20
|
+
[ 3442861ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
21
|
+
[ 3442862ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
22
|
+
[ 3451938ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
23
|
+
[ 3451939ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
24
|
+
[ 3452147ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
25
|
+
[ 3452148ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
26
|
+
[ 3461387ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
27
|
+
[ 3461388ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
28
|
+
[ 3461572ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
29
|
+
[ 3461573ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
30
|
+
[ 3464276ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
31
|
+
[ 3464277ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
32
|
+
[ 3466900ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
33
|
+
[ 3466902ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
34
|
+
[ 3467308ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
35
|
+
[ 3467308ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
36
|
+
[ 3469183ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
37
|
+
[ 3469186ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
38
|
+
[ 3546581ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
39
|
+
[ 3546583ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
40
|
+
[ 3546865ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
41
|
+
[ 3546865ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
42
|
+
[ 3550592ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
43
|
+
[ 3550595ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
44
|
+
[ 3550940ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
45
|
+
[ 3550940ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
46
|
+
[ 3553663ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
47
|
+
[ 3553665ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
48
|
+
[ 3553816ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
49
|
+
[ 3553817ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
50
|
+
[ 3557369ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
51
|
+
[ 3557370ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
52
|
+
[ 3557540ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
53
|
+
[ 3557652ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
54
|
+
[ 3557685ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
55
|
+
[ 3557695ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
56
|
+
[ 3557814ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
57
|
+
[ 3557814ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
58
|
+
[ 3561621ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
59
|
+
[ 3561623ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
60
|
+
[ 3562457ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
61
|
+
[ 3562457ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
62
|
+
[ 3566509ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
63
|
+
[ 3566512ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
64
|
+
[ 3568532ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
65
|
+
[ 3568539ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
66
|
+
[ 3571689ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
67
|
+
[ 3571690ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
68
|
+
[ 3571999ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
69
|
+
[ 3571999ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
70
|
+
[ 3575192ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
71
|
+
[ 3575195ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
72
|
+
[ 3575754ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
73
|
+
[ 3575754ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
74
|
+
[ 3578697ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
75
|
+
[ 3578698ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
76
|
+
[ 3579125ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
77
|
+
[ 3579125ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
78
|
+
[ 3588510ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
79
|
+
[ 3651399ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
80
|
+
[ 3747506ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
81
|
+
[ 3747627ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
82
|
+
[ 3747629ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
83
|
+
[ 3747671ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
84
|
+
[ 3749639ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
85
|
+
[ 3749681ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
86
|
+
[ 3749683ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
87
|
+
[ 3749737ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
88
|
+
[ 3752462ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
89
|
+
[ 3752642ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
90
|
+
[ 3752682ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
91
|
+
[ 3752682ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
92
|
+
[ 3752684ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
93
|
+
[ 3752724ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
94
|
+
[ 3752765ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
95
|
+
[ 3752796ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
96
|
+
[ 3755127ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
97
|
+
[ 3755128ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
98
|
+
[ 3755488ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
99
|
+
[ 3755523ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
100
|
+
[ 3756828ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
101
|
+
[ 3756870ms] [ERROR] API Error: 404 {error: Object} @ http://localhost:8787/assets/index-CkgmuYcQ.js:35
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[ 133ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 136ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 136ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 136ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 136ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 136ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 136ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 136ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 136ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 200ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 201ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 270ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
|
+
[ 442756ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
14
|
+
[ 442756ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
15
|
+
[ 442795ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803535487:279
|
|
16
|
+
[ 502641ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
17
|
+
[ 502642ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
18
|
+
[ 502679ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803595372:279
|
|
19
|
+
[ 670658ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803595372:144
|
|
20
|
+
[ 673916ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
21
|
+
[ 673916ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
22
|
+
[ 673951ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803766645:279
|
|
23
|
+
[ 786191ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
24
|
+
[ 786192ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
25
|
+
[ 786227ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803878933:279
|
|
26
|
+
[ 801444ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
27
|
+
[ 801445ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
28
|
+
[ 801477ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803894199:279
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
[ 116ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 119ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 119ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 119ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 119ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 119ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 119ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 119ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 119ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 203ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 204ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 262ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778803894199:279
|
|
13
|
+
[ 174893ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
14
|
+
[ 174895ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
15
|
+
[ 176611ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
16
|
+
[ 176613ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
17
|
+
[ 176613ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
18
|
+
[ 176613ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
19
|
+
[ 176613ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
20
|
+
[ 176613ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
21
|
+
[ 176613ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
22
|
+
[ 176613ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
23
|
+
[ 176613ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
24
|
+
[ 176641ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/application-state/theme:0
|
|
25
|
+
[ 176641ms] [ERROR] Failed to sync theme to backend: TypeError: Failed to fetch
|
|
26
|
+
at setTheme (http://localhost:5173/src/lib/api/app.ts:111:26)
|
|
27
|
+
at http://localhost:5173/src/app/components/common/theme-provider.tsx:26:7
|
|
28
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
29
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
30
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
31
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
32
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11040:29)
|
|
33
|
+
at recursivelyTraversePassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11010:13)
|
|
34
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11201:13)
|
|
35
|
+
at recursivelyTraversePassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11010:13) @ http://localhost:5173/src/app/components/common/theme-provider.tsx:26
|
|
36
|
+
[ 176641ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/sessions/active:0
|
|
37
|
+
[ 176646ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/sessions/active:0
|
|
38
|
+
[ 176652ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/application-state/theme:0
|
|
39
|
+
[ 176652ms] [ERROR] Failed to sync theme to backend: TypeError: Failed to fetch
|
|
40
|
+
at setTheme (http://localhost:5173/src/lib/api/app.ts:111:26)
|
|
41
|
+
at http://localhost:5173/src/app/components/common/theme-provider.tsx:26:7
|
|
42
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
43
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
44
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
45
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
46
|
+
at reconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11273:13)
|
|
47
|
+
at recursivelyTraverseReconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11240:11)
|
|
48
|
+
at reconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11317:13)
|
|
49
|
+
at recursivelyTraverseReconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11240:11) @ http://localhost:5173/src/app/components/common/theme-provider.tsx:26
|
|
50
|
+
[ 546633ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
51
|
+
[ 546634ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
52
|
+
[ 546695ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778804647060:279
|
|
53
|
+
[ 549263ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
54
|
+
[ 549266ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
55
|
+
[ 549284ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_RESET @ http://localhost:3000/sessions?filter=non-empty:0
|
|
56
|
+
[ 549311ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778804647060:144
|
|
57
|
+
[ 549314ms] [ERROR] Failed to load resource: net::ERR_EMPTY_RESPONSE @ http://localhost:3000/application-state/effective:0
|
|
58
|
+
[ 549314ms] [ERROR] Failed to fetch application state: TypeError: Failed to fetch
|
|
59
|
+
at getEffectiveSettings (http://localhost:5173/src/lib/api/app.ts:471:26)
|
|
60
|
+
at Object.fetchAllApplicationState (http://localhost:5173/src/store/session/ui.slice.ts?t=1778804647069:395:30)
|
|
61
|
+
at Object.setCurrentSessionId (http://localhost:5173/src/store/session/session.slice.ts?t=1778804647079:230:13)
|
|
62
|
+
at loadActiveSession (http://localhost:5173/src/store/session/session.slice.ts?t=1778804647079:549:15) @ http://localhost:5173/src/store/session/ui.slice.ts?t=1778804647069:416
|
|
63
|
+
[ 549314ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/custom-snippets:0
|
|
64
|
+
[ 549317ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/context-snippets:0
|
|
65
|
+
[ 549334ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/custom-variables:0
|
|
66
|
+
[ 549337ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/context-templates:0
|
|
67
|
+
[ 549346ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/system-prompts:0
|
|
68
|
+
[ 549359ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a?includeLogs=true:0
|
|
69
|
+
[ 549384ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/sessions/96bbe7a3-c70f-4960-b554-c15c6abcaa2a/set-active:0
|
|
70
|
+
[ 549384ms] [ERROR] Failed to set active session on backend: TypeError: Failed to fetch
|
|
71
|
+
at setActiveSession (http://localhost:5173/src/lib/api/session.ts?t=1778804647060:13:26)
|
|
72
|
+
at Object.setCurrentSessionId (http://localhost:5173/src/store/session/session.slice.ts?t=1778804647079:223:7)
|
|
73
|
+
at loadActiveSession (http://localhost:5173/src/store/session/session.slice.ts?t=1778804647079:549:15) @ http://localhost:5173/src/store/session/session.slice.ts?t=1778804647079:223
|
|
74
|
+
[ 550272ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
75
|
+
[ 551275ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
76
|
+
[ 552279ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
77
|
+
[ 553283ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
78
|
+
[ 554287ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
79
|
+
[ 554390ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778804647060:144
|
|
80
|
+
[ 555290ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
81
|
+
[ 556297ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
- generic [ref=e3]:
|
|
2
|
+
- generic [ref=e4]:
|
|
3
|
+
- main [ref=e6]:
|
|
4
|
+
- generic [ref=e7]:
|
|
5
|
+
- generic [ref=e8]:
|
|
6
|
+
- heading "Repoburg AI Assistant" [level=1] [ref=e9]
|
|
7
|
+
- paragraph [ref=e10]: Your local partner for generating and modifying code.
|
|
8
|
+
- button "Starting Session..." [disabled]
|
|
9
|
+
- generic [ref=e11]:
|
|
10
|
+
- generic [ref=e12]:
|
|
11
|
+
- heading "Core Workflows" [level=2] [ref=e13]
|
|
12
|
+
- generic [ref=e14]:
|
|
13
|
+
- generic [ref=e15]:
|
|
14
|
+
- generic [ref=e17]:
|
|
15
|
+
- img [ref=e18]
|
|
16
|
+
- text: View Current Plan
|
|
17
|
+
- generic [ref=e24]: See the actions proposed by the AI for your current task.
|
|
18
|
+
- button "Go to Plan" [ref=e26]
|
|
19
|
+
- generic [ref=e27]:
|
|
20
|
+
- generic [ref=e29]:
|
|
21
|
+
- img [ref=e30]
|
|
22
|
+
- text: Session History
|
|
23
|
+
- generic [ref=e34]: Review and load your previous work sessions.
|
|
24
|
+
- button "View History" [ref=e36]
|
|
25
|
+
- generic [ref=e37]:
|
|
26
|
+
- generic [ref=e39]:
|
|
27
|
+
- img [ref=e40]
|
|
28
|
+
- text: Context Templates
|
|
29
|
+
- generic [ref=e43]: Create and manage reusable context templates for the AI.
|
|
30
|
+
- button "Manage Templates" [ref=e45]
|
|
31
|
+
- generic [ref=e46]:
|
|
32
|
+
- generic [ref=e48]:
|
|
33
|
+
- img [ref=e49]
|
|
34
|
+
- text: Editor
|
|
35
|
+
- generic [ref=e54]: Browse and preview markdown and code files in the workspace.
|
|
36
|
+
- button "Open Editor" [ref=e56]
|
|
37
|
+
- generic [ref=e57]:
|
|
38
|
+
- heading "Customization and Automation" [level=2] [ref=e58]
|
|
39
|
+
- generic [ref=e59]:
|
|
40
|
+
- generic [ref=e60]:
|
|
41
|
+
- generic [ref=e62]:
|
|
42
|
+
- img [ref=e63]
|
|
43
|
+
- text: System Prompts
|
|
44
|
+
- generic [ref=e66]: Define the AI behavior by managing system prompts.
|
|
45
|
+
- button "Manage Prompts" [ref=e68]
|
|
46
|
+
- generic [ref=e69]:
|
|
47
|
+
- generic [ref=e71]:
|
|
48
|
+
- img [ref=e72]
|
|
49
|
+
- text: Prompt Snippets
|
|
50
|
+
- generic [ref=e79]: "Manage dynamic, reusable context snippets callable with `!` in your prompt."
|
|
51
|
+
- button "Manage Snippets" [ref=e81]
|
|
52
|
+
- generic [ref=e82]:
|
|
53
|
+
- generic [ref=e84]:
|
|
54
|
+
- img [ref=e85]
|
|
55
|
+
- text: Sub-Agents
|
|
56
|
+
- generic [ref=e89]: Create and manage specialized sub-agents that can be invoked by the master agent.
|
|
57
|
+
- button "Manage Sub-Agents" [ref=e91]
|
|
58
|
+
- generic [ref=e92]:
|
|
59
|
+
- generic [ref=e94]:
|
|
60
|
+
- img [ref=e95]
|
|
61
|
+
- text: Integrations
|
|
62
|
+
- generic [ref=e98]: Connect Repoburg with other tools like AI Studio.
|
|
63
|
+
- button "Configure Integrations" [ref=e100]
|
|
64
|
+
- generic [ref=e101]:
|
|
65
|
+
- generic [ref=e103]:
|
|
66
|
+
- img [ref=e104]
|
|
67
|
+
- text: MCP Servers
|
|
68
|
+
- generic [ref=e116]: View connected Model Context Protocol servers and their tools.
|
|
69
|
+
- button "View Servers" [ref=e118]
|
|
70
|
+
- generic [ref=e119]:
|
|
71
|
+
- generic [ref=e121]:
|
|
72
|
+
- img [ref=e122]
|
|
73
|
+
- text: Settings
|
|
74
|
+
- generic [ref=e126]: Configure core workflow behaviors like execution strategy and integrations.
|
|
75
|
+
- button "Configure Settings" [ref=e128]
|
|
76
|
+
- generic [ref=e129]:
|
|
77
|
+
- generic [ref=e131]:
|
|
78
|
+
- img [ref=e132]
|
|
79
|
+
- text: Tool Hooks
|
|
80
|
+
- generic [ref=e137]: Manage lifecycle hooks for AI tools.
|
|
81
|
+
- button "Manage Hooks" [ref=e139]
|
|
82
|
+
- generic [ref=e140]:
|
|
83
|
+
- heading "Analytics and Debugging" [level=2] [ref=e141]
|
|
84
|
+
- generic [ref=e143]:
|
|
85
|
+
- generic [ref=e145]:
|
|
86
|
+
- img [ref=e146]
|
|
87
|
+
- text: LLM Call Logs
|
|
88
|
+
- generic [ref=e151]: Inspect raw API requests and responses for debugging and analytics.
|
|
89
|
+
- button "View Logs" [ref=e153]
|
|
90
|
+
- separator [ref=e154]:
|
|
91
|
+
- img [ref=e156]
|
|
92
|
+
- generic [ref=e164]:
|
|
93
|
+
- generic [ref=e165]:
|
|
94
|
+
- heading "Command Palette" [level=2] [ref=e166]
|
|
95
|
+
- paragraph [ref=e167]: Search for a command to run...
|
|
96
|
+
- generic [ref=e168]:
|
|
97
|
+
- generic [ref=e170]:
|
|
98
|
+
- generic [ref=e171]:
|
|
99
|
+
- generic [ref=e172]:
|
|
100
|
+
- button "New Session" [ref=e173]
|
|
101
|
+
- button "Follow-up" [disabled]
|
|
102
|
+
- button [disabled]:
|
|
103
|
+
- img
|
|
104
|
+
- generic [ref=e175]:
|
|
105
|
+
- paragraph [ref=e176]: "Project: /Users/celalertug/everest/tmpappdev2"
|
|
106
|
+
- generic [ref=e177]:
|
|
107
|
+
- generic [ref=e178]:
|
|
108
|
+
- paragraph [ref=e179]: "Session Name:"
|
|
109
|
+
- paragraph [ref=e180]: ...
|
|
110
|
+
- img [ref=e181]
|
|
111
|
+
- button "Clone session" [ref=e184]:
|
|
112
|
+
- img
|
|
113
|
+
- generic [ref=e185]: Clone session
|
|
114
|
+
- button "Toggle theme" [ref=e186]:
|
|
115
|
+
- img
|
|
116
|
+
- generic [ref=e187]: Toggle theme
|
|
117
|
+
- generic [ref=e189]:
|
|
118
|
+
- generic [ref=e190]:
|
|
119
|
+
- generic [ref=e191]: Model
|
|
120
|
+
- combobox [disabled]:
|
|
121
|
+
- text: ollama/glm-5.1:cloud
|
|
122
|
+
- img
|
|
123
|
+
- generic [ref=e192]:
|
|
124
|
+
- generic [ref=e193]: Reasoning Effort
|
|
125
|
+
- combobox "Reasoning Effort" [ref=e194]:
|
|
126
|
+
- generic: Default
|
|
127
|
+
- img
|
|
128
|
+
- generic [ref=e195]:
|
|
129
|
+
- generic [ref=e196]: System Prompt
|
|
130
|
+
- combobox "System Prompt" [disabled] [ref=e199]:
|
|
131
|
+
- generic: Default
|
|
132
|
+
- img
|
|
133
|
+
- generic [ref=e200]:
|
|
134
|
+
- generic [ref=e201]: Initial Prompt Template
|
|
135
|
+
- combobox "Initial Prompt Template" [disabled] [ref=e202]:
|
|
136
|
+
- generic: None
|
|
137
|
+
- img
|
|
138
|
+
- generic [ref=e203]:
|
|
139
|
+
- generic [ref=e204]: Follow-up Prompt Template
|
|
140
|
+
- combobox "Follow-up Prompt Template" [disabled] [ref=e205]:
|
|
141
|
+
- generic: None
|
|
142
|
+
- img
|
|
143
|
+
- paragraph [ref=e207]: Conversation will appear here...
|
|
144
|
+
- generic [ref=e211]:
|
|
145
|
+
- 'textbox "Type your prompt here... (use @ for files, # for folders)" [disabled] [ref=e212]'
|
|
146
|
+
- generic [ref=e213]:
|
|
147
|
+
- button [disabled]:
|
|
148
|
+
- img
|
|
149
|
+
- button [disabled]
|
|
150
|
+
- generic [ref=e214]:
|
|
151
|
+
- heading "Command Palette" [level=2] [ref=e215]
|
|
152
|
+
- paragraph [ref=e216]: Search for a command to run...
|
|
153
|
+
- region "Notifications alt+T":
|
|
154
|
+
- list:
|
|
155
|
+
- listitem [ref=e217]:
|
|
156
|
+
- button "Close toast" [ref=e218] [cursor=pointer]:
|
|
157
|
+
- img [ref=e219]
|
|
158
|
+
- img [ref=e223]
|
|
159
|
+
- generic [ref=e226]: "Loaded active session: Type FinAPICas Interface Phase 1"
|