antigravity-mobile-proxy 0.1.23 → 0.1.24
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/.next/standalone/.next/app-path-routes-manifest.json +18 -18
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/changes/accept-all/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/changes/active/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/changes/diff/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/changes/reject-all/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/action/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/agent/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/history/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/monitor/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/new/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/state/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/stop/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/health/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/close/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/open/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/select/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/debug/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/~offline/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +18 -18
- package/.next/standalone/package.json +1 -1
- package/bin/cli.js +6 -0
- package/package.json +1 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/_global-error/page": "/_global-error",
|
|
4
|
-
"/
|
|
5
|
-
"/api/v1/artifacts/route": "/api/v1/artifacts",
|
|
4
|
+
"/favicon.ico/route": "/favicon.ico",
|
|
6
5
|
"/api/v1/artifacts/[convId]/[filename]/route": "/api/v1/artifacts/[convId]/[filename]",
|
|
7
6
|
"/api/v1/changes/accept-all/route": "/api/v1/changes/accept-all",
|
|
8
|
-
"/api/v1/changes/active/route": "/api/v1/changes/active",
|
|
9
|
-
"/api/v1/chat/action/route": "/api/v1/chat/action",
|
|
10
7
|
"/api/v1/artifacts/active/route": "/api/v1/artifacts/active",
|
|
8
|
+
"/api/v1/changes/active/route": "/api/v1/changes/active",
|
|
9
|
+
"/api/v1/artifacts/route": "/api/v1/artifacts",
|
|
10
|
+
"/api/v1/artifacts/[convId]/route": "/api/v1/artifacts/[convId]",
|
|
11
11
|
"/api/v1/changes/reject-all/route": "/api/v1/changes/reject-all",
|
|
12
|
+
"/api/v1/artifacts/active/[filename]/route": "/api/v1/artifacts/active/[filename]",
|
|
12
13
|
"/api/v1/chat/approve/route": "/api/v1/chat/approve",
|
|
14
|
+
"/api/v1/chat/action/route": "/api/v1/chat/action",
|
|
13
15
|
"/api/v1/chat/history/route": "/api/v1/chat/history",
|
|
14
|
-
"/api/v1/chat/agent/route": "/api/v1/chat/agent",
|
|
15
|
-
"/api/v1/artifacts/active/[filename]/route": "/api/v1/artifacts/active/[filename]",
|
|
16
|
-
"/api/v1/changes/diff/route": "/api/v1/changes/diff",
|
|
17
16
|
"/api/v1/chat/new/route": "/api/v1/chat/new",
|
|
18
17
|
"/api/v1/chat/reject/route": "/api/v1/chat/reject",
|
|
18
|
+
"/api/v1/chat/agent/route": "/api/v1/chat/agent",
|
|
19
|
+
"/api/v1/changes/diff/route": "/api/v1/changes/diff",
|
|
19
20
|
"/api/v1/chat/mode/route": "/api/v1/chat/mode",
|
|
20
|
-
"/api/v1/chat/stop/route": "/api/v1/chat/stop",
|
|
21
21
|
"/api/v1/chat/state/route": "/api/v1/chat/state",
|
|
22
|
+
"/api/v1/chat/stop/route": "/api/v1/chat/stop",
|
|
22
23
|
"/api/v1/chat/route": "/api/v1/chat",
|
|
23
|
-
"/api/v1/conversations/active/route": "/api/v1/conversations/active",
|
|
24
24
|
"/api/v1/chat/monitor/route": "/api/v1/chat/monitor",
|
|
25
|
-
"/api/v1/
|
|
25
|
+
"/api/v1/conversations/active/route": "/api/v1/conversations/active",
|
|
26
|
+
"/api/v1/debug/scrape/route": "/api/v1/debug/scrape",
|
|
26
27
|
"/api/v1/health/route": "/api/v1/health",
|
|
27
28
|
"/api/v1/conversations/select/route": "/api/v1/conversations/select",
|
|
28
29
|
"/api/v1/windows/cdp-status/route": "/api/v1/windows/cdp-status",
|
|
29
|
-
"/api/v1/
|
|
30
|
-
"/api/v1/
|
|
31
|
-
"/favicon.ico/route": "/favicon.ico",
|
|
32
|
-
"/api/v1/conversations/route": "/api/v1/conversations",
|
|
30
|
+
"/api/v1/debug/dom/route": "/api/v1/debug/dom",
|
|
31
|
+
"/api/v1/windows/close/route": "/api/v1/windows/close",
|
|
33
32
|
"/api/v1/windows/recent/route": "/api/v1/windows/recent",
|
|
34
33
|
"/api/v1/windows/open/route": "/api/v1/windows/open",
|
|
35
|
-
"/api/v1/windows/
|
|
36
|
-
"/api/v1/chat/stream/route": "/api/v1/chat/stream",
|
|
34
|
+
"/api/v1/windows/cdp-start/route": "/api/v1/windows/cdp-start",
|
|
37
35
|
"/api/v1/windows/route": "/api/v1/windows",
|
|
36
|
+
"/api/v1/conversations/route": "/api/v1/conversations",
|
|
38
37
|
"/api/v1/windows/select/route": "/api/v1/windows/select",
|
|
38
|
+
"/api/v1/chat/stream/route": "/api/v1/chat/stream",
|
|
39
39
|
"/~offline/page": "/~offline",
|
|
40
|
-
"/page": "/",
|
|
41
|
-
"/
|
|
40
|
+
"/debug/page": "/debug",
|
|
41
|
+
"/page": "/"
|
|
42
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/_global-error/page":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/_not-found/page":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/[convId]/[filename]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/[convId]/[filename]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/[convId]/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/[convId]/[filename]/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/[convId]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/[convId]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/[convId]/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/active/[filename]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/active/[filename]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/active/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/active/[filename]/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
package/.next/standalone/.next/server/app/api/v1/artifacts/active/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/active/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/active/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/route":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/active/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
package/.next/standalone/.next/server/app/api/v1/artifacts/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/artifacts/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/artifacts/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/accept-all/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/accept-all/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/changes/accept-all/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
package/.next/standalone/.next/server/app/api/v1/changes/active/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/active/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/active/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/changes/active/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
package/.next/standalone/.next/server/app/api/v1/changes/diff/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/diff/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/v1/changes/diff/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"4776","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"4585","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"9933","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-a3627741c465bdb1.js"],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/~offline/page.tsx":{"id":8925,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/debug/page.tsx":{"id":5975,"name":"*","chunks":[],"async":false},"/home/belal/repos/ide_agent/antigravity-chat-proxy/components/chat-container.tsx":{"id":5467,"name":"*","chunks":["4855","static/chunks/4855-d76c75aaf5497499.js","8974","static/chunks/app/page-9d6501e1343a2dff.js"],"async":false}},"entryCSSFiles":{"/home/belal/repos/ide_agent/antigravity-chat-proxy/":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/not-found":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/layout":[{"inlined":false,"path":"static/css/e87a1eedc2a54fd9.css"}],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/page":[],"/home/belal/repos/ide_agent/antigravity-chat-proxy/app/api/v1/changes/diff/route":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5467":{"*":{"id":"6187","name":"*","chunks":[],"async":false}},"5975":{"*":{"id":"219","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"2704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8925":{"*":{"id":"6279","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|