Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent a24e901b7f
commit c065cbf61e
5390 changed files with 844081 additions and 446 deletions

View File

@@ -0,0 +1,32 @@
2026-03-04 18:56:18.664 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 18:56:18.665 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 18:56:18.665 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 18:56:18.665 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 18:56:18.773 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 18:56:18.774 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 18:56:18.774 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 18:56:18.834 [info] Can't use the Electron fetcher in this environment.
2026-03-04 18:56:18.834 [info] Using the Node fetch fetcher.
2026-03-04 18:56:18.892 [info] Found 1 entries to copy: pty.node
2026-03-04 18:56:18.892 [info] Found 1 entries to copy: rg
2026-03-04 18:56:18.949 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/90c7da39-c7df-4264-90e2-da58c733dc1f.lock
2026-03-04 18:56:18.949 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-us4OaA/mcp.sock#%2Fmcp
2026-03-04 18:56:18.967 [info] Logged in as c-stanton
2026-03-04 18:56:20.184 [info] Got Copilot token for c-stanton
2026-03-04 18:56:20.184 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 18:56:20.200 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 18:56:20.202 [info] activationBlocker from 'languageModelAccess' took for 1471ms
2026-03-04 18:56:20.413 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 18:56:20.413 [info] copilot token sku: free_limited_copilot
2026-03-04 18:56:20.413 [info] ConversationFeature: Activating contributions
2026-03-04 18:56:20.413 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 18:56:20.431 [info] Registering default platform agent...
2026-03-04 18:56:20.431 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 18:56:20.432 [info] [code-referencing] Public code references are enabled.
2026-03-04 18:56:20.432 [info] activationBlocker from 'conversationFeature' took for 1709ms
2026-03-04 18:56:20.434 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 18:56:20.538 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 18:56:20.718 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 18:56:20.734 [info] Fetched model metadata in 1983ms ac01a58f-f266-4b69-b588-d905c8ce0067
2026-03-04 18:56:20.803 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 18:56:20.805 [info] ccreq:d48607b4.copilotmd | markdown

View File

@@ -0,0 +1,68 @@
2026-03-04 18:56:12.631 [info] Extension host with pid 3962427 started
2026-03-04 18:56:12.799 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 18:56:12.800 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 18:56:12.800 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 18:56:12.800 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 18:56:13.360 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-03-04 18:56:13.374 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-03-04 18:56:13.374 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-03-04 18:56:13.536 [info] Eager extensions activated
2026-03-04 18:56:13.536 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 18:56:13.537 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 18:56:17.263 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 18:56:42.037 [info] Extension host terminating: received terminate message from renderer
2026-03-04 18:56:42.109 [error] An error occurred when disposing the subscriptions for extension 'GitHub.copilot-chat':
2026-03-04 18:56:42.110 [error] Error: Channel has been closed
at n (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3001)
at Object.info (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3346)
at a3e.logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2304)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2208
at Array.forEach (<anonymous>)
at gKe._logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2195)
at gKe.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2285)
at n.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2804)
at VYe._fn (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1695:30891)
at VYe.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1210)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at R4e.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at hY.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at NJ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at fQ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at Yi (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:746)
at qR.b (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:15201)
at qR.dispose (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:1227)
at pee.eb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:12075)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10030
at Array.map (<anonymous>)
at pee.$ (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10018)
at pee.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10261)
at nL.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at zr (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:11144)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:9282)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at Jo.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:9471)
at b0.A (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:12585)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:11006)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at bC.acceptChunk (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7954)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7240
at Socket.t (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:15264)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
2026-03-04 18:56:42.160 [info] Extension host with pid 3962427 exiting with code 0

View File

@@ -0,0 +1,13 @@
2026-03-04 18:56:13.560 [info] [main] Log level: Info
2026-03-04 18:56:13.560 [info] [main] Validating found git in: "git"
2026-03-04 18:56:13.560 [info] [main] Using git "2.43.0" from "git"
2026-03-04 18:56:13.560 [info] [Model][doInitialScan] Initial repository scan started
2026-03-04 18:56:13.560 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-03-04 18:56:39.870 [info] > git clone https://git.wrigglyt.xyz/chloe/Seasoned.git /home/chloe/Seasoned --progress [480ms]
2026-03-04 18:56:39.870 [info] Cloning into '/home/chloe/Seasoned'...
remote: Enumerating objects: 35, done.
remote: Counting objects: 2% (1/35)
remote: Counting objects: 5% (2/35)
remote: Counting objects: 8% (3/35)
remote: Counting objects: 11% (4/35)
remote: Counting objects: 14% (5/35)

View File

@@ -0,0 +1 @@
2026-03-04 18:56:13.592 [info] Log level: Info

View File

@@ -0,0 +1,32 @@
2026-03-04 18:56:58.478 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 18:56:58.478 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 18:56:58.478 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 18:56:58.478 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 18:56:58.478 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 18:56:58.478 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 18:56:58.478 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 18:56:58.478 [info] Found 1 entries to copy: pty.node
2026-03-04 18:56:58.478 [info] Found 1 entries to copy: rg
2026-03-04 18:56:58.478 [info] Can't use the Electron fetcher in this environment.
2026-03-04 18:56:58.478 [info] Using the Node fetch fetcher.
2026-03-04 18:56:58.481 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/80c7f183-b6fc-4e44-b2f1-7b62d41eed66.lock
2026-03-04 18:56:58.481 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-mxqGoY/mcp.sock#%2Fmcp
2026-03-04 18:56:58.734 [info] Logged in as c-stanton
2026-03-04 18:56:59.754 [info] Got Copilot token for c-stanton
2026-03-04 18:56:59.754 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 18:56:59.761 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 18:56:59.762 [info] activationBlocker from 'languageModelAccess' took for 1535ms
2026-03-04 18:56:59.938 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 18:56:59.938 [info] copilot token sku: free_limited_copilot
2026-03-04 18:56:59.938 [info] ConversationFeature: Activating contributions
2026-03-04 18:56:59.938 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 18:56:59.956 [info] Registering default platform agent...
2026-03-04 18:56:59.956 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 18:56:59.956 [info] [code-referencing] Public code references are enabled.
2026-03-04 18:56:59.957 [info] activationBlocker from 'conversationFeature' took for 1735ms
2026-03-04 18:56:59.970 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 18:57:00.076 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 18:57:00.246 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 18:57:00.307 [info] Fetched model metadata in 2064ms 01c5fc26-d700-479f-881a-9e3d18548378
2026-03-04 18:57:00.428 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 18:57:00.429 [info] ccreq:83988022.copilotmd | markdown

View File

@@ -0,0 +1,112 @@
2026-03-04 18:56:56.332 [info] Extension host with pid 3962627 started
2026-03-04 18:56:56.352 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/d4e93b3b0809cf6c19f8d1bdda846124/vscode.lock': Lock acquired.
2026-03-04 18:56:56.494 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 18:56:56.495 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onChatParticipant:github.copilot.editsAgent'
2026-03-04 18:56:56.495 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2026-03-04 18:56:57.183 [error] PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6685)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:48569
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:50962
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:52033
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:54223
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:411:2608
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:2671
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:9347
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:21446
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:25514
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:27015
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at Object.<anonymous> (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2484)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function.<anonymous> (node:internal/modules/cjs/loader:1263:12)
at e._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6055)
at t._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:223:22773)
at s._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:215:24706)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1463:12)
at require (node:internal/modules/helpers:147:16)
at pee.Cb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:254:1256)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2026-03-04 18:56:57.755 [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
2026-03-04 18:56:57.981 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2026-03-04 18:56:57.981 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2026-03-04 18:56:58.171 [info] Eager extensions activated
2026-03-04 18:56:58.171 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 18:56:58.172 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 18:57:03.211 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 18:57:03.213 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 18:57:03.213 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 18:57:08.985 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 19:01:22.876 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown'
2026-03-04 19:01:23.226 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features
2026-03-04 19:16:08.098 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel'
2026-03-04 19:21:59.012 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-03-04 19:31:56.602 [info] Extension host terminating: received terminate message from renderer
2026-03-04 19:31:56.604 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/d4e93b3b0809cf6c19f8d1bdda846124/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-03-04 19:31:56.675 [error] An error occurred when disposing the subscriptions for extension 'GitHub.copilot-chat':
2026-03-04 19:31:56.675 [error] Error: Channel has been closed
at n (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3001)
at Object.info (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3346)
at a3e.logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2304)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2208
at Array.forEach (<anonymous>)
at gKe._logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2195)
at gKe.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2285)
at n.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2804)
at VYe._fn (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1695:30891)
at VYe.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1210)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at R4e.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at hY.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at NJ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at fQ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at Yi (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:746)
at qR.b (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:15201)
at qR.dispose (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:1227)
at pee.eb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:12075)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10030
at Array.map (<anonymous>)
at pee.$ (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10018)
at pee.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10261)
at nL.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at zr (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:11144)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:9282)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at Jo.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:9471)
at b0.A (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:12585)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:11006)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at bC.acceptChunk (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7954)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7240
at Socket.t (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:15264)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
2026-03-04 19:31:56.679 [info] Extension host with pid 3962627 exiting with code 0

View File

@@ -0,0 +1,610 @@
2026-03-04 18:56:58.478 [info] [main] Log level: Info
2026-03-04 18:56:58.479 [info] [main] Validating found git in: "git"
2026-03-04 18:56:58.479 [info] [main] Using git "2.43.0" from "git"
2026-03-04 18:56:58.479 [info] [Model][doInitialScan] Initial repository scan started
2026-03-04 18:56:58.479 [info] > git rev-parse --show-toplevel [149ms]
2026-03-04 18:56:58.479 [info] > git rev-parse --git-dir --git-common-dir --show-superproject-working-tree [69ms]
2026-03-04 18:56:58.730 [info] [Model][openRepository] Opened repository (path): /home/chloe/Seasoned
2026-03-04 18:56:58.730 [info] [Model][openRepository] Opened repository (real path): /home/chloe/Seasoned
2026-03-04 18:56:58.730 [info] [Model][openRepository] Opened repository (kind): repository
2026-03-04 18:56:59.323 [info] > git rev-parse --show-toplevel [460ms]
2026-03-04 18:56:59.323 [info] > git config --get commit.template [467ms]
2026-03-04 18:56:59.350 [info] > git fetch [620ms]
2026-03-04 18:56:59.367 [info] > git rev-parse --show-toplevel [35ms]
2026-03-04 18:56:59.369 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-03-04 18:56:59.371 [info] > git config --get commit.template [5ms]
2026-03-04 18:56:59.371 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [14ms]
2026-03-04 18:56:59.381 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:56:59.390 [info] > git rev-parse refs/remotes/origin/main [9ms]
2026-03-04 18:56:59.417 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [17ms]
2026-03-04 18:56:59.425 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [37ms]
2026-03-04 18:56:59.433 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:56:59.443 [info] > git config --get commit.template [34ms]
2026-03-04 18:56:59.444 [info] > git rev-parse refs/remotes/origin/main [11ms]
2026-03-04 18:56:59.446 [info] > git config --get --local branch.main.vscode-merge-base [21ms]
2026-03-04 18:56:59.446 [warning] [Git][config] git config failed: Failed to execute git
2026-03-04 18:56:59.461 [info] > git reflog main --grep-reflog=branch: Created from *. [8ms]
2026-03-04 18:56:59.469 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [9ms]
2026-03-04 18:56:59.476 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:56:59.483 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [15ms]
2026-03-04 18:56:59.493 [info] > git rev-parse refs/remotes/origin/main [17ms]
2026-03-04 18:56:59.515 [info] > git status -z -uall [15ms]
2026-03-04 18:56:59.516 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/origin/main refs/remotes/origin/main [26ms]
2026-03-04 18:56:59.523 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [16ms]
2026-03-04 18:56:59.533 [info] > git config --add --local branch.main.vscode-merge-base origin/main [10ms]
2026-03-04 18:56:59.549 [info] > git config --get commit.template [8ms]
2026-03-04 18:56:59.550 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 18:56:59.557 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:56:59.559 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 18:56:59.572 [info] > git status -z -uall [7ms]
2026-03-04 18:56:59.574 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 18:56:59.601 [info] > git merge-base refs/heads/main refs/remotes/origin/main [18ms]
2026-03-04 18:56:59.609 [info] > git merge-base refs/heads/main refs/remotes/origin/main [9ms]
2026-03-04 18:56:59.616 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [8ms]
2026-03-04 18:56:59.617 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [1ms]
2026-03-04 18:56:59.875 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 18:57:00.144 [info] > git config --get commit.template [3ms]
2026-03-04 18:57:00.153 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2026-03-04 18:57:00.159 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:57:00.161 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 18:57:00.193 [info] > git status -z -uall [26ms]
2026-03-04 18:57:00.193 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [19ms]
2026-03-04 18:57:00.675 [info] > git config --get commit.template [23ms]
2026-03-04 18:57:00.687 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 18:57:00.695 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 18:57:00.697 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 18:57:00.713 [info] > git status -z -uall [9ms]
2026-03-04 18:57:00.714 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 18:57:09.313 [info] > git check-ignore -v -z --stdin [21ms]
2026-03-04 18:57:09.363 [info] > git show --textconv :tsconfig.json [13ms]
2026-03-04 18:57:09.363 [info] > git ls-files --stage -- tsconfig.json [3ms]
2026-03-04 18:57:09.375 [info] > git cat-file -s 307b2134b94b63c404ad3f3254b768ca337c7a37 [3ms]
2026-03-04 18:57:12.319 [info] > git check-ignore -v -z --stdin [137ms]
2026-03-04 18:57:12.396 [info] > git show --textconv :package.json [62ms]
2026-03-04 18:57:12.449 [info] > git ls-files --stage -- package.json [106ms]
2026-03-04 18:57:12.508 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [51ms]
2026-03-04 18:58:34.885 [info] > git blame --root --incremental a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [2ms]
2026-03-04 19:01:21.997 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:01:22.051 [info] > git fetch [412ms]
2026-03-04 19:01:22.071 [info] > git show --textconv :package-lock.json [45ms]
2026-03-04 19:01:22.071 [info] > git ls-files --stage -- package-lock.json [23ms]
2026-03-04 19:01:22.082 [info] > git config --get commit.template [11ms]
2026-03-04 19:01:22.084 [info] > git cat-file -s 5c251f39929a207086aafd27d5d94fdc592be699 [4ms]
2026-03-04 19:01:22.094 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:01:22.104 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:01:22.105 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:01:22.122 [info] > git status -z -uall [9ms]
2026-03-04 19:01:22.123 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:01:22.381 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:01:22.451 [info] > git show --textconv :LICENSE [24ms]
2026-03-04 19:01:22.453 [info] > git ls-files --stage -- LICENSE [5ms]
2026-03-04 19:01:22.472 [info] > git cat-file -s f06ca73aac685b58c112038fe4bd4d886a923867 [2ms]
2026-03-04 19:01:23.271 [info] > git config --get commit.template [25ms]
2026-03-04 19:01:23.280 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:01:23.288 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:01:23.300 [info] > git ls-files --stage -- LICENSE [3ms]
2026-03-04 19:01:23.307 [info] > git rev-parse refs/remotes/origin/main [19ms]
2026-03-04 19:01:23.324 [info] > git status -z -uall [9ms]
2026-03-04 19:01:23.324 [info] > git cat-file -s f06ca73aac685b58c112038fe4bd4d886a923867 [17ms]
2026-03-04 19:01:23.325 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:01:23.337 [info] > git show --textconv :LICENSE [2ms]
2026-03-04 19:01:23.816 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:01:23.858 [info] > git show --textconv :nuxt.config.ts [18ms]
2026-03-04 19:01:23.858 [info] > git ls-files --stage -- nuxt.config.ts [3ms]
2026-03-04 19:01:23.880 [info] > git cat-file -s 10a8396bc94d3272de1c2f4b7784439e6ab8c267 [9ms]
2026-03-04 19:02:09.140 [info] > git blame --root --incremental a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [2ms]
2026-03-04 19:04:56.023 [info] > git fetch [249ms]
2026-03-04 19:04:56.071 [info] > git config --get commit.template [24ms]
2026-03-04 19:04:56.073 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:04:56.091 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:04:56.094 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 19:04:56.122 [info] > git status -z -uall [14ms]
2026-03-04 19:04:56.123 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:04:57.232 [info] > git config --get commit.template [25ms]
2026-03-04 19:04:57.234 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:04:57.252 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:04:57.256 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:04:57.281 [info] > git status -z -uall [10ms]
2026-03-04 19:04:57.284 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:04:57.298 [info] > git ls-files --stage -- nuxt.config.ts [2ms]
2026-03-04 19:04:57.307 [info] > git cat-file -s 10a8396bc94d3272de1c2f4b7784439e6ab8c267 [2ms]
2026-03-04 19:04:57.344 [info] > git show --textconv :nuxt.config.ts [2ms]
2026-03-04 19:08:41.290 [info] > git fetch [229ms]
2026-03-04 19:08:41.311 [info] > git config --get commit.template [10ms]
2026-03-04 19:08:41.312 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:08:41.322 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:08:41.323 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:08:41.343 [info] > git status -z -uall [10ms]
2026-03-04 19:08:41.344 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:08:42.440 [info] > git config --get commit.template [9ms]
2026-03-04 19:08:42.441 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:08:42.449 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:08:42.451 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:08:42.468 [info] > git status -z -uall [9ms]
2026-03-04 19:08:42.469 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:08:42.562 [info] > git ls-files --stage -- nuxt.config.ts [2ms]
2026-03-04 19:08:42.571 [info] > git cat-file -s 10a8396bc94d3272de1c2f4b7784439e6ab8c267 [1ms]
2026-03-04 19:08:42.589 [info] > git show --textconv :nuxt.config.ts [2ms]
2026-03-04 19:11:00.683 [info] > git show -s --decorate=full --shortstat --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%D%n%B -z a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- [22ms]
2026-03-04 19:11:00.706 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% 8f0477f2857b10b54d318ae91ab3897ade974d35...a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- [10ms]
2026-03-04 19:11:00.949 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [177ms]
2026-03-04 19:11:00.949 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [155ms]
2026-03-04 19:11:00.949 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [134ms]
2026-03-04 19:11:00.949 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [112ms]
2026-03-04 19:11:00.949 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [79ms]
2026-03-04 19:11:00.949 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [71ms]
2026-03-04 19:11:00.949 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [14ms]
2026-03-04 19:11:00.950 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [24ms]
2026-03-04 19:11:00.950 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [32ms]
2026-03-04 19:11:00.950 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [40ms]
2026-03-04 19:11:00.950 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [48ms]
2026-03-04 19:11:00.951 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [57ms]
2026-03-04 19:11:00.951 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [65ms]
2026-03-04 19:11:00.954 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [10ms]
2026-03-04 19:11:00.955 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [104ms]
2026-03-04 19:11:00.955 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [94ms]
2026-03-04 19:11:01.470 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:11:03.423 [info] > git check-ignore -v -z --stdin [3ms]
2026-03-04 19:11:03.478 [info] > git show --textconv :package.json [26ms]
2026-03-04 19:11:03.479 [info] > git ls-files --stage -- package.json [6ms]
2026-03-04 19:11:03.495 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [3ms]
2026-03-04 19:11:26.922 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [9ms]
2026-03-04 19:11:26.923 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [19ms]
2026-03-04 19:11:26.923 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [27ms]
2026-03-04 19:11:26.923 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [35ms]
2026-03-04 19:11:26.923 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [44ms]
2026-03-04 19:11:26.924 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:11:41.657 [info] > git fetch [298ms]
2026-03-04 19:11:41.702 [info] > git config --get commit.template [22ms]
2026-03-04 19:11:41.706 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:11:41.727 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:11:41.731 [info] > git rev-parse refs/remotes/origin/main [5ms]
2026-03-04 19:11:41.775 [info] > git status -z -uall [23ms]
2026-03-04 19:11:41.778 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [4ms]
2026-03-04 19:11:42.806 [info] > git config --get commit.template [3ms]
2026-03-04 19:11:42.816 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:11:42.824 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:11:42.825 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:11:42.841 [info] > git status -z -uall [8ms]
2026-03-04 19:11:42.842 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:11:43.072 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [14ms]
2026-03-04 19:11:43.073 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [27ms]
2026-03-04 19:11:43.073 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [39ms]
2026-03-04 19:11:43.073 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [51ms]
2026-03-04 19:11:43.073 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [65ms]
2026-03-04 19:11:43.074 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [85ms]
2026-03-04 19:11:43.074 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [107ms]
2026-03-04 19:11:43.074 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [129ms]
2026-03-04 19:11:43.075 [info] > git ls-files --stage -- package.json [6ms]
2026-03-04 19:11:43.086 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [2ms]
2026-03-04 19:11:43.181 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [80ms]
2026-03-04 19:11:43.181 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [70ms]
2026-03-04 19:11:43.181 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [51ms]
2026-03-04 19:11:43.181 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [41ms]
2026-03-04 19:11:43.181 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [31ms]
2026-03-04 19:11:43.181 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [22ms]
2026-03-04 19:11:43.181 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [12ms]
2026-03-04 19:11:43.181 [info] > git show --textconv :package.json [2ms]
2026-03-04 19:11:43.185 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [64ms]
2026-03-04 19:11:47.893 [info] > git config --get commit.template [23ms]
2026-03-04 19:11:47.896 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:11:47.917 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:11:47.921 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:11:47.961 [info] > git status -z -uall [19ms]
2026-03-04 19:11:47.963 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:12:12.608 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:12:12.608 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:12:12.609 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [29ms]
2026-03-04 19:12:12.609 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [38ms]
2026-03-04 19:12:12.609 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [46ms]
2026-03-04 19:12:12.610 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:12:20.303 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:12:20.303 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:12:20.303 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [26ms]
2026-03-04 19:12:20.304 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [35ms]
2026-03-04 19:12:20.304 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [44ms]
2026-03-04 19:12:20.304 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:12:29.156 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:12:29.157 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [17ms]
2026-03-04 19:12:29.157 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [26ms]
2026-03-04 19:12:29.157 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [34ms]
2026-03-04 19:12:29.157 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [41ms]
2026-03-04 19:12:29.157 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:13:08.168 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [8ms]
2026-03-04 19:13:08.169 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [17ms]
2026-03-04 19:13:08.169 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [25ms]
2026-03-04 19:13:08.169 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [33ms]
2026-03-04 19:13:08.169 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [41ms]
2026-03-04 19:13:08.170 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:14:04.413 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [8ms]
2026-03-04 19:14:04.414 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [17ms]
2026-03-04 19:14:04.414 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [25ms]
2026-03-04 19:14:04.414 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [32ms]
2026-03-04 19:14:04.414 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [40ms]
2026-03-04 19:14:04.415 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:14:28.294 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:14:38.851 [info] > git config --get commit.template [11ms]
2026-03-04 19:14:38.852 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:14:38.862 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:38.863 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:14:38.882 [info] > git status -z -uall [9ms]
2026-03-04 19:14:38.882 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:14:39.253 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:14:42.025 [info] > git fetch [231ms]
2026-03-04 19:14:42.045 [info] > git config --get commit.template [10ms]
2026-03-04 19:14:42.046 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:14:42.055 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:42.056 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:14:42.074 [info] > git status -z -uall [9ms]
2026-03-04 19:14:42.075 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:14:43.357 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [9ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [17ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [25ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [33ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [40ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [48ms]
2026-03-04 19:14:43.358 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [57ms]
2026-03-04 19:14:43.359 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [69ms]
2026-03-04 19:14:43.359 [info] > git ls-files --stage -- package.json [3ms]
2026-03-04 19:14:43.431 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [55ms]
2026-03-04 19:14:43.431 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [48ms]
2026-03-04 19:14:43.431 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [33ms]
2026-03-04 19:14:43.431 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [25ms]
2026-03-04 19:14:43.431 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [17ms]
2026-03-04 19:14:43.431 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [10ms]
2026-03-04 19:14:43.431 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [2ms]
2026-03-04 19:14:43.431 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [64ms]
2026-03-04 19:14:43.433 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [43ms]
2026-03-04 19:14:43.460 [info] > git show --textconv :package.json [1ms]
2026-03-04 19:14:43.915 [info] > git config --get commit.template [8ms]
2026-03-04 19:14:43.916 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:14:43.924 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:43.925 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:14:43.942 [info] > git status -z -uall [9ms]
2026-03-04 19:14:43.943 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:14:46.582 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:14:48.965 [info] > git config --get commit.template [9ms]
2026-03-04 19:14:48.966 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:14:48.975 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:48.976 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:14:48.994 [info] > git status -z -uall [9ms]
2026-03-04 19:14:48.995 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:14:54.019 [info] > git config --get commit.template [8ms]
2026-03-04 19:14:54.020 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:14:54.028 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:54.030 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:14:54.048 [info] > git status -z -uall [11ms]
2026-03-04 19:14:54.050 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:14:59.070 [info] > git config --get commit.template [8ms]
2026-03-04 19:14:59.071 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:14:59.079 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:14:59.080 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:14:59.096 [info] > git status -z -uall [9ms]
2026-03-04 19:14:59.098 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:15:04.147 [info] > git config --get commit.template [24ms]
2026-03-04 19:15:04.148 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [4ms]
2026-03-04 19:15:04.160 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:15:04.162 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 19:15:04.186 [info] > git status -z -uall [12ms]
2026-03-04 19:15:04.188 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:15:08.395 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:15:08.395 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [21ms]
2026-03-04 19:15:08.395 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [29ms]
2026-03-04 19:15:08.395 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [38ms]
2026-03-04 19:15:08.395 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [47ms]
2026-03-04 19:15:08.396 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:15:21.400 [info] > git config --get commit.template [27ms]
2026-03-04 19:15:21.401 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [6ms]
2026-03-04 19:15:21.422 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:15:21.426 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:15:21.465 [info] > git status -z -uall [18ms]
2026-03-04 19:15:21.467 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:15:21.562 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [11ms]
2026-03-04 19:15:21.562 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [22ms]
2026-03-04 19:15:21.562 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [32ms]
2026-03-04 19:15:21.562 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [42ms]
2026-03-04 19:15:21.562 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [52ms]
2026-03-04 19:15:21.563 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [63ms]
2026-03-04 19:15:21.563 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [74ms]
2026-03-04 19:15:21.563 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [84ms]
2026-03-04 19:15:21.564 [info] > git ls-files --stage -- package.json [5ms]
2026-03-04 19:15:21.649 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [65ms]
2026-03-04 19:15:21.649 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [54ms]
2026-03-04 19:15:21.649 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [26ms]
2026-03-04 19:15:21.649 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [18ms]
2026-03-04 19:15:21.649 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [10ms]
2026-03-04 19:15:21.650 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [35ms]
2026-03-04 19:15:21.650 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [2ms]
2026-03-04 19:15:21.650 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [77ms]
2026-03-04 19:15:21.651 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [45ms]
2026-03-04 19:15:21.675 [info] > git show --textconv :package.json [2ms]
2026-03-04 19:15:26.517 [info] > git config --get commit.template [24ms]
2026-03-04 19:15:26.520 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:15:26.542 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:15:26.545 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:15:26.585 [info] > git status -z -uall [18ms]
2026-03-04 19:15:26.586 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:15:29.707 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [9ms]
2026-03-04 19:15:29.707 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [16ms]
2026-03-04 19:15:29.708 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [25ms]
2026-03-04 19:15:29.708 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [33ms]
2026-03-04 19:15:29.708 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [43ms]
2026-03-04 19:15:29.708 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [2ms]
2026-03-04 19:15:53.866 [info] > git config --get commit.template [27ms]
2026-03-04 19:15:53.886 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [22ms]
2026-03-04 19:15:53.900 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:15:53.901 [info] > git check-ignore -v -z --stdin [16ms]
2026-03-04 19:15:53.902 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:15:53.923 [info] > git status -z -uall [10ms]
2026-03-04 19:15:53.924 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:15:54.275 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:16:05.975 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:16:05.975 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [19ms]
2026-03-04 19:16:05.975 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [27ms]
2026-03-04 19:16:05.975 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [35ms]
2026-03-04 19:16:05.975 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [42ms]
2026-03-04 19:16:05.976 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:16:07.938 [info] > git config --get commit.template [23ms]
2026-03-04 19:16:07.941 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:16:07.962 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:16:07.966 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:16:08.000 [info] > git status -z -uall [17ms]
2026-03-04 19:16:08.002 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:16:08.350 [info] > git check-ignore -v -z --stdin [5ms]
2026-03-04 19:16:32.387 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:16:32.388 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [19ms]
2026-03-04 19:16:32.388 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [26ms]
2026-03-04 19:16:32.388 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [34ms]
2026-03-04 19:16:32.388 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [53ms]
2026-03-04 19:16:32.388 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:17:17.268 [info] > git config --get commit.template [9ms]
2026-03-04 19:17:17.269 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:17:17.278 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:17.287 [info] > git rev-parse refs/remotes/origin/main [9ms]
2026-03-04 19:17:17.305 [info] > git check-ignore -v -z --stdin [18ms]
2026-03-04 19:17:17.306 [info] > git status -z -uall [10ms]
2026-03-04 19:17:17.306 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:17:17.642 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:17:22.323 [info] > git config --get commit.template [2ms]
2026-03-04 19:17:22.333 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:17:22.342 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:22.343 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:17:22.361 [info] > git status -z -uall [9ms]
2026-03-04 19:17:22.362 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:17:22.681 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:17:30.332 [info] > git config --get commit.template [9ms]
2026-03-04 19:17:30.333 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:17:30.343 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:30.343 [info] > git rev-parse refs/remotes/origin/main [0ms]
2026-03-04 19:17:30.365 [info] > git status -z -uall [13ms]
2026-03-04 19:17:30.366 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:17:37.170 [info] > git config --get commit.template [8ms]
2026-03-04 19:17:37.171 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:17:37.178 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:37.180 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:17:37.195 [info] > git status -z -uall [8ms]
2026-03-04 19:17:37.196 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:17:41.784 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:17:42.392 [info] > git fetch [297ms]
2026-03-04 19:17:42.403 [info] > git config --get commit.template [2ms]
2026-03-04 19:17:42.412 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:17:42.420 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:42.421 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:17:42.438 [info] > git status -z -uall [9ms]
2026-03-04 19:17:42.439 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:17:42.461 [info] > git config --get commit.template [12ms]
2026-03-04 19:17:42.462 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:17:42.472 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:42.472 [info] > git rev-parse refs/remotes/origin/main [0ms]
2026-03-04 19:17:42.493 [info] > git status -z -uall [13ms]
2026-03-04 19:17:42.493 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:17:43.762 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [11ms]
2026-03-04 19:17:43.762 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [18ms]
2026-03-04 19:17:43.762 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [26ms]
2026-03-04 19:17:43.762 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [34ms]
2026-03-04 19:17:43.762 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [44ms]
2026-03-04 19:17:43.763 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [57ms]
2026-03-04 19:17:43.763 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [72ms]
2026-03-04 19:17:43.763 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [91ms]
2026-03-04 19:17:43.763 [info] > git ls-files --stage -- package.json [4ms]
2026-03-04 19:17:43.834 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [55ms]
2026-03-04 19:17:43.834 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [48ms]
2026-03-04 19:17:43.834 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [25ms]
2026-03-04 19:17:43.834 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [17ms]
2026-03-04 19:17:43.834 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [10ms]
2026-03-04 19:17:43.834 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [2ms]
2026-03-04 19:17:43.835 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [65ms]
2026-03-04 19:17:43.837 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [43ms]
2026-03-04 19:17:43.837 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [36ms]
2026-03-04 19:17:43.857 [info] > git show --textconv :package.json [2ms]
2026-03-04 19:17:47.509 [info] > git config --get commit.template [2ms]
2026-03-04 19:17:47.520 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:17:47.529 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:17:47.530 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:17:47.546 [info] > git status -z -uall [8ms]
2026-03-04 19:17:47.547 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:20:09.375 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [8ms]
2026-03-04 19:20:09.375 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [17ms]
2026-03-04 19:20:09.375 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [25ms]
2026-03-04 19:20:09.375 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [32ms]
2026-03-04 19:20:09.375 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [40ms]
2026-03-04 19:20:09.376 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [1ms]
2026-03-04 19:20:42.674 [info] > git fetch [221ms]
2026-03-04 19:20:42.721 [info] > git config --get commit.template [24ms]
2026-03-04 19:20:42.724 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:20:42.745 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:20:42.747 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:20:42.770 [info] > git status -z -uall [11ms]
2026-03-04 19:20:42.771 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:20:43.844 [info] > git config --get commit.template [14ms]
2026-03-04 19:20:43.845 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:20:43.853 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:20:43.854 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:20:43.871 [info] > git status -z -uall [9ms]
2026-03-04 19:20:43.872 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:20:44.062 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [12ms]
2026-03-04 19:20:44.062 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [22ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [32ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [45ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [58ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [73ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [95ms]
2026-03-04 19:20:44.063 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [116ms]
2026-03-04 19:20:44.064 [info] > git ls-files --stage -- package.json [4ms]
2026-03-04 19:20:44.150 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [65ms]
2026-03-04 19:20:44.150 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [56ms]
2026-03-04 19:20:44.150 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [27ms]
2026-03-04 19:20:44.150 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [19ms]
2026-03-04 19:20:44.150 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [11ms]
2026-03-04 19:20:44.150 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [37ms]
2026-03-04 19:20:44.150 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [2ms]
2026-03-04 19:20:44.150 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [76ms]
2026-03-04 19:20:44.153 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [49ms]
2026-03-04 19:20:44.176 [info] > git show --textconv :package.json [2ms]
2026-03-04 19:20:48.896 [info] > git config --get commit.template [10ms]
2026-03-04 19:20:48.897 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:20:48.907 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:20:48.908 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:20:48.928 [info] > git status -z -uall [10ms]
2026-03-04 19:20:48.930 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:23:43.004 [info] > git fetch [220ms]
2026-03-04 19:23:43.019 [info] > git config --get commit.template [3ms]
2026-03-04 19:23:43.036 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2026-03-04 19:23:43.049 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:23:43.051 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:23:43.079 [info] > git status -z -uall [14ms]
2026-03-04 19:23:43.081 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:23:44.166 [info] > git config --get commit.template [10ms]
2026-03-04 19:23:44.168 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:23:44.178 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:23:44.179 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:23:44.199 [info] > git status -z -uall [10ms]
2026-03-04 19:23:44.201 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:23:44.356 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [12ms]
2026-03-04 19:23:44.356 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [22ms]
2026-03-04 19:23:44.356 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [32ms]
2026-03-04 19:23:44.356 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [41ms]
2026-03-04 19:23:44.357 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [52ms]
2026-03-04 19:23:44.357 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [62ms]
2026-03-04 19:23:44.357 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [72ms]
2026-03-04 19:23:44.357 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [81ms]
2026-03-04 19:23:44.358 [info] > git ls-files --stage -- package.json [4ms]
2026-03-04 19:23:44.369 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [2ms]
2026-03-04 19:23:44.465 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [81ms]
2026-03-04 19:23:44.465 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [73ms]
2026-03-04 19:23:44.465 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [43ms]
2026-03-04 19:23:44.465 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [34ms]
2026-03-04 19:23:44.465 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [24ms]
2026-03-04 19:23:44.465 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [14ms]
2026-03-04 19:23:44.465 [info] > git show --textconv :package.json [4ms]
2026-03-04 19:23:44.467 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [65ms]
2026-03-04 19:23:44.467 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [55ms]
2026-03-04 19:23:49.225 [info] > git config --get commit.template [9ms]
2026-03-04 19:23:49.227 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:23:49.235 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:23:49.237 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:23:49.257 [info] > git status -z -uall [9ms]
2026-03-04 19:23:49.258 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:26:43.397 [info] > git fetch [291ms]
2026-03-04 19:26:43.414 [info] > git config --get commit.template [8ms]
2026-03-04 19:26:43.415 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:26:43.422 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:26:43.424 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:26:43.440 [info] > git status -z -uall [9ms]
2026-03-04 19:26:43.441 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:26:44.545 [info] > git config --get commit.template [10ms]
2026-03-04 19:26:44.546 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:26:44.554 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:26:44.555 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:26:44.571 [info] > git status -z -uall [8ms]
2026-03-04 19:26:44.572 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:26:44.768 [info] > git ls-files --stage -- package.json [3ms]
2026-03-04 19:26:44.776 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [19ms]
2026-03-04 19:26:44.776 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [27ms]
2026-03-04 19:26:44.776 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [35ms]
2026-03-04 19:26:44.776 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [45ms]
2026-03-04 19:26:44.776 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [57ms]
2026-03-04 19:26:44.777 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [76ms]
2026-03-04 19:26:44.777 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [97ms]
2026-03-04 19:26:44.777 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [119ms]
2026-03-04 19:26:44.777 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [2ms]
2026-03-04 19:26:44.852 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [65ms]
2026-03-04 19:26:44.852 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [57ms]
2026-03-04 19:26:44.852 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [34ms]
2026-03-04 19:26:44.852 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [26ms]
2026-03-04 19:26:44.852 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [18ms]
2026-03-04 19:26:44.852 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [10ms]
2026-03-04 19:26:44.853 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [50ms]
2026-03-04 19:26:44.853 [info] > git show --textconv :package.json [2ms]
2026-03-04 19:26:44.853 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [43ms]
2026-03-04 19:26:49.596 [info] > git config --get commit.template [10ms]
2026-03-04 19:26:49.596 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:26:49.604 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:26:49.606 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:26:49.622 [info] > git status -z -uall [9ms]
2026-03-04 19:26:49.623 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:28:34.915 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [9ms]
2026-03-04 19:28:34.916 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:28:34.916 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [27ms]
2026-03-04 19:28:34.916 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [36ms]
2026-03-04 19:28:34.916 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [45ms]
2026-03-04 19:28:34.917 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:28:50.664 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [10ms]
2026-03-04 19:28:50.664 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:28:50.664 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [27ms]
2026-03-04 19:28:50.664 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [35ms]
2026-03-04 19:28:50.665 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [44ms]
2026-03-04 19:28:50.666 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:29:40.218 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [9ms]
2026-03-04 19:29:40.218 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [17ms]
2026-03-04 19:29:40.219 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [26ms]
2026-03-04 19:29:40.219 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [33ms]
2026-03-04 19:29:40.219 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [41ms]
2026-03-04 19:29:40.219 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [3ms]
2026-03-04 19:29:43.641 [info] > git fetch [186ms]
2026-03-04 19:29:43.661 [info] > git config --get commit.template [10ms]
2026-03-04 19:29:43.662 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:29:43.672 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:29:43.673 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:29:43.695 [info] > git status -z -uall [12ms]
2026-03-04 19:29:43.695 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:29:44.817 [info] > git config --get commit.template [23ms]
2026-03-04 19:29:44.820 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [4ms]
2026-03-04 19:29:44.839 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:29:44.840 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:29:44.857 [info] > git status -z -uall [9ms]
2026-03-04 19:29:44.857 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:29:45.021 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package.json [9ms]
2026-03-04 19:29:45.021 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [17ms]
2026-03-04 19:29:45.021 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [28ms]
2026-03-04 19:29:45.022 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [45ms]
2026-03-04 19:29:45.022 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [66ms]
2026-03-04 19:29:45.022 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [88ms]
2026-03-04 19:29:45.022 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [109ms]
2026-03-04 19:29:45.022 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [3ms]
2026-03-04 19:29:45.088 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package.json [57ms]
2026-03-04 19:29:45.088 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:nuxt.config.ts [34ms]
2026-03-04 19:29:45.088 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:nuxt.config.ts [26ms]
2026-03-04 19:29:45.088 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:README.md [18ms]
2026-03-04 19:29:45.088 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:README.md [10ms]
2026-03-04 19:29:45.089 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package-lock.json [50ms]
2026-03-04 19:29:45.089 [info] > git show --textconv a24e901b7f4922ebb8702c4edbc5561f76f71cc5:package.json [2ms]
2026-03-04 19:29:45.090 [info] > git show --textconv 8f0477f2857b10b54d318ae91ab3897ade974d35:package-lock.json [43ms]
2026-03-04 19:29:49.905 [info] > git config --get commit.template [24ms]
2026-03-04 19:29:49.909 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:29:49.930 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:29:49.934 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:29:49.973 [info] > git status -z -uall [18ms]
2026-03-04 19:29:49.974 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:30:28.477 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [9ms]
2026-03-04 19:30:28.477 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:30:28.478 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [28ms]
2026-03-04 19:30:28.478 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [36ms]
2026-03-04 19:30:28.478 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [45ms]
2026-03-04 19:30:28.478 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [2ms]
2026-03-04 19:31:35.970 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- package-lock.json [8ms]
2026-03-04 19:31:35.971 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [18ms]
2026-03-04 19:31:35.971 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- nuxt.config.ts [26ms]
2026-03-04 19:31:35.971 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- README.md [33ms]
2026-03-04 19:31:35.971 [info] > git ls-tree -l 8f0477f2857b10b54d318ae91ab3897ade974d35 -- README.md [41ms]
2026-03-04 19:31:35.971 [info] > git ls-tree -l a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package-lock.json [2ms]

View File

@@ -0,0 +1 @@
2026-03-04 18:56:58.482 [info] Log level: Info

View File

@@ -0,0 +1,19 @@
2026-03-04 18:57:11.797 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 18:57:11.843 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 18:57:11.848 [info] read schema from vscode: vscode://schemas/toolsParameters
2026-03-04 18:57:12.449 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 18:57:12.504 [info] read schema from vscode: vscode://schemas/token-styling
2026-03-04 18:57:12.507 [info] read schema from vscode: vscode://schemas/textmate-colors
2026-03-04 18:57:12.509 [info] read schema from vscode: vscode://schemas/workbench-colors
2026-03-04 19:01:24.226 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 19:01:24.254 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:01:24.325 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 19:21:59.172 [info] schema change detected vscode://schemas/settings/resourceLanguage
2026-03-04 19:21:59.177 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:21:59.226 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 19:21:59.231 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 19:21:59.390 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 19:21:59.521 [info] cancelled
2026-03-04 19:21:59.980 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 19:21:59.983 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:22:00.028 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults

View File

@@ -0,0 +1,7 @@
2026-03-04 18:57:09.316 [info] Starting TS Server
2026-03-04 18:57:09.316 [info] Using tsserver from: /home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/extensions/node_modules/typescript/lib/tsserver.js
2026-03-04 18:57:09.316 [info] <syntax> Forking...
2026-03-04 18:57:09.316 [info] <syntax> Starting...
2026-03-04 18:57:09.316 [info] <semantic> Forking...
2026-03-04 18:57:09.316 [info] <semantic> Starting...
2026-03-04 19:31:56.678 [error] TSServer exited. Code: null. Signal: SIGTERM

View File

@@ -0,0 +1,40 @@
2026-03-04 19:32:31.659 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 19:32:31.659 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 19:32:31.659 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 19:32:31.659 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 19:32:31.787 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 19:32:31.788 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 19:32:31.788 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 19:32:31.917 [info] Found 1 entries to copy: pty.node
2026-03-04 19:32:31.917 [info] Found 1 entries to copy: rg
2026-03-04 19:32:31.960 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/66dc2a29-fef6-4673-aaca-96a30bb039b7.lock
2026-03-04 19:32:31.960 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-afeyhw/mcp.sock#%2Fmcp
2026-03-04 19:32:32.061 [info] Logged in as c-stanton
2026-03-04 19:32:32.066 [info] Can't use the Electron fetcher in this environment.
2026-03-04 19:32:32.066 [info] Using the Node fetch fetcher.
2026-03-04 19:32:33.245 [info] Got Copilot token for c-stanton
2026-03-04 19:32:33.245 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 19:32:33.253 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 19:32:33.254 [info] activationBlocker from 'languageModelAccess' took for 1513ms
2026-03-04 19:32:33.424 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 19:32:33.424 [info] copilot token sku: free_limited_copilot
2026-03-04 19:32:33.424 [info] ConversationFeature: Activating contributions
2026-03-04 19:32:33.424 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 19:32:33.442 [info] Registering default platform agent...
2026-03-04 19:32:33.443 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 19:32:33.443 [info] [code-referencing] Public code references are enabled.
2026-03-04 19:32:33.444 [info] activationBlocker from 'conversationFeature' took for 1708ms
2026-03-04 19:32:33.456 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 19:32:33.562 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 19:32:33.927 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 19:32:33.993 [info] Fetched model metadata in 2236ms 75b5a7db-32aa-42e6-b010-d4cd04832446
2026-03-04 19:32:34.025 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 19:32:34.027 [info] ccreq:ceb7369e.copilotmd | markdown
2026-03-04 19:32:34.286 [error] Error: Failed to fetch custom instructions for org c-stanton:
at zL.getOrgCustomInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1523:9055)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async hG.pollInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1228:1174)
at async /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1223:22307
2026-03-04 19:32:34.287 [error] [GitHubAPI] GET https://api.github.com/orgs/c-stanton/repos?per_page=1&sort=updated - Status: 404
2026-03-04 19:32:39.266 [info] Refetch model metadata: Succeeded in 161ms 43212bd4-de19-46bb-9cd2-3999e37f5733 (91D6:C3072:A36CE9:B385AA:69A888D1) using node-fetch with status 200.
2026-03-04 19:32:39.642 [info] Refetch model metadata: Succeeded in 376ms c213592c-f349-4f9d-931c-970d994f2588 (BC50:2507C7:9C3411:AC63B8:69A888D7) using node-http with status 200.

View File

@@ -0,0 +1,107 @@
2026-03-04 19:32:29.749 [info] Extension host with pid 3977191 started
2026-03-04 19:32:29.763 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/349618849dbedc6136262dbf0be71218/vscode.lock': Lock acquired.
2026-03-04 19:32:29.862 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 19:32:29.864 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2026-03-04 19:32:29.864 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onChatSession:claude-code'
2026-03-04 19:32:30.609 [error] PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6685)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:48569
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:50962
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:52033
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:54223
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:411:2608
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:2671
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:9347
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:21446
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:25514
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:27015
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at Object.<anonymous> (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2484)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function.<anonymous> (node:internal/modules/cjs/loader:1263:12)
at e._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6055)
at t._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:223:22773)
at s._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:215:24706)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1463:12)
at require (node:internal/modules/helpers:147:16)
at pee.Cb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:254:1256)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2026-03-04 19:32:31.170 [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
2026-03-04 19:32:31.240 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2026-03-04 19:32:31.240 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2026-03-04 19:32:31.593 [info] Eager extensions activated
2026-03-04 19:32:31.594 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 19:32:31.594 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 19:32:36.709 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 19:32:36.710 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 19:32:36.711 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 19:33:08.328 [info] Extension host terminating: received terminate message from renderer
2026-03-04 19:33:08.330 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/349618849dbedc6136262dbf0be71218/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-03-04 19:33:08.392 [error] An error occurred when disposing the subscriptions for extension 'GitHub.copilot-chat':
2026-03-04 19:33:08.392 [error] Error: Channel has been closed
at n (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3001)
at Object.info (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3346)
at a3e.logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2304)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2208
at Array.forEach (<anonymous>)
at gKe._logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2195)
at gKe.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2285)
at n.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2804)
at VYe._fn (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1695:30891)
at VYe.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1210)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at R4e.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at hY.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at NJ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at fQ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at Yi (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:746)
at qR.b (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:15201)
at qR.dispose (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:1227)
at pee.eb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:12075)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10030
at Array.map (<anonymous>)
at pee.$ (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10018)
at pee.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10261)
at nL.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at zr (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:11144)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:9282)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at Jo.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:9471)
at b0.A (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:12585)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:11006)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at bC.acceptChunk (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7954)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7240
at Socket.t (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:15264)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
2026-03-04 19:33:08.395 [info] Extension host with pid 3977191 exiting with code 0

View File

@@ -0,0 +1,55 @@
2026-03-04 19:32:31.668 [info] [main] Log level: Info
2026-03-04 19:32:31.668 [info] [main] Validating found git in: "git"
2026-03-04 19:32:31.668 [info] [main] Using git "2.43.0" from "git"
2026-03-04 19:32:31.668 [info] [Model][doInitialScan] Initial repository scan started
2026-03-04 19:32:31.668 [info] > git rev-parse --show-toplevel [6ms]
2026-03-04 19:32:31.668 [info] > git rev-parse --git-dir --git-common-dir --show-superproject-working-tree [33ms]
2026-03-04 19:32:31.694 [info] [Model][openRepository] Opened repository (path): /home/chloe/Seasoned
2026-03-04 19:32:31.694 [info] [Model][openRepository] Opened repository (real path): /home/chloe/Seasoned
2026-03-04 19:32:31.694 [info] [Model][openRepository] Opened repository (kind): repository
2026-03-04 19:32:31.847 [info] > git rev-parse --show-toplevel [137ms]
2026-03-04 19:32:31.847 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:32:31.847 [info] > git config --get commit.template [144ms]
2026-03-04 19:32:31.924 [info] > git rev-parse --show-toplevel [20ms]
2026-03-04 19:32:31.924 [info] > git fetch [231ms]
2026-03-04 19:32:31.940 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [24ms]
2026-03-04 19:32:31.944 [info] > git config --get commit.template [4ms]
2026-03-04 19:32:31.944 [info] > git rev-parse --show-toplevel [12ms]
2026-03-04 19:32:31.951 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:32:31.981 [info] > git rev-parse refs/remotes/origin/main [29ms]
2026-03-04 19:32:32.001 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [11ms]
2026-03-04 19:32:32.009 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [42ms]
2026-03-04 19:32:32.009 [info] > git rev-parse --show-toplevel [50ms]
2026-03-04 19:32:32.016 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:32:32.029 [info] > git config --get commit.template [29ms]
2026-03-04 19:32:32.030 [info] > git rev-parse --show-toplevel [7ms]
2026-03-04 19:32:32.032 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-03-04 19:32:32.035 [info] > git rev-parse refs/remotes/origin/main [19ms]
2026-03-04 19:32:32.036 [info] > git config --get --local branch.main.vscode-merge-base [27ms]
2026-03-04 19:32:32.250 [info] > git rev-parse --show-toplevel [192ms]
2026-03-04 19:32:32.250 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:32:32.250 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [199ms]
2026-03-04 19:32:32.250 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/origin/main refs/remotes/origin/main [207ms]
2026-03-04 19:32:32.285 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:32:32.294 [info] > git merge-base refs/heads/main refs/remotes/origin/main [35ms]
2026-03-04 19:32:32.305 [info] > git rev-parse refs/remotes/origin/main [21ms]
2026-03-04 19:32:32.323 [info] > git rev-parse --show-toplevel [48ms]
2026-03-04 19:32:32.323 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:32:32.324 [info] > git merge-base refs/heads/main refs/remotes/origin/main [57ms]
2026-03-04 19:32:32.335 [info] > git status -z -uall [20ms]
2026-03-04 19:32:32.335 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [12ms]
2026-03-04 19:32:32.354 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [52ms]
2026-03-04 19:32:32.428 [info] > git check-ignore -v -z --stdin [65ms]
2026-03-04 19:32:32.429 [info] > git merge-base refs/heads/main refs/remotes/origin/main [79ms]
2026-03-04 19:32:32.435 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [103ms]
2026-03-04 19:32:32.451 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [16ms]
2026-03-04 19:32:33.659 [info] > git config --get commit.template [25ms]
2026-03-04 19:32:33.759 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [81ms]
2026-03-04 19:32:33.827 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:32:33.838 [info] > git check-ignore -v -z --stdin [89ms]
2026-03-04 19:32:33.846 [info] > git rev-parse refs/remotes/origin/main [19ms]
2026-03-04 19:32:33.868 [info] > git status -z -uall [15ms]
2026-03-04 19:32:33.869 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [8ms]

View File

@@ -0,0 +1 @@
2026-03-04 19:32:31.671 [info] Log level: Info

View File

@@ -0,0 +1,203 @@
2026-03-04 19:33:37.023 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 19:33:37.023 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 19:33:37.023 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 19:33:37.023 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 19:33:37.023 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 19:33:37.023 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 19:33:37.023 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 19:33:37.109 [info] Found 1 entries to copy: pty.node
2026-03-04 19:33:37.109 [info] Found 1 entries to copy: rg
2026-03-04 19:33:37.113 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/61239ed4-a2a2-4bc7-ad02-b7a23cbe3bd3.lock
2026-03-04 19:33:37.113 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-KsJ9c4/mcp.sock#%2Fmcp
2026-03-04 19:33:37.403 [info] Logged in as c-stanton
2026-03-04 19:33:37.407 [info] Can't use the Electron fetcher in this environment.
2026-03-04 19:33:37.407 [info] Using the Node fetch fetcher.
2026-03-04 19:33:38.477 [info] Got Copilot token for c-stanton
2026-03-04 19:33:38.477 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 19:33:38.484 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 19:33:38.485 [info] activationBlocker from 'languageModelAccess' took for 1562ms
2026-03-04 19:33:38.708 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 19:33:38.708 [info] copilot token sku: free_limited_copilot
2026-03-04 19:33:38.708 [info] ConversationFeature: Activating contributions
2026-03-04 19:33:38.708 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 19:33:38.726 [info] Registering default platform agent...
2026-03-04 19:33:38.726 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 19:33:38.727 [info] [code-referencing] Public code references are enabled.
2026-03-04 19:33:38.727 [info] activationBlocker from 'conversationFeature' took for 1810ms
2026-03-04 19:33:38.738 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 19:33:38.843 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 19:33:39.006 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 19:33:39.114 [info] Fetched model metadata in 2175ms 91e60a64-0205-4666-b1ac-a4c335e2fa46
2026-03-04 19:33:39.118 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 19:33:39.119 [info] ccreq:f2035c9b.copilotmd | markdown
2026-03-04 19:33:39.557 [error] Error: Failed to fetch custom instructions for org c-stanton:
at zL.getOrgCustomInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1523:9055)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async hG.pollInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1228:1174)
at async /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1223:22307
2026-03-04 19:33:39.566 [error] [GitHubAPI] GET https://api.github.com/orgs/c-stanton/repos?per_page=1&sort=updated - Status: 404
2026-03-04 19:41:10.833 [info] [fetchCompletions] Request f0269c49-4040-4a4c-b4a9-3258fff459e0 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 353.32717200001935ms
2026-03-04 19:41:10.841 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:41:10.892 [info] ccreq:d71ebbdc.copilotmd | markdown
2026-03-04 19:41:12.788 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:41:12.788 [info] request done: requestId: [10c07244-77ee-43d6-9557-505392f53912] model deployment ID: []
2026-03-04 19:41:13.339 [info] ccreq:bde7216f.copilotmd | success | nes-callisto-003 | 808ms | [XtabProvider]
2026-03-04 19:41:13.346 [info] ccreq:938250ac.copilotmd | markdown
2026-03-04 19:41:30.073 [warning] [relatedFiles] unknown language json
2026-03-04 19:41:30.242 [info] [fetchCompletions] Request 5f686888-73c9-41d3-91a4-4fbefd408dbd at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 162.30594500002917ms
2026-03-04 19:41:30.312 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:41:30.326 [info] ccreq:2c7c2c34.copilotmd | markdown
2026-03-04 19:41:31.135 [info] [fetchCompletions] Request 34de9609-5ce1-4861-b387-4bef3d468176 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 179.5860419999808ms
2026-03-04 19:41:31.274 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:41:31.291 [info] ccreq:7b82874c.copilotmd | markdown
2026-03-04 19:41:31.540 [info] [fetchCompletions] Request bac86547-512b-4cc3-9f46-aa999138aa74 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 340.90174699999625ms
2026-03-04 19:41:31.851 [info] [fetchCompletions] Request b9ac57f6-dc51-4392-b8a6-90ca86e46508 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 200.0674369999906ms
2026-03-04 19:41:32.025 [info] ccreq:e1349154.copilotmd | markdown
2026-03-04 19:41:32.426 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:41:32.578 [info] ccreq:396694a5.copilotmd | markdown
2026-03-04 19:41:32.644 [info] ccreq:d9746341.copilotmd | markdown
2026-03-04 19:41:32.873 [info] ccreq:f341c1cc.copilotmd | markdown
2026-03-04 19:41:33.421 [info] ccreq:5c63d48d.copilotmd | markdown
2026-03-04 19:41:35.508 [info] ccreq:ece78dfe.copilotmd | markdown
2026-03-04 19:41:35.661 [info] ccreq:14699362.copilotmd | markdown
2026-03-04 19:41:36.687 [info] ccreq:6891709e.copilotmd | markdown
2026-03-04 19:41:36.956 [info] ccreq:bd2115e4.copilotmd | markdown
2026-03-04 19:41:37.248 [info] ccreq:89ede32c.copilotmd | markdown
2026-03-04 19:41:37.528 [info] ccreq:ac7eda59.copilotmd | markdown
2026-03-04 19:41:40.828 [info] [fetchCompletions] Request 8c72ada0-abd6-441e-83ee-265e3d252604 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 225.8030799999833ms
2026-03-04 19:41:40.905 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:41:40.915 [info] ccreq:04935052.copilotmd | markdown
2026-03-04 19:41:42.957 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:41:42.958 [info] request done: requestId: [dbd58f21-98e8-4210-8098-e925ab49c97d] model deployment ID: []
2026-03-04 19:41:43.360 [info] ccreq:f85ad774.copilotmd | success | nes-callisto-003 | 663ms | [XtabProvider]
2026-03-04 19:41:43.363 [info] ccreq:93ae4432.copilotmd | markdown
2026-03-04 19:45:57.267 [info] [CopilotCLI] Workspace folders changed, lock file updated.
2026-03-04 19:46:41.233 [info] [fetchCompletions] Request 9e8d1e70-ac5a-4058-af33-339775970ecb at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 370.7330920000095ms
2026-03-04 19:46:41.240 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:46:41.295 [info] ccreq:91962f9a.copilotmd | markdown
2026-03-04 19:46:43.146 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:46:43.147 [info] request done: requestId: [62f5c303-640d-4444-a7e7-1c2f85b0bd1c] model deployment ID: []
2026-03-04 19:46:43.567 [info] ccreq:73f9511b.copilotmd | success | nes-callisto-003 | 622ms | [XtabProvider]
2026-03-04 19:46:43.570 [info] ccreq:d8c0367c.copilotmd | markdown
2026-03-04 19:47:48.638 [info] [fetchCompletions] Request a541ab32-59d3-483f-beef-249b6b605a37 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 158.2175869999919ms
2026-03-04 19:47:48.644 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:47:48.697 [info] ccreq:0a548615.copilotmd | markdown
2026-03-04 19:47:50.817 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:47:50.818 [info] request done: requestId: [a7cf4395-300b-46e7-ad35-3fc59f011f3a] model deployment ID: []
2026-03-04 19:47:51.172 [info] ccreq:271e627e.copilotmd | success | nes-callisto-003 | 598ms | [XtabProvider]
2026-03-04 19:47:51.177 [info] ccreq:da326176.copilotmd | markdown
2026-03-04 19:48:12.140 [info] [fetchCompletions] Request 61ec6996-98ae-4879-be45-601d73cab126 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 200.69377399992663ms
2026-03-04 19:48:12.150 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:48:12.205 [info] ccreq:a9c85ca0.copilotmd | markdown
2026-03-04 19:48:14.284 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:48:14.285 [info] request done: requestId: [8a2e9d77-efde-4ad4-9392-784091d14a7e] model deployment ID: []
2026-03-04 19:48:14.693 [info] ccreq:356f3e3a.copilotmd | success | nes-callisto-003 | 660ms | [XtabProvider]
2026-03-04 19:48:14.695 [info] ccreq:76fd12a8.copilotmd | markdown
2026-03-04 19:48:40.563 [info] [fetchCompletions] Request 87dc71db-8a11-4d62-9923-84a62771c8f3 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 186.09393899992574ms
2026-03-04 19:48:40.573 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:48:40.619 [info] ccreq:bb4d706c.copilotmd | markdown
2026-03-04 19:48:42.767 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:48:42.768 [info] request done: requestId: [3302e6ba-9f3b-4a85-b8e5-981d3158fd16] model deployment ID: []
2026-03-04 19:48:43.169 [info] ccreq:180c8b12.copilotmd | success | nes-callisto-003 | 698ms | [XtabProvider]
2026-03-04 19:48:43.172 [info] ccreq:48a24a24.copilotmd | markdown
2026-03-04 19:49:34.481 [info] [fetchCompletions] Request 0d4302fd-4cb3-4dbf-9168-dac0686dfc5c at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 202.50597800000105ms
2026-03-04 19:49:34.486 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:49:34.490 [info] ccreq:48b18ec5.copilotmd | markdown
2026-03-04 19:49:36.614 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:49:36.615 [info] request done: requestId: [c48017b6-daba-44ed-a7d9-76168d2f3dda] model deployment ID: []
2026-03-04 19:49:37.025 [info] ccreq:18ac0f95.copilotmd | success | nes-callisto-003 | 663ms | [XtabProvider]
2026-03-04 19:49:37.028 [info] ccreq:65641892.copilotmd | markdown
2026-03-04 19:49:49.148 [info] [fetchCompletions] Request 656b3db0-0710-4720-a348-a1b08f2557dc at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 255.56768300000113ms
2026-03-04 19:49:49.220 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:49:49.230 [info] ccreq:85ab0f3d.copilotmd | markdown
2026-03-04 19:49:52.704 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:49:52.704 [info] request done: requestId: [51dd4525-1672-412a-b5f9-4ac37765ae46] model deployment ID: []
2026-03-04 19:49:53.061 [info] ccreq:2461f3cd.copilotmd | success | nes-callisto-003 | 603ms | [XtabProvider]
2026-03-04 19:49:53.070 [info] ccreq:e14bab02.copilotmd | markdown
2026-03-04 19:49:53.083 [info] [fetchCompletions] Request 9c01211b-73fc-4ccb-861f-25a37e47a990 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 252.50667999999132ms
2026-03-04 19:49:53.176 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:49:53.184 [info] ccreq:55632a55.copilotmd | markdown
2026-03-04 19:49:55.585 [info] [fetchCompletions] Request 63cfeb21-3ba3-4600-8296-0f1b3201da66 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 183.896228000056ms
2026-03-04 19:49:55.592 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:49:55.640 [info] ccreq:dc3212a8.copilotmd | markdown
2026-03-04 19:49:56.056 [info] [fetchCompletions] Request ce1bde8a-98e5-44aa-8cd7-f0d7e4c6aa3b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 279.98403799999505ms
2026-03-04 19:49:56.063 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:49:56.125 [info] ccreq:c194d5c3.copilotmd | markdown
2026-03-04 19:49:58.085 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:49:58.086 [info] request done: requestId: [a18b1e20-74d2-479e-aa9e-59bb576ded6f] model deployment ID: []
2026-03-04 19:49:58.093 [info] ccreq:46151741.copilotmd | success | nes-callisto-003 | 231ms | [XtabProvider]
2026-03-04 19:49:58.099 [info] ccreq:6f0bb329.copilotmd | markdown
2026-03-04 19:50:43.948 [info] [fetchCompletions] Request 875514e8-20b7-4702-a317-17dd1da27707 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 208.95930099999532ms
2026-03-04 19:50:43.953 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:50:44.013 [info] ccreq:891ce6a6.copilotmd | markdown
2026-03-04 19:50:46.125 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:50:46.126 [info] request done: requestId: [2faea80d-a51c-4e2a-aadc-e9b8a62f6747] model deployment ID: []
2026-03-04 19:50:46.546 [info] ccreq:bb6f5c34.copilotmd | success | nes-callisto-003 | 724ms | [XtabProvider]
2026-03-04 19:50:46.549 [info] ccreq:3942903d.copilotmd | markdown
2026-03-04 19:50:53.362 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:50:53.363 [info] request done: requestId: [34132e07-3ea3-4d03-9771-d7f6ff26d28d] model deployment ID: []
2026-03-04 19:50:53.370 [info] ccreq:bef127b0.copilotmd | success | nes-callisto-003 | 220ms | [XtabProvider]
2026-03-04 19:50:53.375 [info] ccreq:668891ab.copilotmd | markdown
2026-03-04 19:53:09.539 [info] [fetchCompletions] Request 8aa54612-89c3-4992-8bf5-a1a6337bb58e at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 368.4959829999134ms
2026-03-04 19:53:09.542 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:53:09.604 [info] ccreq:6a1722cb.copilotmd | markdown
2026-03-04 19:53:13.100 [info] [fetchCompletions] Request b7e204a9-c87c-45f5-86de-b94c949c91c5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 212.1263260000851ms
2026-03-04 19:53:13.105 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:53:13.165 [info] ccreq:e51d79e0.copilotmd | markdown
2026-03-04 19:53:13.417 [info] [fetchCompletions] Request fb86bd36-ef53-4704-ba3c-df2b557b924c at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 175.22129600006156ms
2026-03-04 19:53:13.425 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:53:13.484 [info] ccreq:01c0d219.copilotmd | markdown
2026-03-04 19:53:15.040 [info] [fetchCompletions] Request 17c8bcef-2e93-4a63-8892-ccbeec6b8655 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 179.40427799988538ms
2026-03-04 19:53:15.052 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:53:15.104 [info] ccreq:918ccfa8.copilotmd | markdown
2026-03-04 19:53:17.272 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:53:17.273 [info] request done: requestId: [0617271f-0d94-4f46-b537-8ccf20091c5b] model deployment ID: []
2026-03-04 19:53:17.628 [info] ccreq:c3dc58cf.copilotmd | success | nes-callisto-003 | 683ms | [XtabProvider]
2026-03-04 19:53:17.637 [info] ccreq:f851361f.copilotmd | markdown
2026-03-04 19:54:15.045 [info] [fetchCompletions] Request 8218f42f-4c9d-42a4-8624-55856494456c at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 235.6333660001401ms
2026-03-04 19:54:15.127 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:54:15.137 [info] ccreq:4da42cb7.copilotmd | markdown
2026-03-04 19:54:17.010 [info] [fetchCompletions] Request 2a32ecfa-e095-47f3-9eed-6b91bdfa671e at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 182.43849699990824ms
2026-03-04 19:54:17.020 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:54:17.067 [info] ccreq:96553310.copilotmd | markdown
2026-03-04 19:54:20.884 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:54:20.884 [info] request done: requestId: [72e2cc79-6bd3-4900-becc-f1dad11fbded] model deployment ID: []
2026-03-04 19:54:21.241 [info] ccreq:3ed5b65b.copilotmd | success | nes-callisto-003 | 652ms | [XtabProvider]
2026-03-04 19:54:21.243 [info] ccreq:8701f3dd.copilotmd | markdown
2026-03-04 19:54:29.494 [info] [fetchCompletions] Request dd2a31c0-74f2-44ba-a1db-9202dece62f3 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 224.50501900003292ms
2026-03-04 19:54:29.504 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:54:29.549 [info] ccreq:6bf57694.copilotmd | markdown
2026-03-04 19:54:31.558 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:54:31.558 [info] request done: requestId: [9cd0a92d-3c4c-4d3a-970f-ecebaf8100da] model deployment ID: []
2026-03-04 19:54:31.560 [info] ccreq:5c14b66c.copilotmd | success | nes-callisto-003 | 208ms | [XtabProvider]
2026-03-04 19:54:31.563 [info] ccreq:e7b127ee.copilotmd | markdown
2026-03-04 19:56:00.201 [info] [fetchCompletions] Request dcc61e39-6358-4340-a26f-dd63e8db61dc at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 207.72594500007108ms
2026-03-04 19:56:00.214 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:56:00.301 [info] ccreq:c0bce067.copilotmd | markdown
2026-03-04 19:56:02.097 [info] Logged in as c-stanton
2026-03-04 19:56:02.635 [info] Got Copilot token for c-stanton
2026-03-04 19:56:02.635 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 19:56:02.752 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 19:56:02.752 [info] copilot token sku: free_limited_copilot
2026-03-04 19:56:02.752 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 19:56:02.752 [info] [code-referencing] Public code references are enabled.
2026-03-04 19:56:03.200 [info] Fetched model metadata in 448ms ad6f69d4-a1b7-450d-81f8-c34e0a9cbc3d
2026-03-04 19:56:03.223 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:56:03.224 [info] request done: requestId: [300afbf4-51c9-422c-938a-46a1eb3f5f62] model deployment ID: []
2026-03-04 19:56:03.263 [info] ccreq:80fec22c.copilotmd | markdown
2026-03-04 19:56:03.661 [info] ccreq:42058c11.copilotmd | success | nes-callisto-003 | 1580ms | [XtabProvider]
2026-03-04 19:56:03.662 [info] ccreq:ec2fee00.copilotmd | markdown
2026-03-04 19:57:01.645 [info] [fetchCompletions] Request efc6041b-c7cd-4cdf-9953-cb79b3486c0f at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 151.31309899990447ms
2026-03-04 19:57:01.654 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 19:57:01.718 [info] ccreq:7cecabdc.copilotmd | markdown
2026-03-04 19:57:03.814 [info] message 0 returned. finish reason: [stop]
2026-03-04 19:57:03.815 [info] request done: requestId: [942e1a9d-d162-48e2-9528-12f93455b4a9] model deployment ID: []
2026-03-04 19:57:04.213 [info] ccreq:ddc1b995.copilotmd | success | nes-callisto-003 | 624ms | [XtabProvider]
2026-03-04 19:57:04.215 [info] ccreq:a0d418f1.copilotmd | markdown
2026-03-04 20:00:29.478 [info] [fetchCompletions] Request 78ffe505-a0c6-46f4-be6e-c115aaa76200 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 370.26784699992277ms
2026-03-04 20:00:29.482 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:00:29.537 [info] ccreq:9c62d6c9.copilotmd | markdown
2026-03-04 20:00:31.400 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:00:31.401 [info] request done: requestId: [f68af390-7e1f-4c13-8e55-276babd70461] model deployment ID: []
2026-03-04 20:00:31.815 [info] ccreq:c88aeeb7.copilotmd | success | nes-callisto-003 | 621ms | [XtabProvider]
2026-03-04 20:00:31.817 [info] ccreq:37eba5ca.copilotmd | markdown

View File

@@ -0,0 +1,110 @@
2026-03-04 19:33:35.013 [info] Extension host with pid 3977532 started
2026-03-04 19:33:35.027 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/fadad8f4feaf89d74c25a87f0190bbaa/vscode.lock': Lock acquired.
2026-03-04 19:33:35.182 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 19:33:35.184 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onChatParticipant:github.copilot.editsAgent'
2026-03-04 19:33:35.184 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2026-03-04 19:33:35.876 [error] PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6685)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:48569
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:50962
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:52033
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:54223
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:411:2608
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:2671
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:9347
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:21446
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:25514
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:27015
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at Object.<anonymous> (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2484)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function.<anonymous> (node:internal/modules/cjs/loader:1263:12)
at e._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6055)
at t._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:223:22773)
at s._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:215:24706)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1463:12)
at require (node:internal/modules/helpers:147:16)
at pee.Cb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:254:1256)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2026-03-04 19:33:36.449 [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
2026-03-04 19:33:36.670 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2026-03-04 19:33:36.670 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2026-03-04 19:33:36.861 [info] Eager extensions activated
2026-03-04 19:33:36.861 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 19:33:36.861 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 19:33:40.571 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 19:33:40.571 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 19:33:40.572 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
2026-03-04 19:33:45.897 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 19:58:26.236 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-03-04 20:01:11.446 [info] Extension host terminating: received terminate message from renderer
2026-03-04 20:01:11.447 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/fadad8f4feaf89d74c25a87f0190bbaa/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-03-04 20:01:11.528 [error] An error occurred when disposing the subscriptions for extension 'GitHub.copilot-chat':
2026-03-04 20:01:11.529 [error] Error: Channel has been closed
at n (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3001)
at Object.info (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3346)
at a3e.logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2304)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2208
at Array.forEach (<anonymous>)
at gKe._logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2195)
at gKe.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2285)
at n.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2804)
at VYe._fn (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1695:30891)
at VYe.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1210)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at R4e.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at hY.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at NJ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at fQ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at Yi (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:746)
at qR.b (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:15201)
at qR.dispose (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:1227)
at pee.eb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:12075)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10030
at Array.map (<anonymous>)
at pee.$ (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10018)
at pee.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10261)
at nL.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at zr (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:11144)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:9282)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at Jo.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:9471)
at b0.A (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:12585)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:11006)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at bC.acceptChunk (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7954)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7240
at Socket.t (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:15264)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
at Pipe.callbackTrampoline (node:internal/async_hooks:130:17)
2026-03-04 20:01:11.532 [info] Extension host with pid 3977532 exiting with code 0

View File

@@ -0,0 +1,397 @@
2026-03-04 19:33:37.111 [info] [main] Log level: Info
2026-03-04 19:33:37.111 [info] [main] Validating found git in: "git"
2026-03-04 19:33:37.111 [info] [main] Using git "2.43.0" from "git"
2026-03-04 19:33:37.111 [info] [Model][doInitialScan] Initial repository scan started
2026-03-04 19:33:37.111 [info] > git rev-parse --show-toplevel [47ms]
2026-03-04 19:33:37.111 [info] > git rev-parse --git-dir --git-common-dir --show-superproject-working-tree [132ms]
2026-03-04 19:33:37.145 [info] [Model][openRepository] Opened repository (path): /home/chloe/Seasoned
2026-03-04 19:33:37.145 [info] [Model][openRepository] Opened repository (real path): /home/chloe/Seasoned
2026-03-04 19:33:37.145 [info] [Model][openRepository] Opened repository (kind): repository
2026-03-04 19:33:37.399 [info] > git rev-parse --show-toplevel [233ms]
2026-03-04 19:33:37.399 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:33:37.399 [info] > git config --get commit.template [241ms]
2026-03-04 19:33:37.399 [info] > git fetch [255ms]
2026-03-04 19:33:38.062 [info] > git check-ignore -v -z --stdin [22ms]
2026-03-04 19:33:38.071 [info] > git config --get commit.template [493ms]
2026-03-04 19:33:38.071 [info] > git rev-parse --show-toplevel [500ms]
2026-03-04 19:33:38.083 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [33ms]
2026-03-04 19:33:38.100 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:33:38.101 [info] > git rev-parse --show-toplevel [21ms]
2026-03-04 19:33:38.110 [info] > git rev-parse refs/remotes/origin/main [10ms]
2026-03-04 19:33:38.123 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [32ms]
2026-03-04 19:33:38.139 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:33:38.148 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [27ms]
2026-03-04 19:33:38.157 [info] > git rev-parse --show-toplevel [47ms]
2026-03-04 19:33:38.170 [info] > git rev-parse refs/remotes/origin/main [31ms]
2026-03-04 19:33:38.171 [info] > git config --get commit.template [40ms]
2026-03-04 19:33:38.172 [info] > git rev-parse --show-toplevel [7ms]
2026-03-04 19:33:38.174 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-03-04 19:33:38.177 [info] > git config --get --local branch.main.vscode-merge-base [21ms]
2026-03-04 19:33:38.207 [info] > git rev-parse --show-toplevel [6ms]
2026-03-04 19:33:38.207 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:33:38.207 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [14ms]
2026-03-04 19:33:38.207 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/origin/main refs/remotes/origin/main [22ms]
2026-03-04 19:33:38.232 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:33:38.237 [info] > git merge-base refs/heads/main refs/remotes/origin/main [21ms]
2026-03-04 19:33:38.307 [info] > git rev-parse refs/remotes/origin/main [75ms]
2026-03-04 19:33:38.322 [info] > git merge-base refs/heads/main refs/remotes/origin/main [98ms]
2026-03-04 19:33:38.332 [info] > git status -z -uall [18ms]
2026-03-04 19:33:38.332 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [10ms]
2026-03-04 19:33:38.349 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [103ms]
2026-03-04 19:33:38.350 [info] > git merge-base refs/heads/main refs/remotes/origin/main [6ms]
2026-03-04 19:33:38.358 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [27ms]
2026-03-04 19:33:38.359 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [2ms]
2026-03-04 19:33:38.924 [info] > git config --get commit.template [6ms]
2026-03-04 19:33:38.933 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:33:38.940 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:33:38.944 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:33:38.986 [info] > git status -z -uall [35ms]
2026-03-04 19:33:38.989 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [30ms]
2026-03-04 19:37:40.513 [info] > git fetch [295ms]
2026-03-04 19:37:40.533 [info] > git config --get commit.template [8ms]
2026-03-04 19:37:40.534 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:37:40.542 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:37:40.543 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:37:40.561 [info] > git status -z -uall [9ms]
2026-03-04 19:37:40.562 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:37:41.656 [info] > git config --get commit.template [10ms]
2026-03-04 19:37:41.657 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:37:41.664 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:37:41.666 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:37:41.682 [info] > git status -z -uall [9ms]
2026-03-04 19:37:41.683 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:39:17.547 [info] > git config --get commit.template [24ms]
2026-03-04 19:39:17.550 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:39:17.572 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:39:17.575 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:39:17.614 [info] > git status -z -uall [17ms]
2026-03-04 19:39:17.615 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:39:27.526 [info] > git config --get commit.template [10ms]
2026-03-04 19:39:27.527 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:39:27.538 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:39:27.540 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:39:27.564 [info] > git status -z -uall [13ms]
2026-03-04 19:39:27.565 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:39:49.501 [info] > git config --get commit.template [24ms]
2026-03-04 19:39:49.504 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:39:49.525 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:39:49.529 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 19:39:49.571 [info] > git status -z -uall [21ms]
2026-03-04 19:39:49.573 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [5ms]
2026-03-04 19:40:03.003 [info] > git config --get commit.template [10ms]
2026-03-04 19:40:03.003 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:40:03.011 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:40:03.012 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:40:03.029 [info] > git status -z -uall [9ms]
2026-03-04 19:40:03.030 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:40:08.815 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:40:08.842 [info] > git show --textconv :nuxt.config.ts [11ms]
2026-03-04 19:40:08.843 [info] > git ls-files --stage -- nuxt.config.ts [1ms]
2026-03-04 19:40:08.854 [info] > git cat-file -s 10a8396bc94d3272de1c2f4b7784439e6ab8c267 [2ms]
2026-03-04 19:40:32.250 [info] > git blame --root --incremental a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- nuxt.config.ts [2ms]
2026-03-04 19:40:45.120 [info] > git fetch [388ms]
2026-03-04 19:40:45.166 [info] > git config --get commit.template [24ms]
2026-03-04 19:40:45.169 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:40:45.191 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:40:45.194 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:40:45.235 [info] > git status -z -uall [19ms]
2026-03-04 19:40:45.236 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [4ms]
2026-03-04 19:40:45.586 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:40:46.362 [info] > git ls-files --stage -- nuxt.config.ts [2ms]
2026-03-04 19:40:46.371 [info] > git cat-file -s 10a8396bc94d3272de1c2f4b7784439e6ab8c267 [2ms]
2026-03-04 19:40:46.387 [info] > git show --textconv :nuxt.config.ts [2ms]
2026-03-04 19:41:06.298 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:41:06.333 [info] > git show --textconv :vitest.config.ts [9ms]
2026-03-04 19:41:06.343 [info] > git ls-files --stage -- vitest.config.ts [10ms]
2026-03-04 19:41:06.352 [info] > git hash-object -t tree /dev/null [10ms]
2026-03-04 19:41:06.352 [warning] [GitFileSystemProvider][readFile] File not found - git:/home/chloe/Seasoned/vitest.config.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Fvitest.config.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:41:06.353 [info] > git hash-object -t tree /dev/null [2ms]
2026-03-04 19:41:06.353 [warning] [GitFileSystemProvider][stat] File not found - git:/home/chloe/Seasoned/vitest.config.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Fvitest.config.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:41:06.576 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:41:07.127 [info] > git config --get commit.template [10ms]
2026-03-04 19:41:07.128 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:41:07.138 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:41:07.139 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:41:07.156 [info] > git status -z -uall [9ms]
2026-03-04 19:41:07.158 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:41:13.387 [info] > git config --get commit.template [9ms]
2026-03-04 19:41:13.388 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:41:13.397 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:41:13.398 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:41:13.416 [info] > git status -z -uall [9ms]
2026-03-04 19:41:13.418 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:41:20.083 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:41:20.106 [info] > git show --textconv :package.json [9ms]
2026-03-04 19:41:20.107 [info] > git ls-files --stage -- package.json [1ms]
2026-03-04 19:41:20.117 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [2ms]
2026-03-04 19:41:29.225 [info] > git blame --root --incremental a24e901b7f4922ebb8702c4edbc5561f76f71cc5 -- package.json [3ms]
2026-03-04 19:41:30.282 [info] > git check-ignore -v -z --stdin [3ms]
2026-03-04 19:41:31.155 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:41:31.681 [info] > git check-ignore -v -z --stdin [2ms]
2026-03-04 19:41:32.221 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:32.876 [info] > git check-ignore -v -z --stdin [33ms]
2026-03-04 19:41:33.066 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:33.646 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:41:35.853 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:36.875 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:37.145 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:37.443 [info] > git check-ignore -v -z --stdin [3ms]
2026-03-04 19:41:37.720 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:41:40.837 [info] > git check-ignore -v -z --stdin [13ms]
2026-03-04 19:41:43.592 [info] > git config --get commit.template [26ms]
2026-03-04 19:41:43.594 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:41:43.617 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:41:43.621 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:41:43.651 [info] > git status -z -uall [13ms]
2026-03-04 19:41:43.653 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:41:43.973 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:41:50.824 [info] > git config --get commit.template [11ms]
2026-03-04 19:41:50.826 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2026-03-04 19:41:50.836 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:41:50.838 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:41:50.855 [info] > git status -z -uall [9ms]
2026-03-04 19:41:50.856 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:41:51.204 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:43:45.643 [info] > git fetch [382ms]
2026-03-04 19:43:45.657 [info] > git config --get commit.template [2ms]
2026-03-04 19:43:45.671 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2026-03-04 19:43:45.683 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:43:45.684 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:43:45.708 [info] > git status -z -uall [12ms]
2026-03-04 19:43:45.710 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:43:46.050 [info] > git check-ignore -v -z --stdin [5ms]
2026-03-04 19:43:46.786 [info] > git config --get commit.template [9ms]
2026-03-04 19:43:46.788 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2026-03-04 19:43:46.798 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:43:46.799 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:43:46.820 [info] > git status -z -uall [11ms]
2026-03-04 19:43:46.821 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:43:46.898 [info] > git ls-files --stage -- package.json [4ms]
2026-03-04 19:43:46.926 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [7ms]
2026-03-04 19:43:46.958 [info] > git show --textconv :package.json [5ms]
2026-03-04 19:43:47.148 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:44:06.493 [info] > git rev-parse --show-toplevel [2ms]
2026-03-04 19:44:06.493 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:44:14.373 [info] > git rev-parse --show-toplevel [2ms]
2026-03-04 19:44:14.373 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:44:14.990 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 19:44:14.990 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:44:18.011 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:44:18.051 [info] > git show --textconv :package.json [11ms]
2026-03-04 19:44:18.053 [info] > git ls-files --stage -- package.json [4ms]
2026-03-04 19:44:18.063 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [1ms]
2026-03-04 19:44:22.497 [info] > git log --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%D%n%B -z --shortstat --diff-merges=first-parent -n50 --skip=0 --topo-order --decorate=full --stdin [28ms]
2026-03-04 19:44:22.559 [info] > git rev-parse --show-toplevel [63ms]
2026-03-04 19:44:22.559 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:44:23.153 [info] > git merge-base main origin/main [3ms]
2026-03-04 19:45:08.420 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 19:45:08.420 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:45:11.912 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:45:11.980 [info] > git show --textconv :package.json [29ms]
2026-03-04 19:45:11.983 [info] > git ls-files --stage -- package.json [10ms]
2026-03-04 19:45:12.000 [info] > git cat-file -s b287ffc737f1713d202a512a184ad2e9eef0459b [2ms]
2026-03-04 19:45:56.367 [info] > git config --get commit.template [11ms]
2026-03-04 19:45:56.368 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:45:56.378 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:45:56.380 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:45:56.401 [info] > git status -z -uall [11ms]
2026-03-04 19:45:56.402 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:45:56.742 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:45:57.279 [info] > git rev-parse --show-toplevel [3ms]
2026-03-04 19:45:57.279 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:46:33.988 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 19:46:33.988 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:46:46.003 [info] > git fetch [270ms]
2026-03-04 19:46:46.052 [info] > git config --get commit.template [25ms]
2026-03-04 19:46:46.055 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:46:46.076 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:46:46.078 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 19:46:46.110 [info] > git status -z -uall [15ms]
2026-03-04 19:46:46.112 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:46:47.138 [info] > git config --get commit.template [1ms]
2026-03-04 19:46:47.150 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:46:47.159 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:46:47.160 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:46:47.180 [info] > git status -z -uall [10ms]
2026-03-04 19:46:47.182 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:47:44.863 [info] > git rev-parse --show-toplevel [4ms]
2026-03-04 19:47:44.863 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:48:07.252 [info] > git rev-parse --show-toplevel [4ms]
2026-03-04 19:48:07.252 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:48:38.280 [info] > git rev-parse --show-toplevel [6ms]
2026-03-04 19:48:38.280 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:49:32.760 [info] > git rev-parse --show-toplevel [2ms]
2026-03-04 19:49:32.760 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:49:42.362 [info] > git rev-parse --show-toplevel [3ms]
2026-03-04 19:49:42.362 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:49:46.403 [info] > git fetch [276ms]
2026-03-04 19:49:46.452 [info] > git config --get commit.template [25ms]
2026-03-04 19:49:46.455 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:49:46.478 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:49:46.482 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:49:46.520 [info] > git status -z -uall [18ms]
2026-03-04 19:49:46.523 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [4ms]
2026-03-04 19:49:47.553 [info] > git config --get commit.template [11ms]
2026-03-04 19:49:47.554 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:49:47.565 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:49:47.566 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:49:47.590 [info] > git status -z -uall [13ms]
2026-03-04 19:49:47.590 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:50:12.558 [info] > git rev-parse --show-toplevel [2ms]
2026-03-04 19:50:12.558 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:50:55.181 [info] > git rev-parse --show-toplevel [3ms]
2026-03-04 19:50:55.182 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:52:46.785 [info] > git fetch [246ms]
2026-03-04 19:52:46.834 [info] > git config --get commit.template [26ms]
2026-03-04 19:52:46.835 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [4ms]
2026-03-04 19:52:46.851 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:52:46.854 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:52:46.886 [info] > git status -z -uall [17ms]
2026-03-04 19:52:46.888 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:52:47.925 [info] > git config --get commit.template [10ms]
2026-03-04 19:52:47.926 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:52:47.935 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:52:47.937 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:52:47.956 [info] > git status -z -uall [10ms]
2026-03-04 19:52:47.957 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:52:51.927 [info] > git check-ignore -v -z --stdin [5ms]
2026-03-04 19:52:52.984 [info] > git config --get commit.template [12ms]
2026-03-04 19:52:52.985 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:52:52.994 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:52:52.995 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:52:53.013 [info] > git status -z -uall [9ms]
2026-03-04 19:52:53.014 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:53:05.520 [info] > git check-ignore -v -z --stdin [5ms]
2026-03-04 19:53:05.581 [info] > git show --textconv :test/App.spec.ts [23ms]
2026-03-04 19:53:05.582 [warning] [GitFileSystemProvider][readFile] File not found - git:/home/chloe/Seasoned/test/App.spec.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Ftest%2FApp.spec.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:53:05.582 [info] > git ls-files --stage -- test/App.spec.ts [2ms]
2026-03-04 19:53:05.583 [warning] [GitFileSystemProvider][stat] File not found - git:/home/chloe/Seasoned/test/App.spec.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Ftest%2FApp.spec.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:53:05.797 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:53:06.336 [info] > git config --get commit.template [10ms]
2026-03-04 19:53:06.337 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:53:06.349 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:53:06.351 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:53:06.375 [info] > git status -z -uall [13ms]
2026-03-04 19:53:06.377 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:53:16.974 [info] > git config --get commit.template [12ms]
2026-03-04 19:53:16.975 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:53:16.985 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:53:16.989 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 19:53:17.011 [info] > git status -z -uall [11ms]
2026-03-04 19:53:17.013 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:53:25.181 [info] > git config --get commit.template [10ms]
2026-03-04 19:53:25.182 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:53:25.191 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:53:25.193 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:53:25.212 [info] > git status -z -uall [10ms]
2026-03-04 19:53:25.213 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:54:39.182 [info] > git config --get commit.template [11ms]
2026-03-04 19:54:39.183 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:54:39.192 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:54:39.193 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:54:39.211 [info] > git status -z -uall [9ms]
2026-03-04 19:54:39.212 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:55:01.705 [info] > git config --get commit.template [9ms]
2026-03-04 19:55:01.706 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 19:55:01.715 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:55:01.716 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:55:01.733 [info] > git status -z -uall [9ms]
2026-03-04 19:55:01.734 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:55:47.187 [info] > git fetch [285ms]
2026-03-04 19:55:47.208 [info] > git config --get commit.template [10ms]
2026-03-04 19:55:47.209 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:55:47.217 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:55:47.218 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:55:47.236 [info] > git status -z -uall [8ms]
2026-03-04 19:55:47.237 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:55:48.218 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:55:48.816 [info] > git config --get commit.template [2ms]
2026-03-04 19:55:48.826 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:55:48.834 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:55:48.836 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:55:48.853 [info] > git status -z -uall [9ms]
2026-03-04 19:55:48.854 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:55:57.244 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:55:57.300 [info] > git show --textconv :plugins/vuetify.ts [27ms]
2026-03-04 19:55:57.301 [warning] [GitFileSystemProvider][readFile] File not found - git:/home/chloe/Seasoned/plugins/vuetify.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Fplugins%2Fvuetify.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:55:57.303 [info] > git ls-files --stage -- plugins/vuetify.ts [8ms]
2026-03-04 19:55:57.304 [warning] [GitFileSystemProvider][stat] File not found - git:/home/chloe/Seasoned/plugins/vuetify.ts.git?%7B%22path%22%3A%22%2Fhome%2Fchloe%2FSeasoned%2Fplugins%2Fvuetify.ts%22%2C%22ref%22%3A%22%22%7D
2026-03-04 19:55:57.527 [info] > git check-ignore -v -z --stdin [4ms]
2026-03-04 19:55:58.095 [info] > git config --get commit.template [24ms]
2026-03-04 19:55:58.099 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [5ms]
2026-03-04 19:55:58.118 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:55:58.120 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 19:55:58.153 [info] > git status -z -uall [16ms]
2026-03-04 19:55:58.155 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 19:56:03.329 [info] > git config --get commit.template [10ms]
2026-03-04 19:56:03.330 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:56:03.339 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:56:03.340 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:56:03.359 [info] > git status -z -uall [10ms]
2026-03-04 19:56:03.360 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:58:26.429 [info] > git rev-parse --show-toplevel [2ms]
2026-03-04 19:58:26.429 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:58:26.439 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 19:58:26.439 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 19:58:47.549 [info] > git fetch [301ms]
2026-03-04 19:58:47.573 [info] > git config --get commit.template [11ms]
2026-03-04 19:58:47.574 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:58:47.583 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:58:47.585 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:58:47.604 [info] > git status -z -uall [10ms]
2026-03-04 19:58:47.606 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:58:49.486 [info] > git config --get commit.template [10ms]
2026-03-04 19:58:49.487 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:58:49.495 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:58:49.497 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:58:49.514 [info] > git status -z -uall [9ms]
2026-03-04 19:58:49.515 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 19:58:54.539 [info] > git config --get commit.template [10ms]
2026-03-04 19:58:54.540 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:58:54.548 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:58:54.549 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 19:58:54.567 [info] > git status -z -uall [9ms]
2026-03-04 19:58:54.569 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 19:59:01.599 [info] > git check-ignore -v -z --stdin [1ms]
2026-03-04 19:59:17.765 [info] > git config --get commit.template [10ms]
2026-03-04 19:59:17.766 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 19:59:17.776 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 19:59:17.778 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 19:59:17.801 [info] > git status -z -uall [13ms]
2026-03-04 19:59:17.802 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [3ms]
2026-03-04 20:00:33.009 [info] > git config --get commit.template [10ms]
2026-03-04 20:00:33.010 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:00:33.019 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:00:33.020 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 20:00:33.038 [info] > git status -z -uall [9ms]
2026-03-04 20:00:33.040 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 20:00:52.729 [info] > git config --get commit.template [9ms]
2026-03-04 20:00:52.730 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:00:52.738 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:00:52.740 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 20:00:52.757 [info] > git status -z -uall [9ms]
2026-03-04 20:00:52.758 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 20:00:57.782 [info] > git config --get commit.template [10ms]
2026-03-04 20:00:57.783 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2026-03-04 20:00:57.792 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:00:57.793 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 20:00:57.811 [info] > git status -z -uall [9ms]
2026-03-04 20:00:57.812 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]

View File

@@ -0,0 +1,2 @@
2026-03-04 19:33:37.113 [info] Log level: Info
2026-03-04 19:44:23.103 [info] [GitHubSourceControlHistoryItemDetailsProvider][_getCommitAuthor] Incomplete commit author for c-stanton/Seasoned/257bfa36557e312aee9a096c1459f13a933b2d08: {"author":{"name":"chloe","email":"chloestanton117@gmail.com","avatarUrl":"https://camo.githubusercontent.com/ee9911c1a100bf2dbbf8280b0f072aa6da4a414b503a45638be18687292d3a29/68747470733a2f2f302e67726176617461722e636f6d2f6176617461722f61363163363033626433316666303030396630353532303033653936663137613f643d68747470732533412532462532466769746875622e6769746875626173736574732e636f6d253246696d6167657325324667726176617461727325324667726176617461722d757365722d3432302e706e6726723d67","user":null}}

View File

@@ -0,0 +1,162 @@
2026-03-04 19:33:40.920 [info] read schema from vscode: vscode://schemas/workspaceConfig
2026-03-04 19:33:40.939 [info] read schema from vscode: vscode://schemas/extensions
2026-03-04 19:33:40.939 [info] read schema from vscode: vscode://schemas/mcp
2026-03-04 19:33:40.939 [info] read schema from vscode: vscode://schemas/tasks
2026-03-04 19:33:40.939 [info] read schema from vscode: vscode://schemas/launch
2026-03-04 19:33:40.939 [info] read schema from vscode: vscode://schemas/settings/workspace
2026-03-04 19:33:41.202 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 19:33:41.214 [info] read schema from vscode: vscode://schemas/token-styling
2026-03-04 19:33:41.214 [info] read schema from vscode: vscode://schemas/textmate-colors
2026-03-04 19:33:41.214 [info] read schema from vscode: vscode://schemas/workbench-colors
2026-03-04 19:33:41.969 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:33:41.973 [info] read schema from vscode: vscode://schemas/workspaceConfig
2026-03-04 19:33:42.025 [info] read schema from vscode: vscode://schemas/settings/workspace
2026-03-04 19:33:45.065 [info] schema change detected vscode://schemas/launch
2026-03-04 19:33:45.880 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:33:46.392 [info] schema change detected vscode://schemas/launch
2026-03-04 19:33:47.053 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:40:08.563 [info] schema change detected vscode://schemas/launch
2026-03-04 19:40:08.800 [info] schema change detected vscode://schemas/launch
2026-03-04 19:40:08.800 [info] schema change detected vscode://schemas/launch
2026-03-04 19:40:09.777 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:40:55.153 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:06.104 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:06.297 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:06.297 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:10.404 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:10.404 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:12.311 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:12.311 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:19.827 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:19.867 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:41:19.936 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 19:41:19.938 [info] read schema from vscode: vscode://schemas/toolsParameters
2026-03-04 19:41:20.071 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:20.071 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:30.062 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:30.062 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:30.063 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:30.063 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:42.460 [info] schema change detected vscode://schemas/launch
2026-03-04 19:41:42.460 [info] schema change detected vscode://schemas/launch
2026-03-04 19:43:47.900 [info] schema change detected vscode://schemas/launch
2026-03-04 19:43:57.248 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:00.983 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:06.456 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:06.704 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:06.704 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:07.140 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:09.513 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:13.755 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:14.342 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:14.580 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:14.580 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:14.956 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:15.192 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:15.192 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:17.764 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:17.789 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:17.790 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:18.021 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:18.021 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:18.800 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:26.058 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:46.516 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:48.407 [info] schema change detected vscode://schemas/launch
2026-03-04 19:44:52.804 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:02.873 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:03.833 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:04.616 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:05.349 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:06.287 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:06.784 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:08.335 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:11.677 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:11.703 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:12.783 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:12.864 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:17.133 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:18.862 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:29.989 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:36.446 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:36.446 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:57.267 [info] schema change detected vscode://schemas/launch
2026-03-04 19:45:57.278 [info] schema change detected vscode://schemas/launch
2026-03-04 19:46:02.302 [info] schema change detected vscode://schemas/launch
2026-03-04 19:46:08.324 [info] schema change detected vscode://schemas/launch
2026-03-04 19:46:33.923 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:23.165 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:24.652 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:26.472 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:28.150 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:44.831 [info] schema change detected vscode://schemas/launch
2026-03-04 19:47:56.236 [info] schema change detected vscode://schemas/launch
2026-03-04 19:48:07.220 [info] schema change detected vscode://schemas/launch
2026-03-04 19:48:30.557 [info] schema change detected vscode://schemas/launch
2026-03-04 19:48:38.249 [info] schema change detected vscode://schemas/launch
2026-03-04 19:49:20.458 [info] schema change detected vscode://schemas/launch
2026-03-04 19:49:32.745 [info] schema change detected vscode://schemas/launch
2026-03-04 19:49:42.299 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:12.546 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:53.873 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:53.873 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:55.150 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:55.150 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:57.156 [info] schema change detected vscode://schemas/launch
2026-03-04 19:50:57.156 [info] schema change detected vscode://schemas/launch
2026-03-04 19:52:39.292 [info] schema change detected vscode://schemas/launch
2026-03-04 19:52:40.902 [info] schema change detected vscode://schemas/launch
2026-03-04 19:52:41.810 [info] schema change detected vscode://schemas/launch
2026-03-04 19:52:51.401 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:05.297 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:05.518 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:05.518 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:09.162 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:09.162 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:15.879 [info] schema change detected vscode://schemas/launch
2026-03-04 19:53:15.879 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:01.665 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:01.665 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:01.666 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:14.798 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:14.798 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:38.074 [info] schema change detected vscode://schemas/launch
2026-03-04 19:54:38.074 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:43.482 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:47.691 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:57.030 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:57.251 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:57.251 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:59.974 [info] schema change detected vscode://schemas/launch
2026-03-04 19:55:59.975 [info] schema change detected vscode://schemas/launch
2026-03-04 19:56:02.288 [info] schema change detected vscode://schemas/launch
2026-03-04 19:56:02.288 [info] schema change detected vscode://schemas/launch
2026-03-04 19:57:01.484 [info] schema change detected vscode://schemas/launch
2026-03-04 19:57:01.484 [info] schema change detected vscode://schemas/launch
2026-03-04 19:58:26.385 [info] schema change detected vscode://schemas/settings/resourceLanguage
2026-03-04 19:58:26.429 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:58:26.450 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:58:26.450 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 19:58:26.481 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 19:58:26.631 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 19:58:27.193 [info] schema change detected vscode://schemas/settings/workspace
2026-03-04 19:58:27.193 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 19:58:27.197 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 19:58:27.242 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 19:59:01.076 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:01.832 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.736 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.736 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.736 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.736 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.944 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:16.944 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:22.301 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:22.544 [info] schema change detected vscode://schemas/launch
2026-03-04 19:59:22.544 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:29.089 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:29.089 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:29.089 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:29.089 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:31.899 [info] schema change detected vscode://schemas/launch
2026-03-04 20:00:31.899 [info] schema change detected vscode://schemas/launch

View File

@@ -0,0 +1,6 @@
2026-03-04 19:40:08.715 [info] Starting TS Server
2026-03-04 19:40:08.715 [info] Using tsserver from: /home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/extensions/node_modules/typescript/lib/tsserver.js
2026-03-04 19:40:08.715 [info] <syntax> Forking...
2026-03-04 19:40:08.715 [info] <syntax> Starting...
2026-03-04 19:40:08.715 [info] <semantic> Forking...
2026-03-04 19:40:08.715 [info] <semantic> Starting...

View File

@@ -0,0 +1,63 @@
2026-03-04 20:01:21.918 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 20:01:21.918 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 20:01:21.918 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 20:01:21.918 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 20:01:21.918 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 20:01:21.918 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 20:01:21.918 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 20:01:22.037 [info] Can't use the Electron fetcher in this environment.
2026-03-04 20:01:22.037 [info] Using the Node fetch fetcher.
2026-03-04 20:01:22.122 [info] Found 1 entries to copy: rg
2026-03-04 20:01:22.123 [info] Found 1 entries to copy: pty.node
2026-03-04 20:01:22.175 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/5fbd53e3-5e55-450e-b79f-e5e1233027d6.lock
2026-03-04 20:01:22.175 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-Nu6aXW/mcp.sock#%2Fmcp
2026-03-04 20:01:22.177 [info] Logged in as c-stanton
2026-03-04 20:01:23.868 [info] Got Copilot token for c-stanton
2026-03-04 20:01:23.868 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 20:01:23.876 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 20:01:23.877 [info] activationBlocker from 'languageModelAccess' took for 2206ms
2026-03-04 20:01:24.244 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 20:01:24.244 [info] copilot token sku: free_limited_copilot
2026-03-04 20:01:24.244 [info] ConversationFeature: Activating contributions
2026-03-04 20:01:24.244 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 20:01:24.267 [info] Registering default platform agent...
2026-03-04 20:01:24.267 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 20:01:24.268 [info] [code-referencing] Public code references are enabled.
2026-03-04 20:01:24.269 [info] activationBlocker from 'conversationFeature' took for 2604ms
2026-03-04 20:01:24.288 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 20:01:24.399 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 20:01:24.605 [info] Fetched model metadata in 2910ms b9f356af-cbcb-40c6-9072-22c7252949cc
2026-03-04 20:01:24.673 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 20:01:24.747 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 20:01:24.747 [info] ccreq:2e179553.copilotmd | markdown
2026-03-04 20:01:25.119 [error] Error: Failed to fetch custom instructions for org c-stanton:
at zL.getOrgCustomInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1523:9055)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async hG.pollInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1228:1174)
at async /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1223:22307
2026-03-04 20:01:25.131 [error] [GitHubAPI] GET https://api.github.com/orgs/c-stanton/repos?per_page=1&sort=updated - Status: 404
2026-03-04 20:01:30.330 [info] [fetchCompletions] Request a69fed0e-aee9-4600-a222-c1ca8122f8ae at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 172.8924449999995ms
2026-03-04 20:01:30.424 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:01:30.437 [info] ccreq:153278ce.copilotmd | markdown
2026-03-04 20:01:33.409 [info] [fetchCompletions] Request dfc20ef7-d047-4f88-94f6-095f6f86a843 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 177.57683200000065ms
2026-03-04 20:01:33.425 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:01:33.466 [info] ccreq:a1ff0557.copilotmd | markdown
2026-03-04 20:01:33.796 [info] [fetchCompletions] Request 6080ed02-a075-490b-ac26-ca84ca966fc3 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 187.71052600000075ms
2026-03-04 20:01:33.811 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:01:33.919 [info] ccreq:fbe813a8.copilotmd | markdown
2026-03-04 20:01:35.929 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:01:35.930 [info] request done: requestId: [7559fa8b-d3e8-4cf0-a010-151c08df805c] model deployment ID: []
2026-03-04 20:01:35.941 [info] ccreq:6e9f3dec.copilotmd | success | nes-callisto-003 | 234ms | [XtabProvider]
2026-03-04 20:01:35.946 [info] ccreq:0e4a8d78.copilotmd | markdown
2026-03-04 20:01:38.709 [info] ccreq:689b31f0.copilotmd | markdown
2026-03-04 20:01:43.828 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:01:43.830 [info] request done: requestId: [c265d851-11ff-48da-8166-9fa5d1f0b729] model deployment ID: []
2026-03-04 20:01:43.852 [info] ccreq:eb5cc282.copilotmd | success | nes-callisto-003 | 261ms | [XtabProvider]
2026-03-04 20:01:43.893 [info] ccreq:62b7e28c.copilotmd | markdown
2026-03-04 20:04:21.412 [info] [fetchCompletions] Request 7b2dafd5-9729-400c-9edf-0c00899db499 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 393.7392069999769ms
2026-03-04 20:04:21.416 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:04:21.473 [info] ccreq:d1354b29.copilotmd | markdown
2026-03-04 20:04:23.420 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:04:23.421 [info] request done: requestId: [d92ca6d1-b7b5-49b1-9219-efc8eae38388] model deployment ID: []
2026-03-04 20:04:23.792 [info] ccreq:63d5c10f.copilotmd | success | nes-callisto-003 | 678ms | [XtabProvider]
2026-03-04 20:04:23.798 [info] ccreq:4723a004.copilotmd | markdown

View File

@@ -0,0 +1,110 @@
2026-03-04 20:01:19.198 [info] Extension host with pid 3981348 started
2026-03-04 20:01:19.208 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/fadad8f4feaf89d74c25a87f0190bbaa/vscode.lock': Lock acquired.
2026-03-04 20:01:19.513 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 20:01:19.514 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2026-03-04 20:01:19.514 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onChatSession:claude-code'
2026-03-04 20:01:19.514 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:typescript'
2026-03-04 20:01:20.253 [error] PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6685)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:48569
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:50962
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:52033
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:54223
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:411:2608
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:2671
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:9347
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:21446
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:25514
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:27015
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at Object.<anonymous> (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2484)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function.<anonymous> (node:internal/modules/cjs/loader:1263:12)
at e._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6055)
at t._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:223:22773)
at s._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:215:24706)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1463:12)
at require (node:internal/modules/helpers:147:16)
at pee.Cb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:254:1256)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2026-03-04 20:01:20.870 [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
2026-03-04 20:01:21.263 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2026-03-04 20:01:21.264 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2026-03-04 20:01:21.580 [info] Eager extensions activated
2026-03-04 20:01:21.580 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 20:01:21.580 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 20:01:22.946 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-03-04 20:01:26.587 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:01:26.587 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:01:26.588 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:04:38.815 [info] Extension host terminating: received terminate message from renderer
2026-03-04 20:04:38.816 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/fadad8f4feaf89d74c25a87f0190bbaa/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-03-04 20:04:38.874 [error] An error occurred when disposing the subscriptions for extension 'GitHub.copilot-chat':
2026-03-04 20:04:38.874 [error] Error: Channel has been closed
at n (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3001)
at Object.info (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:123:3346)
at a3e.logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2304)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2208
at Array.forEach (<anonymous>)
at gKe._logIt (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2195)
at gKe.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2285)
at n.info (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1054:2804)
at VYe._fn (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1695:30891)
at VYe.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1210)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at R4e.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at hY.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at NJ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at W0 (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:695)
at n.clear (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1527)
at n.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:1437)
at fQ.dispose (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1041:2325)
at Yi (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:746)
at qR.b (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:15201)
at qR.dispose (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:25:1227)
at pee.eb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:12075)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10030
at Array.map (<anonymous>)
at pee.$ (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10018)
at pee.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:120:10261)
at nL.terminate (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at zr (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:11144)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:9282)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at Jo.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:9471)
at b0.A (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:12585)
at ef.value (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:11006)
at $.C (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2328)
at $.fire (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:27:2546)
at bC.acceptChunk (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7954)
at file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:7240
at Socket.t (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:29:15264)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
at Pipe.callbackTrampoline (node:internal/async_hooks:130:17)
2026-03-04 20:04:38.877 [info] Extension host with pid 3981348 exiting with code 0

View File

@@ -0,0 +1,135 @@
2026-03-04 20:01:22.171 [info] [main] Log level: Info
2026-03-04 20:01:22.171 [info] [main] Validating found git in: "git"
2026-03-04 20:01:22.171 [info] [main] Using git "2.43.0" from "git"
2026-03-04 20:01:22.171 [info] [Model][doInitialScan] Initial repository scan started
2026-03-04 20:01:22.171 [info] > git rev-parse --show-toplevel [172ms]
2026-03-04 20:01:22.171 [info] > git rev-parse --git-dir --git-common-dir --show-superproject-working-tree [13ms]
2026-03-04 20:01:22.382 [info] [Model][openRepository] Opened repository (path): /home/chloe/Seasoned
2026-03-04 20:01:22.382 [info] [Model][openRepository] Opened repository (real path): /home/chloe/Seasoned
2026-03-04 20:01:22.382 [info] [Model][openRepository] Opened repository (kind): repository
2026-03-04 20:01:22.427 [info] > git rev-parse --show-toplevel [17ms]
2026-03-04 20:01:22.427 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:22.428 [info] > git config --get commit.template [28ms]
2026-03-04 20:01:22.455 [info] > git rev-parse --show-toplevel [15ms]
2026-03-04 20:01:22.455 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:22.456 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:01:22.480 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:01:22.483 [info] > git rev-parse --show-toplevel [16ms]
2026-03-04 20:01:22.497 [info] > git rev-parse refs/remotes/origin/main [17ms]
2026-03-04 20:01:22.524 [info] > git status -z -uall [16ms]
2026-03-04 20:01:22.525 [info] > git rev-parse --show-toplevel [33ms]
2026-03-04 20:01:22.525 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:22.531 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [13ms]
2026-03-04 20:01:22.582 [info] > git config --get commit.template [11ms]
2026-03-04 20:01:22.583 [info] > git rev-parse --show-toplevel [20ms]
2026-03-04 20:01:22.583 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:22.583 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [33ms]
2026-03-04 20:01:22.620 [info] > git config --get --local branch.main.vscode-merge-base [27ms]
2026-03-04 20:01:22.630 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [13ms]
2026-03-04 20:01:22.630 [info] > git rev-parse --show-toplevel [22ms]
2026-03-04 20:01:22.630 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:22.640 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:01:22.641 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/origin/main refs/remotes/origin/main [12ms]
2026-03-04 20:01:22.672 [info] > git merge-base refs/heads/main refs/remotes/origin/main [18ms]
2026-03-04 20:01:22.686 [info] > git rev-parse refs/remotes/origin/main [46ms]
2026-03-04 20:01:23.021 [info] > git status -z -uall [324ms]
2026-03-04 20:01:23.021 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [312ms]
2026-03-04 20:01:23.035 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [349ms]
2026-03-04 20:01:23.036 [info] > git rev-parse --show-toplevel [365ms]
2026-03-04 20:01:23.036 [info] > git fetch [655ms]
2026-03-04 20:01:23.146 [info] > git check-ignore -v -z --stdin [100ms]
2026-03-04 20:01:23.147 [info] > git merge-base refs/heads/main refs/remotes/origin/main [114ms]
2026-03-04 20:01:23.713 [info] > git diff --raw --numstat --diff-filter=ADMR -z --find-renames=50% a24e901b7f4922ebb8702c4edbc5561f76f71cc5...refs/remotes/origin/main -- [556ms]
2026-03-04 20:01:23.713 [info] > git config --get commit.template [646ms]
2026-03-04 20:01:23.713 [info] > git rev-parse --show-toplevel [656ms]
2026-03-04 20:01:23.945 [info] > git rev-parse --show-toplevel [105ms]
2026-03-04 20:01:24.024 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [161ms]
2026-03-04 20:01:24.083 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:01:24.084 [info] > git rev-parse --show-toplevel [82ms]
2026-03-04 20:01:24.098 [info] > git rev-parse refs/remotes/origin/main [15ms]
2026-03-04 20:01:24.122 [info] > git status -z -uall [14ms]
2026-03-04 20:01:24.122 [info] > git rev-parse --show-toplevel [28ms]
2026-03-04 20:01:24.133 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [15ms]
2026-03-04 20:01:24.139 [info] > git rev-parse --show-toplevel [6ms]
2026-03-04 20:01:24.155 [info] > git rev-parse --show-toplevel [3ms]
2026-03-04 20:01:24.155 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.166 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 20:01:24.166 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.177 [info] > git rev-parse --show-toplevel [1ms]
2026-03-04 20:01:24.177 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.493 [info] > git rev-parse --show-toplevel [306ms]
2026-03-04 20:01:24.494 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.528 [info] > git rev-parse --show-toplevel [16ms]
2026-03-04 20:01:24.528 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.618 [info] > git rev-parse --show-toplevel [17ms]
2026-03-04 20:01:24.618 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.644 [info] > git rev-parse --show-toplevel [13ms]
2026-03-04 20:01:24.644 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.646 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-03-04 20:01:24.817 [info] > git config --get commit.template [146ms]
2026-03-04 20:01:24.817 [info] > git rev-parse --show-toplevel [156ms]
2026-03-04 20:01:24.817 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.855 [info] > git rev-parse --show-toplevel [27ms]
2026-03-04 20:01:24.855 [info] fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-03-04 20:01:24.857 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [17ms]
2026-03-04 20:01:24.866 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:01:24.870 [info] > git rev-parse refs/remotes/origin/main [4ms]
2026-03-04 20:01:24.901 [info] > git status -z -uall [22ms]
2026-03-04 20:01:24.903 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [14ms]
2026-03-04 20:02:58.327 [info] > git config --get commit.template [4ms]
2026-03-04 20:02:58.361 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [8ms]
2026-03-04 20:02:58.387 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:02:58.391 [info] > git rev-parse refs/remotes/origin/main [5ms]
2026-03-04 20:02:58.436 [info] > git status -z -uall [26ms]
2026-03-04 20:02:58.438 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [5ms]
2026-03-04 20:03:03.480 [info] > git config --get commit.template [12ms]
2026-03-04 20:03:03.481 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:03:03.491 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:03:03.493 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 20:03:03.514 [info] > git status -z -uall [11ms]
2026-03-04 20:03:03.515 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 20:04:00.696 [info] > git config --get commit.template [2ms]
2026-03-04 20:04:00.708 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:04:00.718 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:04:00.719 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 20:04:00.740 [info] > git status -z -uall [11ms]
2026-03-04 20:04:00.741 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 20:04:05.768 [info] > git config --get commit.template [11ms]
2026-03-04 20:04:05.769 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:04:05.779 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:04:05.780 [info] > git rev-parse refs/remotes/origin/main [2ms]
2026-03-04 20:04:05.800 [info] > git status -z -uall [10ms]
2026-03-04 20:04:05.801 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 20:04:10.829 [info] > git config --get commit.template [11ms]
2026-03-04 20:04:10.830 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:04:10.840 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:04:10.841 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 20:04:10.861 [info] > git status -z -uall [10ms]
2026-03-04 20:04:10.862 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [1ms]
2026-03-04 20:04:24.520 [info] > git fetch [357ms]
2026-03-04 20:04:24.577 [info] > git config --get commit.template [29ms]
2026-03-04 20:04:24.577 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [6ms]
2026-03-04 20:04:24.598 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:04:24.600 [info] > git rev-parse refs/remotes/origin/main [3ms]
2026-03-04 20:04:24.635 [info] > git status -z -uall [17ms]
2026-03-04 20:04:24.636 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]
2026-03-04 20:04:24.932 [info] > git config --get commit.template [12ms]
2026-03-04 20:04:24.933 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2026-03-04 20:04:24.944 [warning] [Git][revParse] Unable to read file: ENOENT: no such file or directory, open '/home/chloe/Seasoned/.git/refs/remotes/origin/main'
2026-03-04 20:04:24.945 [info] > git rev-parse refs/remotes/origin/main [1ms]
2026-03-04 20:04:24.968 [info] > git status -z -uall [12ms]
2026-03-04 20:04:24.970 [info] > git for-each-ref --sort -committerdate --format %(refname)%00%(objectname)%00%(*objectname) [2ms]

View File

@@ -0,0 +1 @@
2026-03-04 20:01:22.332 [info] Log level: Info

View File

@@ -0,0 +1,10 @@
2026-03-04 20:01:26.966 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 20:01:27.010 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 20:01:27.013 [info] read schema from vscode: vscode://schemas/toolsParameters
2026-03-04 20:01:27.137 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 20:01:27.149 [info] read schema from vscode: vscode://schemas/token-styling
2026-03-04 20:01:27.149 [info] read schema from vscode: vscode://schemas/textmate-colors
2026-03-04 20:01:27.152 [info] read schema from vscode: vscode://schemas/workbench-colors
2026-03-04 20:01:28.010 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 20:01:28.013 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 20:01:28.040 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults

View File

@@ -0,0 +1,6 @@
2026-03-04 20:01:21.918 [info] Starting TS Server
2026-03-04 20:01:21.918 [info] Using tsserver from: /home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/extensions/node_modules/typescript/lib/tsserver.js
2026-03-04 20:01:21.918 [info] <syntax> Forking...
2026-03-04 20:01:21.918 [info] <syntax> Starting...
2026-03-04 20:01:21.918 [info] <semantic> Forking...
2026-03-04 20:01:21.918 [info] <semantic> Starting...

View File

@@ -0,0 +1,684 @@
2026-03-04 20:04:47.475 [info] [GitExtensionServiceImpl] Initializing Git extension service.
2026-03-04 20:04:47.475 [info] [GitExtensionServiceImpl] Successfully activated the vscode.git extension.
2026-03-04 20:04:47.475 [info] [GitExtensionServiceImpl] Enablement state of the vscode.git extension: true.
2026-03-04 20:04:47.475 [info] [GitExtensionServiceImpl] Successfully registered Git commit message provider.
2026-03-04 20:04:47.800 [info] ConversationFeature: Waiting for copilot token to activate conversation feature
2026-03-04 20:04:47.802 [info] Creating node-pty shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/node-pty/build/Release, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/prebuilds/linux-x64
2026-03-04 20:04:47.802 [info] Creating ripgrep shim: source=/home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/node_modules/@vscode/ripgrep/bin, dest=/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64
2026-03-04 20:04:47.928 [info] Found 1 entries to copy: pty.node
2026-03-04 20:04:47.929 [info] Found 1 entries to copy: rg
2026-03-04 20:04:48.113 [info] Logged in as c-stanton
2026-03-04 20:04:48.118 [info] Can't use the Electron fetcher in this environment.
2026-03-04 20:04:48.118 [info] Using the Node fetch fetcher.
2026-03-04 20:04:48.311 [info] [CopilotCLI] MCP server started. Lock file: /home/chloe/.copilot/ide/decd03de-aef9-411c-ae4f-2344919dfbcf.lock
2026-03-04 20:04:48.311 [info] [CopilotCLI] Server URI: unix:/tmp/mcp-2IiPf5/mcp.sock#%2Fmcp
2026-03-04 20:04:49.587 [info] Got Copilot token for c-stanton
2026-03-04 20:04:49.587 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 20:04:49.594 [info] [context keys] Setting context key: github.copilot-chat.activated
2026-03-04 20:04:49.595 [info] activationBlocker from 'languageModelAccess' took for 1913ms
2026-03-04 20:04:49.956 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 20:04:49.956 [info] copilot token sku: free_limited_copilot
2026-03-04 20:04:49.956 [info] ConversationFeature: Activating contributions
2026-03-04 20:04:49.956 [info] GitHub.vscode-pull-request-github extension is not yet activated.
2026-03-04 20:04:49.977 [info] Registering default platform agent...
2026-03-04 20:04:49.978 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 20:04:49.979 [info] [code-referencing] Public code references are enabled.
2026-03-04 20:04:49.979 [info] activationBlocker from 'conversationFeature' took for 2304ms
2026-03-04 20:04:50.052 [info] GithubAvailableEmbeddingTypesManager: Got embeddings. Primary: metis-1024-I16-Binary. Deprecated:
2026-03-04 20:04:50.164 [info] WorkspaceChunkSearchService: using embedding type metis-1024-I16-Binary
2026-03-04 20:04:50.258 [info] Fetched model metadata in 2523ms c81ab8d6-1620-47af-9356-9963bdfe9818
2026-03-04 20:04:50.269 [info] Latest entry: ccreq:latest.copilotmd
2026-03-04 20:04:50.270 [info] ccreq:9c322767.copilotmd | markdown
2026-03-04 20:04:50.517 [info] BYOK: Copilot Chat known models list fetched successfully.
2026-03-04 20:04:50.875 [error] Error: Failed to fetch custom instructions for org c-stanton:
at zL.getOrgCustomInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1523:9055)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async hG.pollInstructions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1228:1174)
at async /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1223:22307
2026-03-04 20:04:50.881 [error] [GitHubAPI] GET https://api.github.com/orgs/c-stanton/repos?per_page=1&sort=updated - Status: 404
2026-03-04 20:15:56.411 [info] [fetchCompletions] Request ae0ac31b-cdb6-41c4-aa9a-e1e8ebc71b70 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 390.8623630000511ms
2026-03-04 20:15:56.435 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:15:56.480 [info] ccreq:5c26b761.copilotmd | markdown
2026-03-04 20:15:58.438 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:15:58.438 [info] request done: requestId: [6af4c1a3-1b3f-421a-b363-f6665531f464] model deployment ID: []
2026-03-04 20:15:58.797 [info] ccreq:9ea10b9f.copilotmd | success | nes-callisto-003 | 721ms | [XtabProvider]
2026-03-04 20:15:58.802 [info] ccreq:b64ab10f.copilotmd | markdown
2026-03-04 20:16:30.905 [info] [fetchCompletions] Request 030b0cf7-9513-482e-b953-35f691814ddd at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 179.48104300000705ms
2026-03-04 20:16:30.912 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:16:30.962 [info] ccreq:11faf882.copilotmd | markdown
2026-03-04 20:16:31.749 [info] [fetchCompletions] Request 34da7ee7-69a2-4332-b297-d370336dd7d0 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 176.69230400002562ms
2026-03-04 20:16:31.761 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:16:31.819 [info] ccreq:6e81ca4d.copilotmd | markdown
2026-03-04 20:16:32.056 [info] [fetchCompletions] Request a22604e4-6b2e-44e1-a113-35ea5ac0d504 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 170.84932699997444ms
2026-03-04 20:16:32.131 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:16:32.142 [info] ccreq:ba772914.copilotmd | markdown
2026-03-04 20:16:34.185 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:16:34.185 [info] request done: requestId: [c06b0fca-6864-49a3-afb1-4a5c37224e30] model deployment ID: []
2026-03-04 20:16:34.531 [info] ccreq:077ac8db.copilotmd | success | nes-callisto-003 | 563ms | [XtabProvider]
2026-03-04 20:16:34.534 [info] ccreq:cef8ee03.copilotmd | markdown
2026-03-04 20:16:41.363 [info] ccreq:842b8732.copilotmd | markdown
2026-03-04 20:16:41.536 [info] [fetchCompletions] Request c9ac8365-d470-4291-8317-8f635b932721 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 162.2209359999979ms
2026-03-04 20:16:41.546 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:16:41.600 [info] ccreq:04cf513a.copilotmd | markdown
2026-03-04 20:16:42.769 [info] [fetchCompletions] Request 6cc49ae9-27aa-4288-a9be-315ea2e655a6 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 153.57838200009428ms
2026-03-04 20:16:42.842 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:16:42.855 [info] ccreq:f648b311.copilotmd | markdown
2026-03-04 20:16:44.922 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:16:44.923 [info] request done: requestId: [86782c58-51c9-4bb7-8750-64c057d25f40] model deployment ID: []
2026-03-04 20:16:44.926 [info] ccreq:4838da6e.copilotmd | success | nes-callisto-003 | 226ms | [XtabProvider]
2026-03-04 20:16:44.929 [info] ccreq:39016b12.copilotmd | markdown
2026-03-04 20:20:51.365 [warning] [relatedFiles] unknown language dotenv
2026-03-04 20:20:51.831 [info] [fetchCompletions] Request ff74a9d3-cb09-4297-a189-98b2640201c1 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 459.77407799998764ms
2026-03-04 20:20:51.918 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:20:51.928 [info] ccreq:2b6013c0.copilotmd | markdown
2026-03-04 20:20:53.710 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:20:53.711 [info] request done: requestId: [581f7306-dbaf-46af-a74a-3c87545cf54c] model deployment ID: []
2026-03-04 20:20:54.129 [info] ccreq:659d5e52.copilotmd | success | nes-callisto-003 | 668ms | [XtabProvider]
2026-03-04 20:20:54.132 [info] ccreq:02e82706.copilotmd | markdown
2026-03-04 20:27:49.120 [info] [fetchCompletions] Request 81a5af6c-9b79-483b-8c2c-6245bf659fe4 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 376.3677219999954ms
2026-03-04 20:27:49.258 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:27:49.267 [info] ccreq:f443c7af.copilotmd | markdown
2026-03-04 20:27:49.854 [info] [fetchCompletions] Request d1706a55-f628-4820-b252-fdc226582850 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 189.94923600018956ms
2026-03-04 20:27:49.864 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:27:49.912 [info] ccreq:c0eafa9f.copilotmd | markdown
2026-03-04 20:27:51.773 [info] Logged in as c-stanton
2026-03-04 20:27:52.345 [info] Got Copilot token for c-stanton
2026-03-04 20:27:52.345 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 20:27:52.537 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 20:27:52.537 [info] copilot token sku: free_limited_copilot
2026-03-04 20:27:52.537 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 20:27:52.537 [info] [code-referencing] Public code references are enabled.
2026-03-04 20:27:52.885 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:27:52.885 [info] request done: requestId: [12041547-68f7-4dff-a0a4-5ed7b9136282] model deployment ID: []
2026-03-04 20:27:52.920 [info] [fetchCompletions] Request a8ac2b28-cef1-43b3-945a-756c2c6f8881 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 478.17647400009446ms
2026-03-04 20:27:52.924 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:27:52.978 [info] ccreq:3c28477a.copilotmd | markdown
2026-03-04 20:27:52.986 [info] Fetched model metadata in 450ms ea520b26-8c86-4d54-b872-37e425ec8ef9
2026-03-04 20:27:53.050 [info] ccreq:3b8cc1e2.copilotmd | markdown
2026-03-04 20:27:53.321 [info] ccreq:205ed5e4.copilotmd | success | nes-callisto-003 | 1583ms | [XtabProvider]
2026-03-04 20:27:53.325 [info] ccreq:a35cc011.copilotmd | markdown
2026-03-04 20:27:53.325 [info] ccreq:6deefa09.copilotmd | markdown
2026-03-04 20:27:55.622 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:27:55.623 [info] request done: requestId: [b4d69fce-13f7-4de9-b36f-dc2a245d72fb] model deployment ID: []
2026-03-04 20:27:55.625 [info] ccreq:d9757be5.copilotmd | success | nes-callisto-003 | 202ms | [XtabProvider]
2026-03-04 20:27:55.626 [info] ccreq:d2fce6ff.copilotmd | markdown
2026-03-04 20:28:27.857 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:28:27.864 [info] request done: requestId: [841ff576-3043-4874-b562-6e186ee39a10] model deployment ID: []
2026-03-04 20:28:27.865 [info] ccreq:d5895a6e.copilotmd | success | gpt-4.1-2025-04-14 | 853ms | [debugCommandIdentifier]
2026-03-04 20:36:07.267 [info] [fetchCompletions] Request e5c7201a-d43c-49d0-ac67-dc0905ebaced at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 330.1201740000397ms
2026-03-04 20:36:07.273 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:07.340 [info] ccreq:56763af4.copilotmd | markdown
2026-03-04 20:36:08.453 [info] [fetchCompletions] Request dd2f869a-6950-4c4b-a3ad-bf9526b1e36c at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 156.49621700006537ms
2026-03-04 20:36:08.458 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:08.511 [info] ccreq:41432b1c.copilotmd | markdown
2026-03-04 20:36:09.337 [info] [fetchCompletions] Request 71c3863f-b814-4456-97d0-2897005a1dc5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 200.75405000010505ms
2026-03-04 20:36:09.345 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:09.382 [info] ccreq:2eebe97a.copilotmd | markdown
2026-03-04 20:36:12.461 [info] [fetchCompletions] Request 205fff47-77ed-4cc7-a269-2d474d6adb44 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 215.5078700000886ms
2026-03-04 20:36:12.548 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:12.775 [info] [fetchCompletions] Request 03a5c79e-7a9f-45eb-8121-e9b5a62f5d4c at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 216.49390499992296ms
2026-03-04 20:36:12.860 [error] [AsyncCompletionManager] [03a5c79e-7a9f-45eb-8121-e9b5a62f5d4c] Request errored with [DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:76:18)
at AbortController.abort (node:internal/abort_controller:504:18)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2538:28160
at I0t.invoke (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:16233)
at n.fire (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17005)
at lFe.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17939)
at S0t.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:18335)
at dre.cancelRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:2208)
at dre.getFirstMatchingRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:1960)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4677:8808
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async hve.getGhostText (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4677:2573)
at async xre.getInlineCompletionsResult (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4678:2451)
at async xre.getInlineCompletions (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4678:2071)
at async Ere.provideInlineCompletionItems (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4678:4093)
at async kre._provideInlineCompletionItems (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4678:7648)
at async kre.provideInlineCompletionItems (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4678:7142)
at async Co.provideInlineCompletions (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:144:164169)]
2026-03-04 20:36:13.034 [info] [fetchCompletions] Request 6297631c-6dec-4e58-8962-fb3efd2c2be7 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 172.3185110001359ms
2026-03-04 20:36:13.113 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:13.126 [info] ccreq:2b09d9d5.copilotmd | markdown
2026-03-04 20:36:15.171 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:36:15.171 [info] request done: requestId: [9b95288e-8b2d-4575-b42e-0af909971f00] model deployment ID: []
2026-03-04 20:36:15.574 [info] ccreq:49b1c205.copilotmd | success | nes-callisto-003 | 628ms | [XtabProvider]
2026-03-04 20:36:15.576 [info] ccreq:26d88f5b.copilotmd | markdown
2026-03-04 20:36:16.256 [info] ccreq:03f815de.copilotmd | markdown
2026-03-04 20:36:16.466 [info] [fetchCompletions] Request 14df7088-2fe9-4fed-9900-cc6555555fc2 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 201.10702200001106ms
2026-03-04 20:36:16.547 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:16.555 [info] ccreq:0a5bbf57.copilotmd | markdown
2026-03-04 20:36:18.546 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:36:18.546 [info] request done: requestId: [982a18f1-4e76-4a43-8482-0ac85159d158] model deployment ID: []
2026-03-04 20:36:18.549 [info] ccreq:d9549ac9.copilotmd | success | nes-callisto-003 | 188ms | [XtabProvider]
2026-03-04 20:36:18.551 [info] ccreq:1c26c531.copilotmd | markdown
2026-03-04 20:36:18.913 [info] ccreq:8707188c.copilotmd | markdown
2026-03-04 20:36:19.776 [info] [fetchCompletions] Request eb4a5e02-e8bc-4181-9521-53a7d6583534 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 210.51038799993694ms
2026-03-04 20:36:19.842 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:19.851 [info] ccreq:2149adcc.copilotmd | markdown
2026-03-04 20:36:21.720 [info] [fetchCompletions] Request b8aecdf6-d9f7-4fd2-aee8-d850fd4cb7f0 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 214.92697899998166ms
2026-03-04 20:36:21.727 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:21.780 [info] ccreq:bb614855.copilotmd | markdown
2026-03-04 20:36:24.116 [info] [fetchCompletions] Request 74966cb9-c302-470f-82b5-8e27018f225a at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 217.09033999987878ms
2026-03-04 20:36:24.160 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:24.169 [info] ccreq:5d37af75.copilotmd | markdown
2026-03-04 20:36:26.076 [info] [fetchCompletions] Request 69babfc0-ed5d-47a3-a3c2-7c59b0b7d7a2 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 212.57317099999636ms
2026-03-04 20:36:26.145 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:26.153 [info] ccreq:3d041de0.copilotmd | markdown
2026-03-04 20:36:28.500 [info] [fetchCompletions] Request 91c395fd-282d-4f6c-bdb0-2d0d0fa1d36a at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 173.93343500001356ms
2026-03-04 20:36:28.502 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:36:28.562 [info] ccreq:64f91e56.copilotmd | markdown
2026-03-04 20:36:28.795 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:36:28.795 [info] request done: requestId: [7659faa6-b068-49f5-aa22-cb0caf5f7952] model deployment ID: []
2026-03-04 20:36:28.797 [info] ccreq:3be812c5.copilotmd | success | nes-callisto-003 | 385ms | [XtabProvider]
2026-03-04 20:36:29.162 [info] ccreq:4a663d94.copilotmd | markdown
2026-03-04 20:36:29.675 [info] ccreq:abe1270e.copilotmd | markdown
2026-03-04 20:36:29.687 [info] ccreq:7341abf8.copilotmd | markdown
2026-03-04 20:36:30.047 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:36:30.047 [info] request done: requestId: [9d4714a8-3bd1-4be2-9405-85770bc56104] model deployment ID: []
2026-03-04 20:36:30.050 [info] ccreq:2f35b570.copilotmd | success | nes-callisto-003 | 268ms | [XtabProvider]
2026-03-04 20:36:30.561 [info] ccreq:154725b1.copilotmd | markdown
2026-03-04 20:39:28.610 [info] [fetchCompletions] Request 8705f32e-43aa-4234-9f46-f0573423eea1 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 339.22289799991995ms
2026-03-04 20:39:28.692 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:39:28.702 [info] ccreq:8a1f0e32.copilotmd | markdown
2026-03-04 20:39:53.013 [info] [fetchCompletions] Request 291d5aea-2b38-4f0d-8f3a-b672bc8aa787 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 197.93247899971902ms
2026-03-04 20:39:53.096 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:39:53.127 [info] ccreq:398a5e64.copilotmd | markdown
2026-03-04 20:39:53.325 [info] ccreq:730637f9.copilotmd | markdown
2026-03-04 20:39:53.334 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:39:53.335 [info] request done: requestId: [459911fb-33d8-4e1d-b70e-b81659a23b00] model deployment ID: []
2026-03-04 20:39:53.383 [info] [fetchCompletions] Request ffe78a73-5cab-4a0b-be77-a65e913a6dda at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 228.09658600017428ms
2026-03-04 20:39:53.388 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:39:53.474 [info] ccreq:05061d79.copilotmd | markdown
2026-03-04 20:39:53.485 [info] ccreq:2d2004ec.copilotmd | markdown
2026-03-04 20:39:53.762 [info] ccreq:972ba50e.copilotmd | success | nes-callisto-003 | 853ms | [XtabProvider]
2026-03-04 20:39:54.080 [info] [code-referencing] Calling twirp/github.snippy.v1.SnippyAPI/Match
2026-03-04 20:39:54.150 [info] ccreq:a8dd7f3e.copilotmd | markdown
2026-03-04 20:39:54.417 [info] [code-referencing] Match found
2026-03-04 20:39:54.417 [info] [code-referencing] Calling twirp/github.snippy.v1.SnippyAPI/FilesForMatch
2026-03-04 20:39:54.439 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:39:54.440 [info] request done: requestId: [e6b66bea-a85d-4d5b-ab3f-cfef161fd058] model deployment ID: []
2026-03-04 20:39:54.442 [info] ccreq:c1970d8e.copilotmd | success | nes-callisto-003 | 276ms | [XtabProvider]
2026-03-04 20:39:54.941 [info] ccreq:60c5799e.copilotmd | markdown
2026-03-04 20:45:56.241 [info] [fetchCompletions] Request e5eca35c-6549-4581-9cf8-e53442e33e11 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 355.1938889999874ms
2026-03-04 20:45:56.246 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:45:56.304 [info] ccreq:e45ae747.copilotmd | markdown
2026-03-04 20:45:58.194 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:45:58.195 [info] request done: requestId: [78d17d88-bf51-46ea-89bd-3907b0ee5a93] model deployment ID: []
2026-03-04 20:45:58.563 [info] ccreq:d3b634c4.copilotmd | success | nes-callisto-003 | 598ms | [XtabProvider]
2026-03-04 20:45:58.569 [info] ccreq:c3aea248.copilotmd | markdown
2026-03-04 20:46:37.841 [info] [fetchCompletions] Request 0c813756-1328-464f-a8c5-1962f8e0c1c3 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 199.93394299969077ms
2026-03-04 20:46:37.851 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:46:37.908 [info] ccreq:f1dafdcf.copilotmd | markdown
2026-03-04 20:46:39.971 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:46:39.972 [info] request done: requestId: [5ecfff02-e913-438b-ab5e-986950182459] model deployment ID: []
2026-03-04 20:46:40.346 [info] ccreq:d2a144ad.copilotmd | success | nes-callisto-003 | 611ms | [XtabProvider]
2026-03-04 20:46:40.351 [info] ccreq:44bbaf11.copilotmd | markdown
2026-03-04 20:47:51.478 [info] [fetchCompletions] Request b1275352-8ce0-48af-b8ac-327f22610d13 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 167.58326300000772ms
2026-03-04 20:47:51.487 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:47:51.537 [info] ccreq:f966cc86.copilotmd | markdown
2026-03-04 20:47:53.630 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:47:53.631 [info] request done: requestId: [c56deb58-e060-49de-af0d-467645af4158] model deployment ID: []
2026-03-04 20:47:54.038 [info] ccreq:cb59a63c.copilotmd | success | nes-callisto-003 | 637ms | [XtabProvider]
2026-03-04 20:47:54.041 [info] ccreq:04572582.copilotmd | markdown
2026-03-04 20:49:30.069 [info] [fetchCompletions] Request 5ff488b7-41e5-4134-98ac-6a3ade27c1a4 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 188.0764560000971ms
2026-03-04 20:49:30.164 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:49:30.173 [info] ccreq:2e0a752b.copilotmd | markdown
2026-03-04 20:49:32.004 [info] Logged in as c-stanton
2026-03-04 20:49:32.553 [info] Got Copilot token for c-stanton
2026-03-04 20:49:32.553 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 20:49:32.704 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 20:49:32.704 [info] copilot token sku: free_limited_copilot
2026-03-04 20:49:32.705 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 20:49:32.705 [info] [code-referencing] Public code references are enabled.
2026-03-04 20:49:33.122 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:49:33.122 [info] request done: requestId: [f7cc51ad-c5dd-4a50-98e1-6abb9f078221] model deployment ID: []
2026-03-04 20:49:33.124 [info] Fetched model metadata in 420ms 57d17780-aa89-4178-8ee1-e0602d5da68d
2026-03-04 20:49:33.187 [info] ccreq:adb3176e.copilotmd | markdown
2026-03-04 20:49:33.483 [info] ccreq:34843ef4.copilotmd | success | nes-callisto-003 | 1510ms | [XtabProvider]
2026-03-04 20:49:33.488 [info] ccreq:417edeec.copilotmd | markdown
2026-03-04 20:50:31.180 [info] [fetchCompletions] Request b56e8756-0878-4262-a7b2-2f22c875eea8 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 178.5622250000015ms
2026-03-04 20:50:31.254 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:31.264 [info] ccreq:e22c0b09.copilotmd | markdown
2026-03-04 20:50:33.315 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:50:33.316 [info] request done: requestId: [512dfe3e-f18f-4438-907e-1f7f3254227b] model deployment ID: []
2026-03-04 20:50:33.717 [info] ccreq:95678115.copilotmd | success | nes-callisto-003 | 634ms | [XtabProvider]
2026-03-04 20:50:33.719 [info] ccreq:8932c244.copilotmd | markdown
2026-03-04 20:50:34.637 [info] ccreq:88fe05e8.copilotmd | markdown
2026-03-04 20:50:50.925 [info] [fetchCompletions] Request 5938de5d-c80e-432c-a178-f7148a79519e at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 321.7180220000446ms
2026-03-04 20:50:50.934 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:50.985 [info] ccreq:445af753.copilotmd | markdown
2026-03-04 20:50:53.649 [info] [fetchCompletions] Request 8c250b9e-a565-4ab5-b7d7-d1c7ec40375e at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 232.83023499976844ms
2026-03-04 20:50:53.709 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:53.895 [info] [fetchCompletions] Request 842a0006-1ae5-4dc7-9c34-b6c8e9037e8d at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 177.5922159999609ms
2026-03-04 20:50:53.966 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:54.137 [info] [fetchCompletions] Request 500edd86-eb1f-4ce3-aff7-e7ae1e4b90c7 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 163.808689000085ms
2026-03-04 20:50:54.205 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:54.213 [info] ccreq:0211e299.copilotmd | markdown
2026-03-04 20:50:54.421 [info] [fetchCompletions] Request 78cf3b83-cb86-41e3-8144-e9690b4b1c21 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 174.5631140000187ms
2026-03-04 20:50:54.488 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:50:54.498 [info] ccreq:58cb7628.copilotmd | markdown
2026-03-04 20:50:56.535 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:50:56.536 [info] request done: requestId: [93bb3067-28b1-4c3c-a466-1aee777a018c] model deployment ID: []
2026-03-04 20:50:56.886 [info] ccreq:9875d727.copilotmd | success | nes-callisto-003 | 556ms | [XtabProvider]
2026-03-04 20:50:56.894 [info] ccreq:3d29a639.copilotmd | markdown
2026-03-04 20:51:43.156 [info] [fetchCompletions] Request 522d8e15-da03-4e6b-9c82-facefd95d8ef at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 353.06308100000024ms
2026-03-04 20:51:43.234 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:51:43.245 [info] ccreq:518e445a.copilotmd | markdown
2026-03-04 20:51:45.171 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:51:45.171 [info] request done: requestId: [85c63043-d01e-4fac-a011-dd58f5304c6f] model deployment ID: []
2026-03-04 20:51:45.577 [info] ccreq:f1232d68.copilotmd | success | nes-callisto-003 | 684ms | [XtabProvider]
2026-03-04 20:51:45.580 [info] ccreq:2396a028.copilotmd | markdown
2026-03-04 20:51:50.669 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:51:50.669 [info] request done: requestId: [7d43d4f5-332f-4fa1-9fe4-d5727ed86f40] model deployment ID: []
2026-03-04 20:51:50.671 [info] ccreq:5a8259a7.copilotmd | success | nes-callisto-003 | 300ms | [XtabProvider]
2026-03-04 20:51:50.673 [info] ccreq:93b07b70.copilotmd | markdown
2026-03-04 20:52:21.506 [info] [fetchCompletions] Request 680a62b7-7712-4c10-a68d-1a688b3e1d36 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 226.90104699973017ms
2026-03-04 20:52:21.581 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:52:21.590 [info] ccreq:84cd336e.copilotmd | markdown
2026-03-04 20:52:23.608 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:52:23.610 [info] request done: requestId: [23c87890-9eee-4be9-a912-5046e1805a1a] model deployment ID: []
2026-03-04 20:52:24.039 [info] ccreq:52048f29.copilotmd | success | nes-callisto-003 | 667ms | [XtabProvider]
2026-03-04 20:52:24.041 [info] ccreq:d7f52163.copilotmd | markdown
2026-03-04 20:53:04.752 [info] [fetchCompletions] Request 6a7174cc-91f0-4cec-a05d-543764c5c529 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 199.23114499961957ms
2026-03-04 20:53:04.822 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:04.832 [info] ccreq:074a7950.copilotmd | markdown
2026-03-04 20:53:06.536 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:53:06.537 [info] request done: requestId: [3402bdd8-c479-4367-a827-f35e27ac63bd] model deployment ID: []
2026-03-04 20:53:06.968 [info] ccreq:00698178.copilotmd | success | nes-callisto-003 | 644ms | [XtabProvider]
2026-03-04 20:53:07.120 [info] ccreq:718930b0.copilotmd | markdown
2026-03-04 20:53:10.094 [info] [fetchCompletions] Request 3ce2bc48-b54a-4cfd-bb97-54e2bedb5eff at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 183.16113900020719ms
2026-03-04 20:53:10.165 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:10.173 [info] ccreq:8573be3b.copilotmd | markdown
2026-03-04 20:53:10.411 [info] [fetchCompletions] Request 82a61c88-910c-4850-9f5a-77e642b574d5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 192.74924399983138ms
2026-03-04 20:53:10.486 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:10.495 [info] ccreq:fbc5caa9.copilotmd | markdown
2026-03-04 20:53:10.791 [info] [fetchCompletions] Request b8c85fbe-3601-454b-8d82-243fe55fbbac at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 207.2852780004032ms
2026-03-04 20:53:10.870 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:10.883 [info] ccreq:5511d2d9.copilotmd | markdown
2026-03-04 20:53:11.182 [info] [fetchCompletions] Request f452994d-5253-4a11-b7e5-bc8aeacb0589 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 277.22807099996135ms
2026-03-04 20:53:11.260 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:11.268 [info] ccreq:096b8301.copilotmd | markdown
2026-03-04 20:53:11.822 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:53:11.823 [info] request done: requestId: [82300d84-d5f8-41c5-bca5-20845fdd613e] model deployment ID: []
2026-03-04 20:53:11.829 [info] ccreq:9384471e.copilotmd | success | nes-callisto-003 | 191ms | [XtabProvider]
2026-03-04 20:53:11.832 [info] ccreq:58541a74.copilotmd | markdown
2026-03-04 20:53:11.852 [info] ccreq:66fd530c.copilotmd | markdown
2026-03-04 20:53:12.256 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:53:12.257 [info] request done: requestId: [ccc173ed-c3d2-4b74-bc0d-2be87c450698] model deployment ID: []
2026-03-04 20:53:12.262 [info] ccreq:c810f94e.copilotmd | success | nes-callisto-003 | 217ms | [XtabProvider]
2026-03-04 20:53:12.265 [info] ccreq:067d5b1a.copilotmd | markdown
2026-03-04 20:53:12.512 [info] ccreq:8d3ec075.copilotmd | markdown
2026-03-04 20:53:12.811 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:53:12.812 [info] request done: requestId: [07536f8e-cbd2-4732-97a0-1935f80dce4f] model deployment ID: []
2026-03-04 20:53:12.821 [info] ccreq:53b87df9.copilotmd | success | nes-callisto-003 | 211ms | [XtabProvider]
2026-03-04 20:53:13.406 [info] ccreq:4ecb77b4.copilotmd | markdown
2026-03-04 20:53:13.828 [info] [fetchCompletions] Request 7ebd1f92-210f-41ac-9642-97b0a20231e2 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 259.4763199998997ms
2026-03-04 20:53:13.902 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:13.911 [info] ccreq:ad262d81.copilotmd | markdown
2026-03-04 20:53:14.193 [info] [fetchCompletions] Request 880ff71d-ed9c-4a76-9492-267e89026895 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 229.49457599967718ms
2026-03-04 20:53:14.296 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:53:14.304 [info] ccreq:a128fa31.copilotmd | markdown
2026-03-04 20:53:16.304 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:53:16.305 [info] request done: requestId: [47f9b11d-8ee8-4f24-acdf-e5a2930e0af4] model deployment ID: []
2026-03-04 20:53:16.313 [info] ccreq:736f0805.copilotmd | success | nes-callisto-003 | 264ms | [XtabProvider]
2026-03-04 20:53:16.318 [info] ccreq:154e4987.copilotmd | markdown
2026-03-04 20:54:02.963 [info] [fetchCompletions] Request 1fea4703-a53f-4933-93c2-3dbcedaa79ff at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 178.03708099992946ms
2026-03-04 20:54:03.050 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:03.059 [info] ccreq:ca6af02f.copilotmd | markdown
2026-03-04 20:54:05.171 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:54:05.171 [info] request done: requestId: [bb8aa67a-a0d3-4684-968b-8e37bcb75dea] model deployment ID: []
2026-03-04 20:54:05.526 [info] ccreq:3d6a3b7e.copilotmd | success | nes-callisto-003 | 648ms | [XtabProvider]
2026-03-04 20:54:05.528 [info] ccreq:0667d410.copilotmd | markdown
2026-03-04 20:54:52.310 [info] [fetchCompletions] Request ce6e7680-de93-47c5-b1ff-3400a3a1ba48 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 278.498341999948ms
2026-03-04 20:54:52.384 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:52.610 [info] [fetchCompletions] Request 384597fa-1bd2-4445-8133-c35692d2f57f at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 216.317079000175ms
2026-03-04 20:54:52.683 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:53.100 [info] [fetchCompletions] Request e8b8b4d4-99fa-47d2-ad8f-69939b7232c5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 243.1627819999121ms
2026-03-04 20:54:53.187 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:53.197 [info] ccreq:ca291d50.copilotmd | markdown
2026-03-04 20:54:55.156 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:54:55.157 [info] request done: requestId: [64e50c67-4307-4495-85fd-8e01d9d48cb9] model deployment ID: []
2026-03-04 20:54:55.508 [info] ccreq:1ab68cb2.copilotmd | success | nes-callisto-003 | 581ms | [XtabProvider]
2026-03-04 20:54:55.512 [info] ccreq:f149134b.copilotmd | markdown
2026-03-04 20:54:56.205 [info] ccreq:f0a065e2.copilotmd | markdown
2026-03-04 20:54:57.636 [info] [fetchCompletions] Request 16d6c2e3-d90b-4317-a88a-883fcb56e49b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 200.9361120001413ms
2026-03-04 20:54:57.717 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:57.909 [info] [fetchCompletions] Request d8f5ccd5-e047-4b2e-a549-3f03921c5156 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 183.36926600011066ms
2026-03-04 20:54:57.995 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:58.217 [info] [fetchCompletions] Request f656b57a-781b-4e47-8240-e331c650fe20 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 214.5406120000407ms
2026-03-04 20:54:58.245 [error] [AsyncCompletionManager] [f656b57a-781b-4e47-8240-e331c650fe20] Request errored with [DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:76:18)
at AbortController.abort (node:internal/abort_controller:504:18)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2538:28160
at I0t.invoke (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:16233)
at n.fire (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17005)
at lFe.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17939)
at S0t.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:18335)
at dre.cancelRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:2208)
at dre.getFirstMatchingRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:1960)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4677:8808
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)]
2026-03-04 20:54:58.493 [info] [fetchCompletions] Request 59b21cde-f80b-424c-9ae7-63e74e354d00 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 244.23518100008368ms
2026-03-04 20:54:58.572 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:54:58.580 [info] ccreq:07b6e7cf.copilotmd | markdown
2026-03-04 20:55:00.591 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:00.591 [info] request done: requestId: [97d8a78a-f9bf-460b-9b63-b16ecf7d4e29] model deployment ID: []
2026-03-04 20:55:00.594 [info] ccreq:5db0f7f2.copilotmd | success | nes-callisto-003 | 261ms | [XtabProvider]
2026-03-04 20:55:00.597 [info] ccreq:12cb3a04.copilotmd | markdown
2026-03-04 20:55:06.878 [info] ccreq:b1a3b645.copilotmd | markdown
2026-03-04 20:55:08.430 [info] [fetchCompletions] Request 1dd2494b-9934-4e60-8846-c7bf35557c57 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 165.48844899982214ms
2026-03-04 20:55:08.505 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:08.516 [info] ccreq:3e224734.copilotmd | markdown
2026-03-04 20:55:09.135 [info] ccreq:5b45eaaa.copilotmd | markdown
2026-03-04 20:55:09.541 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:09.541 [info] request done: requestId: [3c2c9c30-4b5a-4c43-b92b-212e0cb48c1c] model deployment ID: []
2026-03-04 20:55:09.544 [info] ccreq:d9f2c2a2.copilotmd | success | nes-callisto-003 | 216ms | [XtabProvider]
2026-03-04 20:55:10.124 [info] ccreq:f43bcda1.copilotmd | markdown
2026-03-04 20:55:11.236 [info] [fetchCompletions] Request 39bcd2f4-708a-48f3-9e6d-ab1e5d5730fd at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 225.1213789996691ms
2026-03-04 20:55:11.331 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:11.505 [info] [fetchCompletions] Request b3f135b5-4166-4b8f-b6d2-324a0821ee6b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 168.14759599976242ms
2026-03-04 20:55:11.583 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:11.592 [info] ccreq:68bca1bd.copilotmd | markdown
2026-03-04 20:55:11.853 [info] [fetchCompletions] Request ba9ef57f-7253-4bd5-86ba-4108825467cf at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 209.5105269998312ms
2026-03-04 20:55:11.936 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:11.945 [info] ccreq:73e7c912.copilotmd | markdown
2026-03-04 20:55:12.162 [info] [fetchCompletions] Request efdcfb06-7b0d-49d0-b7c6-f220a6b3fdba at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 187.5947560002096ms
2026-03-04 20:55:12.235 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:12.245 [info] ccreq:d7e36596.copilotmd | markdown
2026-03-04 20:55:14.366 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:14.367 [info] request done: requestId: [74a64477-f9d5-4b1b-8372-e23c4ad65f74] model deployment ID: []
2026-03-04 20:55:14.372 [info] ccreq:df5ea9bb.copilotmd | success | nes-callisto-003 | 309ms | [XtabProvider]
2026-03-04 20:55:14.376 [info] ccreq:b497f349.copilotmd | markdown
2026-03-04 20:55:20.142 [info] ccreq:17999340.copilotmd | markdown
2026-03-04 20:55:21.123 [info] [fetchCompletions] Request 59c75bf4-898a-443b-9647-a0510c379760 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 292.6804140000604ms
2026-03-04 20:55:21.205 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:21.210 [info] ccreq:8b58a4c0.copilotmd | markdown
2026-03-04 20:55:23.131 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:23.132 [info] request done: requestId: [b78f167c-0201-453c-ac94-6da781353be7] model deployment ID: []
2026-03-04 20:55:23.137 [info] ccreq:6a2c8119.copilotmd | success | nes-callisto-003 | 211ms | [XtabProvider]
2026-03-04 20:55:23.145 [info] ccreq:274334e4.copilotmd | markdown
2026-03-04 20:55:29.364 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:29.365 [info] request done: requestId: [3bf82eac-d8b5-497e-8ccd-8095ce432d90] model deployment ID: []
2026-03-04 20:55:29.371 [info] ccreq:bf9c2492.copilotmd | success | nes-callisto-003 | 265ms | [XtabProvider]
2026-03-04 20:55:29.378 [info] ccreq:01156eed.copilotmd | markdown
2026-03-04 20:55:30.521 [info] [fetchCompletions] Request 94545a5d-43dc-474a-9dae-6a444b44cc27 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 164.42655699979514ms
2026-03-04 20:55:30.529 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:30.537 [info] ccreq:6cc6a91e.copilotmd | markdown
2026-03-04 20:55:33.690 [info] [fetchCompletions] Request ee08cd4a-505c-4593-85b8-2cebe03f2b21 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 225.37333500012755ms
2026-03-04 20:55:33.753 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:33.972 [info] [fetchCompletions] Request d9b73cb2-1a06-4b57-8f8e-b5e73a638b39 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 211.12852200027555ms
2026-03-04 20:55:34.033 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:34.476 [info] [fetchCompletions] Request d08e7e36-5083-471a-afd5-c9640b2302d9 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 185.33347699977458ms
2026-03-04 20:55:34.559 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:55:34.567 [info] ccreq:c3f9ca0b.copilotmd | markdown
2026-03-04 20:55:36.611 [info] message 0 returned. finish reason: [stop]
2026-03-04 20:55:36.611 [info] request done: requestId: [42946b3e-9168-4441-be19-39a012e6c491] model deployment ID: []
2026-03-04 20:55:36.613 [info] ccreq:3f50d322.copilotmd | success | nes-callisto-003 | 250ms | [XtabProvider]
2026-03-04 20:55:36.616 [info] ccreq:9e7058f8.copilotmd | markdown
2026-03-04 20:56:00.693 [info] [fetchCompletions] Request 009b96ec-fb46-41dd-87e4-7752af6867fd at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 197.5576399997808ms
2026-03-04 20:56:00.773 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:56:00.797 [info] ccreq:52584cbd.copilotmd | markdown
2026-03-04 20:56:00.997 [info] [fetchCompletions] Request 71a872c9-996a-4f72-94e0-ec3c7883e3ad at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 170.1763079999946ms
2026-03-04 20:56:01.007 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:56:01.812 [info] [fetchCompletions] Request 9489a8c9-6de2-4938-b932-dafd6d9e532d at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 205.2564719999209ms
2026-03-04 20:56:01.821 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 20:56:01.872 [info] ccreq:d0c14557.copilotmd | markdown
2026-03-04 20:56:02.490 [info] ccreq:efddb680.copilotmd | markdown
2026-03-04 21:01:06.504 [info] [fetchCompletions] Request 0c0b224e-fad8-47a2-b728-349443297c5a at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 341.179083999712ms
2026-03-04 21:01:06.653 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:01:06.664 [info] ccreq:78c38b6e.copilotmd | markdown
2026-03-04 21:01:08.488 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:01:08.488 [info] request done: requestId: [53c827c4-c139-4a65-a9ca-6c2bb4e09ad9] model deployment ID: []
2026-03-04 21:01:08.893 [info] ccreq:21fde1c8.copilotmd | success | nes-callisto-003 | 638ms | [XtabProvider]
2026-03-04 21:01:08.896 [info] ccreq:220e7047.copilotmd | markdown
2026-03-04 21:07:46.784 [info] [fetchCompletions] Request 8a7362a1-bf2b-4f0c-ba6d-470d5faeb3b4 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 382.84731899993494ms
2026-03-04 21:07:46.860 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:07:46.871 [info] ccreq:5391176c.copilotmd | markdown
2026-03-04 21:07:48.775 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:07:48.775 [info] request done: requestId: [42adecfc-4f37-4354-aa2e-2bceb976126c] model deployment ID: []
2026-03-04 21:07:49.128 [info] ccreq:329b13aa.copilotmd | success | nes-callisto-003 | 632ms | [XtabProvider]
2026-03-04 21:07:49.134 [info] ccreq:7ebcba96.copilotmd | markdown
2026-03-04 21:20:57.574 [info] [fetchCompletions] Request 146b3d36-ddb0-49b8-ab83-d197861b6a5b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 401 status after 177.05949900019914ms
2026-03-04 21:20:57.599 [warning] [fetchCompletions] Response status was 401: unauthorized: token expired
2026-03-04 21:20:57.667 [info] ccreq:313134e6.copilotmd | markdown
2026-03-04 21:20:57.808 [info] Logged in as c-stanton
2026-03-04 21:20:58.355 [info] Got Copilot token for c-stanton
2026-03-04 21:20:58.355 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 21:20:58.375 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 21:20:58.376 [info] copilot token sku: free_limited_copilot
2026-03-04 21:20:58.376 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 21:20:58.376 [info] [code-referencing] Public code references are enabled.
2026-03-04 21:20:58.593 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 21:20:58.594 [info] copilot token sku: free_limited_copilot
2026-03-04 21:20:58.594 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 21:20:58.594 [info] [code-referencing] Public code references are enabled.
2026-03-04 21:20:58.961 [info] Fetched model metadata in 586ms 45b0f835-15ef-4384-a575-23f25ab62fe0
2026-03-04 21:20:59.027 [info] ccreq:1bc41e65.copilotmd | markdown
2026-03-04 21:20:59.701 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:20:59.701 [info] request done: requestId: [efefbaf1-c4a0-4983-b847-55890b41ea7c] model deployment ID: []
2026-03-04 21:21:00.059 [info] ccreq:4db7123a.copilotmd | success | nes-callisto-003 | 568ms | [XtabProvider]
2026-03-04 21:21:00.064 [info] ccreq:9f31094e.copilotmd | markdown
2026-03-04 21:21:11.086 [info] [fetchCompletions] Request 6aebceee-f7c6-4237-b4b0-2529c943b934 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 222.02626499999315ms
2026-03-04 21:21:11.095 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:11.160 [info] ccreq:3b782511.copilotmd | markdown
2026-03-04 21:21:12.050 [info] [fetchCompletions] Request b4c44c10-7259-4360-b85c-f778fd8cbb0d at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 156.9924090001732ms
2026-03-04 21:21:12.135 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:12.159 [info] ccreq:e7c6b74c.copilotmd | markdown
2026-03-04 21:21:12.191 [info] ccreq:6e68ed0a.copilotmd | markdown
2026-03-04 21:21:12.313 [info] ccreq:208a1a9f.copilotmd | markdown
2026-03-04 21:21:12.390 [info] ccreq:55435bc1.copilotmd | markdown
2026-03-04 21:21:12.394 [info] [fetchCompletions] Request 6b826fbd-9a46-4026-876d-c3f3adfc1560 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 187.33194699976593ms
2026-03-04 21:21:12.401 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:12.580 [info] ccreq:2aa897c5.copilotmd | markdown
2026-03-04 21:21:12.777 [info] ccreq:18813eab.copilotmd | markdown
2026-03-04 21:21:16.735 [info] [fetchCompletions] Request 589a835a-8c47-4dfd-a923-ff2e231ae69b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 212.22142499964684ms
2026-03-04 21:21:17.058 [info] [fetchCompletions] Request bc74431d-be99-4c70-84ff-8398b684d7c2 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 223.62996399961412ms
2026-03-04 21:21:17.180 [error] [AsyncCompletionManager] [bc74431d-be99-4c70-84ff-8398b684d7c2] Request errored with [DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:76:18)
at AbortController.abort (node:internal/abort_controller:504:18)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2538:28160
at I0t.invoke (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:16233)
at n.fire (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17005)
at lFe.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:17939)
at S0t.cancel (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:347:18335)
at dre.cancelRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:2208)
at dre.getFirstMatchingRequest (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4646:1960)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:4677:8808
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)]
2026-03-04 21:21:17.399 [info] [fetchCompletions] Request 68ee0b2a-75d6-4551-9a6e-1f51eb5d74b0 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 214.73052299953997ms
2026-03-04 21:21:17.481 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:17.787 [info] ccreq:e21c9271.copilotmd | markdown
2026-03-04 21:21:18.019 [info] [fetchCompletions] Request 57313204-fd28-4752-91ea-33ecf3c7e5c3 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 205.28834099974483ms
2026-03-04 21:21:18.030 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:19.109 [info] [fetchCompletions] Request 6cc0fce2-9023-414c-9c51-3b1dcef912b9 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 227.92843499965966ms
2026-03-04 21:21:19.118 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:19.198 [info] ccreq:fc4ee773.copilotmd | markdown
2026-03-04 21:21:20.062 [info] ccreq:a1b37be2.copilotmd | markdown
2026-03-04 21:21:20.400 [info] ccreq:7ea37b11.copilotmd | markdown
2026-03-04 21:21:21.268 [info] [fetchCompletions] Request f4fd4c03-31b2-42b9-b784-528368c514f1 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 185.44950800016522ms
2026-03-04 21:21:21.346 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:21.364 [info] ccreq:1184451e.copilotmd | markdown
2026-03-04 21:21:21.660 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:21.661 [info] request done: requestId: [a1a301e2-accf-4df7-97df-f7b976b3358d] model deployment ID: []
2026-03-04 21:21:21.662 [info] [fetchCompletions] Request 35c9fe47-3db0-4475-85ab-637a9aaf1a0b at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 279.77641499973834ms
2026-03-04 21:21:21.665 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:21.759 [info] ccreq:81955f04.copilotmd | markdown
2026-03-04 21:21:21.760 [info] ccreq:23992892.copilotmd | markdown
2026-03-04 21:21:21.940 [info] [fetchCompletions] Request 2dd0d223-16ce-45d3-bf1a-5923c2ba7036 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 165.53868500050157ms
2026-03-04 21:21:21.947 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:22.072 [info] ccreq:856930e2.copilotmd | success | nes-callisto-003 | 898ms | [XtabProvider]
2026-03-04 21:21:22.634 [info] [fetchCompletions] Request f362030b-e821-4094-be16-36cf9accc7f5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 182.08873499929905ms
2026-03-04 21:21:22.709 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:22.725 [info] ccreq:f5b4a76d.copilotmd | markdown
2026-03-04 21:21:22.827 [info] ccreq:8c87d5c0.copilotmd | markdown
2026-03-04 21:21:22.835 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:22.835 [info] request done: requestId: [334fc269-9aa5-465c-a4d1-870486732ad3] model deployment ID: []
2026-03-04 21:21:22.840 [info] ccreq:7cc1bca9.copilotmd | success | nes-callisto-003 | 292ms | [XtabProvider]
2026-03-04 21:21:22.920 [info] [fetchCompletions] Request 6f726b3b-5daf-4e06-960a-5d9857f90184 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 173.05974300019443ms
2026-03-04 21:21:22.927 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:23.264 [info] ccreq:8061a2fc.copilotmd | markdown
2026-03-04 21:21:23.568 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:23.568 [info] request done: requestId: [98bf5a9c-2844-4b25-af8e-d8d0f71e5186] model deployment ID: []
2026-03-04 21:21:23.574 [info] ccreq:240fcd65.copilotmd | success | nes-callisto-003 | 218ms | [XtabProvider]
2026-03-04 21:21:24.002 [info] ccreq:9832fdcf.copilotmd | markdown
2026-03-04 21:21:24.202 [info] [fetchCompletions] Request 8eade294-e7dc-407c-a099-b273056abf01 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 191.33775800000876ms
2026-03-04 21:21:24.209 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:24.264 [info] ccreq:27cd2896.copilotmd | markdown
2026-03-04 21:21:24.329 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:24.329 [info] request done: requestId: [5281bec6-85aa-44c1-82d1-43d1967e911d] model deployment ID: []
2026-03-04 21:21:24.335 [info] ccreq:6411e602.copilotmd | success | nes-callisto-003 | 229ms | [XtabProvider]
2026-03-04 21:21:24.604 [info] ccreq:ae0d6130.copilotmd | markdown
2026-03-04 21:21:24.955 [info] [fetchCompletions] Request 386acf44-8964-4cb8-bb7b-e30253ddd062 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 160.05042700003833ms
2026-03-04 21:21:24.962 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:21:25.025 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:25.026 [info] request done: requestId: [0e9d6f1b-e315-4c79-8c17-377d4975b232] model deployment ID: []
2026-03-04 21:21:25.035 [info] ccreq:d4eeceec.copilotmd | markdown
2026-03-04 21:21:25.038 [info] ccreq:7acfc4a0.copilotmd | success | nes-callisto-003 | 327ms | [XtabProvider]
2026-03-04 21:21:25.041 [info] ccreq:7df736a9.copilotmd | markdown
2026-03-04 21:21:25.323 [info] ccreq:048eba01.copilotmd | markdown
2026-03-04 21:21:25.436 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:21:25.436 [info] request done: requestId: [cf2ce0a9-9a67-42dc-906d-28fc288673d3] model deployment ID: []
2026-03-04 21:21:25.445 [info] ccreq:1c1f5134.copilotmd | success | nes-callisto-003 | 303ms | [XtabProvider]
2026-03-04 21:21:25.449 [info] ccreq:48361568.copilotmd | markdown
2026-03-04 21:21:26.177 [info] ccreq:4057dee1.copilotmd | markdown
2026-03-04 21:22:36.184 [info] [fetchCompletions] Request bdbdc819-d3ce-4a78-87c1-ff4eed50390a at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 255.03051599953324ms
2026-03-04 21:22:36.261 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:22:36.271 [info] ccreq:c2636788.copilotmd | markdown
2026-03-04 21:22:38.198 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:22:38.198 [info] request done: requestId: [c31b1ea7-3b0e-4882-b1f9-b88b3c46e77b] model deployment ID: []
2026-03-04 21:22:38.603 [info] ccreq:572946d0.copilotmd | success | nes-callisto-003 | 579ms | [XtabProvider]
2026-03-04 21:22:38.605 [info] ccreq:71364229.copilotmd | markdown
2026-03-04 21:22:47.205 [info] [fetchCompletions] Request dc12ed3e-4882-4172-8279-20a191b86989 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 184.62315900065005ms
2026-03-04 21:22:47.272 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:22:47.282 [info] ccreq:a53b28f7.copilotmd | markdown
2026-03-04 21:22:49.674 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:22:49.675 [info] request done: requestId: [a6697724-00ef-4490-85cf-25550183e974] model deployment ID: []
2026-03-04 21:22:49.679 [info] ccreq:f795b635.copilotmd | success | nes-callisto-003 | 576ms | [XtabProvider]
2026-03-04 21:22:49.684 [info] ccreq:5df1efac.copilotmd | markdown
2026-03-04 21:22:52.150 [info] [fetchCompletions] Request 49a97fce-9eba-40f2-a6e3-9b595b829de0 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 221.5183290001005ms
2026-03-04 21:22:52.232 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:22:52.240 [info] ccreq:277e5a8f.copilotmd | markdown
2026-03-04 21:22:54.224 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:22:54.225 [info] request done: requestId: [19e0934e-f86c-4cc1-8e74-c117187f3395] model deployment ID: []
2026-03-04 21:22:54.230 [info] ccreq:49a038de.copilotmd | success | nes-callisto-003 | 218ms | [XtabProvider]
2026-03-04 21:22:54.234 [info] ccreq:c3aaddad.copilotmd | markdown
2026-03-04 21:23:39.333 [info] [fetchCompletions] Request 6686dffd-8255-41d0-ae8d-40a971ae2db5 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 368.0024019991979ms
2026-03-04 21:23:39.410 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:23:39.420 [info] ccreq:fb914ec0.copilotmd | markdown
2026-03-04 21:23:41.250 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:23:41.251 [info] request done: requestId: [c2448480-5507-4f12-817d-ae75e5cd8f82] model deployment ID: []
2026-03-04 21:23:41.622 [info] ccreq:6d02bb5f.copilotmd | success | nes-callisto-003 | 564ms | [XtabProvider]
2026-03-04 21:23:41.626 [info] ccreq:b58acc18.copilotmd | markdown
2026-03-04 21:24:22.983 [info] [fetchCompletions] Request f19deed4-142c-4303-b8ff-b4bac1a201ca at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 178.2079560002312ms
2026-03-04 21:24:23.052 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:24:23.061 [info] ccreq:81f8db4a.copilotmd | markdown
2026-03-04 21:24:25.143 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:24:25.144 [info] request done: requestId: [e2dc0261-bd82-45ef-bdd8-b3841b833cca] model deployment ID: []
2026-03-04 21:24:25.496 [info] ccreq:e188d6b4.copilotmd | success | nes-callisto-003 | 599ms | [XtabProvider]
2026-03-04 21:24:25.500 [info] ccreq:e71e5e83.copilotmd | markdown
2026-03-04 21:29:08.855 [info] [fetchCompletions] Request 4ac1303f-eb9f-45fa-8f08-c826f5e02017 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 376.3428469998762ms
2026-03-04 21:29:08.931 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:29:08.942 [info] ccreq:1ece3d98.copilotmd | markdown
2026-03-04 21:29:10.783 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:29:10.783 [info] request done: requestId: [66b02c8a-2127-4279-81b0-aa232fa334cd] model deployment ID: []
2026-03-04 21:29:11.129 [info] ccreq:44d5c40d.copilotmd | success | nes-callisto-003 | 555ms | [XtabProvider]
2026-03-04 21:29:11.130 [info] ccreq:2d2028a4.copilotmd | markdown
2026-03-04 21:30:11.559 [info] [fetchCompletions] Request 38163248-506c-4109-b5cc-779bd66b6158 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 238.22958299983293ms
2026-03-04 21:30:11.570 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:30:11.626 [info] ccreq:4d3c5308.copilotmd | markdown
2026-03-04 21:30:13.606 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:30:13.607 [info] request done: requestId: [c227bd9d-dd68-4ebd-afe3-4a5859bd38eb] model deployment ID: []
2026-03-04 21:30:14.029 [info] ccreq:fd9d1361.copilotmd | success | nes-callisto-003 | 614ms | [XtabProvider]
2026-03-04 21:30:14.031 [info] ccreq:31bde8fa.copilotmd | markdown
2026-03-04 21:30:54.527 [info] [fetchCompletions] Request 70c33f56-a246-41b7-8c77-8c561d72e68f at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 189.29101200029254ms
2026-03-04 21:30:54.593 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:30:54.603 [info] ccreq:424c526d.copilotmd | markdown
2026-03-04 21:30:56.656 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:30:56.657 [info] request done: requestId: [33765d48-43d7-4425-8394-a386762a3419] model deployment ID: []
2026-03-04 21:30:57.084 [info] ccreq:d6f34e87.copilotmd | success | nes-callisto-003 | 652ms | [XtabProvider]
2026-03-04 21:30:57.087 [info] ccreq:466caf9b.copilotmd | markdown
2026-03-04 21:31:46.439 [info] [fetchCompletions] Request ebae0b91-7364-4394-a512-69509fbd7847 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 259.47710799984634ms
2026-03-04 21:31:46.516 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:31:46.526 [info] ccreq:a411f1af.copilotmd | markdown
2026-03-04 21:31:48.517 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:31:48.518 [info] request done: requestId: [2ffa1ff4-44e2-423a-9469-9cdcac584808] model deployment ID: []
2026-03-04 21:31:48.889 [info] ccreq:4025d573.copilotmd | success | nes-callisto-003 | 615ms | [XtabProvider]
2026-03-04 21:31:48.891 [info] ccreq:391311bc.copilotmd | markdown
2026-03-04 21:37:20.624 [info] ccreq:af5921e7.copilotmd | markdown
2026-03-04 21:37:20.809 [info] ccreq:ff7b9f09.copilotmd | markdown
2026-03-04 21:37:20.923 [info] ccreq:bbb008e0.copilotmd | markdown
2026-03-04 21:37:21.117 [info] ccreq:1e009834.copilotmd | markdown
2026-03-04 21:37:21.141 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:37:21.141 [info] request done: requestId: [c656a449-cddf-4c55-aaea-43b104bf91a4] model deployment ID: []
2026-03-04 21:37:21.196 [info] ccreq:0a145194.copilotmd | markdown
2026-03-04 21:37:21.196 [info] ccreq:87511d37.copilotmd | markdown
2026-03-04 21:37:21.242 [info] ccreq:13a6e748.copilotmd | markdown
2026-03-04 21:37:21.361 [info] ccreq:47a6299e.copilotmd | markdown
2026-03-04 21:37:21.562 [info] ccreq:87d8a717.copilotmd | success | nes-callisto-003 | 841ms | [XtabProvider]
2026-03-04 21:37:22.003 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:37:22.004 [info] request done: requestId: [c5b44fa6-eda4-4764-83ad-f88e987b2626] model deployment ID: []
2026-03-04 21:37:22.011 [info] ccreq:147450dc.copilotmd | success | nes-callisto-003 | 230ms | [XtabProvider]
2026-03-04 21:37:22.192 [info] ccreq:c9ae278b.copilotmd | markdown
2026-03-04 21:37:23.013 [info] ccreq:15b4c8bf.copilotmd | markdown
2026-03-04 21:37:23.748 [info] [fetchCompletions] Request 6ed37bc7-1663-41a5-b70a-4c52e1b6d039 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 282.497631999664ms
2026-03-04 21:37:23.816 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:37:24.064 [info] [fetchCompletions] Request c2ca966e-6d11-4bdf-92d4-ac0a796e99b7 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 238.65451999939978ms
2026-03-04 21:37:24.164 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:37:24.546 [info] [fetchCompletions] Request 3114758c-fa0f-4bcb-9737-ac48390275a2 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 203.37807399965823ms
2026-03-04 21:37:24.622 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:37:24.630 [info] ccreq:31206f2a.copilotmd | markdown
2026-03-04 21:37:25.337 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:37:25.337 [info] request done: requestId: [0a743c82-3332-40ec-bf59-54b762c6cba7] model deployment ID: []
2026-03-04 21:37:25.339 [info] ccreq:2d242101.copilotmd | success | nes-callisto-003 | 260ms | [XtabProvider]
2026-03-04 21:37:25.496 [info] ccreq:632e5e09.copilotmd | markdown
2026-03-04 21:37:25.546 [info] ccreq:542796f9.copilotmd | markdown
2026-03-04 21:37:25.896 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:37:25.897 [info] request done: requestId: [eaf7e889-21e3-4b17-be5f-d0b50986ce9e] model deployment ID: []
2026-03-04 21:37:25.902 [info] ccreq:2c42bb89.copilotmd | success | nes-callisto-003 | 208ms | [XtabProvider]
2026-03-04 21:37:25.904 [info] ccreq:0a54d7bf.copilotmd | markdown
2026-03-04 21:37:26.770 [info] ccreq:968dfcd1.copilotmd | markdown
2026-03-04 21:37:27.479 [info] [fetchCompletions] Request d8350417-a580-4fb6-b231-7ea7d08545e6 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 277.8928630007431ms
2026-03-04 21:37:27.553 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:37:27.561 [info] ccreq:6b3b5bef.copilotmd | markdown
2026-03-04 21:37:27.816 [info] [fetchCompletions] Request f06d8c85-60c4-4e79-adaf-cbc10228022e at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 230.98037699982524ms
2026-03-04 21:37:27.912 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:37:27.921 [info] ccreq:1a69fd62.copilotmd | markdown
2026-03-04 21:37:29.949 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:37:29.950 [info] request done: requestId: [00a4dd25-3cb0-4bf9-bee7-108c1ca4a595] model deployment ID: []
2026-03-04 21:37:29.955 [info] ccreq:de0dc7bc.copilotmd | success | nes-callisto-003 | 282ms | [XtabProvider]
2026-03-04 21:37:29.960 [info] ccreq:daabaa9e.copilotmd | markdown
2026-03-04 21:43:03.766 [info] [fetchCompletions] Request b64de5c0-7167-4f78-8eca-5424ec506333 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 381.77291999943554ms
2026-03-04 21:43:03.775 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:43:03.856 [info] ccreq:14f911f5.copilotmd | markdown
2026-03-04 21:43:05.496 [info] Logged in as c-stanton
2026-03-04 21:43:06.015 [info] Got Copilot token for c-stanton
2026-03-04 21:43:06.015 [info] Copilot Chat: 0.37.9, VS Code: 1.109.5
2026-03-04 21:43:06.135 [info] AuthenticationService: firing onDidAuthenticationChange from handleAuthChangeEvent. Has token: true
2026-03-04 21:43:06.135 [info] copilot token sku: free_limited_copilot
2026-03-04 21:43:06.135 [info] ConversationFeature: onDidAuthenticationChange has token: true
2026-03-04 21:43:06.135 [info] [code-referencing] Public code references are enabled.
2026-03-04 21:43:06.450 [info] [fetchCompletions] Request b46a3eba-9b42-496b-b16c-eece04766462 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 168.2979790000245ms
2026-03-04 21:43:06.476 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:43:06.476 [info] request done: requestId: [77be8011-3cce-4a10-b4c6-49b96751fb14] model deployment ID: []
2026-03-04 21:43:06.521 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:43:06.525 [info] ccreq:a3d2d8e8.copilotmd | markdown
2026-03-04 21:43:06.632 [info] Fetched model metadata in 498ms d29e78cb-8497-421a-a1c8-1ea7f62bc0f2
2026-03-04 21:43:06.697 [info] ccreq:5059d721.copilotmd | markdown
2026-03-04 21:43:06.892 [info] ccreq:5cde0323.copilotmd | success | nes-callisto-003 | 1414ms | [XtabProvider]
2026-03-04 21:43:06.896 [info] ccreq:25263105.copilotmd | markdown
2026-03-04 21:43:06.896 [info] ccreq:adee7df3.copilotmd | markdown
2026-03-04 21:43:24.062 [info] [fetchCompletions] Request f10768e0-078b-43a0-813a-a1cccd41cfda at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 201.9753970000893ms
2026-03-04 21:43:24.130 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:43:24.135 [info] ccreq:d1b904b0.copilotmd | markdown
2026-03-04 21:43:26.152 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:43:26.153 [info] request done: requestId: [68d24a2e-e102-4823-9011-b2ef38b59ee1] model deployment ID: []
2026-03-04 21:43:26.519 [info] ccreq:75d5bff9.copilotmd | success | nes-callisto-003 | 564ms | [XtabProvider]
2026-03-04 21:43:26.523 [info] ccreq:ef6f6c5f.copilotmd | markdown
2026-03-04 21:43:30.279 [info] [fetchCompletions] Request acdb5017-a3c9-4d5a-9233-dd9f2c31e944 at <https://proxy.individual.githubcopilot.com/v1/engines/gpt-41-copilot/completions> finished with 200 status after 195.9436330003664ms
2026-03-04 21:43:30.350 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2026-03-04 21:43:30.360 [info] ccreq:56c3b005.copilotmd | markdown
2026-03-04 21:43:33.567 [info] message 0 returned. finish reason: [stop]
2026-03-04 21:43:33.568 [info] request done: requestId: [f8e09c63-6556-46d4-964a-298e1a9cd284] model deployment ID: []
2026-03-04 21:43:33.573 [info] ccreq:8e060276.copilotmd | success | nes-callisto-003 | 247ms | [XtabProvider]
2026-03-04 21:43:33.579 [info] ccreq:2d355c05.copilotmd | markdown

View File

@@ -0,0 +1,2 @@
2026-03-04 20:39:54.609 [info] file:///home/chloe/Seasoned.Backend/Program.cs Similar code at [Ln 21, Col 15] builder.Services.AddOpenApi(); builder.Services.AddCors(options => { options.AddPolicy("AllowAl...
2026-03-04 20:39:54.609 [info] License: unknown, URL: https://github.com/github-copilot/code_referencing?cursor=8a34e8afcae1ab03843dcddea467434b,

View File

@@ -0,0 +1,62 @@
2026-03-04 20:04:44.996 [info] Extension host with pid 3982216 started
2026-03-04 20:04:45.022 [info] Lock '/home/chloe/.vscode-server/data/User/workspaceStorage/fadad8f4feaf89d74c25a87f0190bbaa/vscode.lock': Lock acquired.
2026-03-04 20:04:45.217 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-03-04 20:04:45.218 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: '*', root cause: vscode.git
2026-03-04 20:04:45.219 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onChatSession:claude-code'
2026-03-04 20:04:45.219 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:typescript'
2026-03-04 20:04:45.909 [error] PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6685)
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:48569
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:50962
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:52033
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:402:54223
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:411:2608
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:2671
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:412:9347
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:21446
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:25514
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:414:27015
at /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:1:263
at Object.<anonymous> (/home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9/dist/extension.js:2537:2484)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function.<anonymous> (node:internal/modules/cjs/loader:1263:12)
at e._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:405:6055)
at t._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:223:22773)
at s._load (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:215:24706)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1463:12)
at require (node:internal/modules/helpers:147:16)
at pee.Cb (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/vs/workbench/api/node/extensionHostProcess.js:254:1256)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2026-03-04 20:04:46.535 [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
2026-03-04 20:04:46.565 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-03-04 20:04:46.985 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: '*'
2026-03-04 20:04:46.985 [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*'
2026-03-04 20:04:47.228 [info] Eager extensions activated
2026-03-04 20:04:47.228 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 20:04:47.229 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-03-04 20:04:52.401 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:04:52.401 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:04:52.401 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json'
2026-03-04 20:05:07.113 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel'
2026-03-04 21:56:11.592 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7891
2026-03-04 21:57:40.432 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7892
2026-03-04 21:57:59.396 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7874
2026-03-04 21:58:25.893 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7884
2026-03-04 21:58:27.243 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7883
2026-03-04 21:58:28.457 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7883
2026-03-04 21:58:29.744 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7883
2026-03-04 21:58:33.648 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7883
2026-03-04 21:58:37.383 [warning] [Decorations] CAPPING events from decorations provider vscode.git 7883

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
2026-03-04 20:04:47.480 [info] Log level: Info
2026-03-04 20:14:18.161 [info] [GitHubSourceControlHistoryItemDetailsProvider][_getCommitAuthor] Incomplete commit author for c-stanton/Seasoned/257bfa36557e312aee9a096c1459f13a933b2d08: {"author":{"name":"chloe","email":"chloestanton117@gmail.com","avatarUrl":"https://camo.githubusercontent.com/ee9911c1a100bf2dbbf8280b0f072aa6da4a414b503a45638be18687292d3a29/68747470733a2f2f302e67726176617461722e636f6d2f6176617461722f61363163363033626433316666303030396630353532303033653936663137613f643d68747470732533412532462532466769746875622e6769746875626173736574732e636f6d253246696d6167657325324667726176617461727325324667726176617461722d757365722d3432302e706e6726723d67","user":null}}

View File

@@ -0,0 +1,10 @@
2026-03-04 20:04:52.776 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 20:04:52.851 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults
2026-03-04 20:04:52.857 [info] read schema from vscode: vscode://schemas/toolsParameters
2026-03-04 20:04:53.000 [info] read schema from vscode: vscode://schemas/settings/resourceLanguage
2026-03-04 20:04:53.016 [info] read schema from vscode: vscode://schemas/token-styling
2026-03-04 20:04:53.016 [info] read schema from vscode: vscode://schemas/textmate-colors
2026-03-04 20:04:53.016 [info] read schema from vscode: vscode://schemas/workbench-colors
2026-03-04 20:04:53.825 [info] schema change detected vscode://schemas/settings/configurationDefaults
2026-03-04 20:04:53.828 [info] read schema from vscode: vscode://schemas/vscode-extensions
2026-03-04 20:04:53.859 [info] read schema from vscode: vscode://schemas/settings/configurationDefaults

View File

@@ -0,0 +1,6 @@
2026-03-04 20:04:47.475 [info] Starting TS Server
2026-03-04 20:04:47.475 [info] Using tsserver from: /home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/extensions/node_modules/typescript/lib/tsserver.js
2026-03-04 20:04:47.475 [info] <syntax> Forking...
2026-03-04 20:04:47.475 [info] <syntax> Starting...
2026-03-04 20:04:47.475 [info] <semantic> Forking...
2026-03-04 20:04:47.475 [info] <semantic> Starting...

View File

@@ -0,0 +1,36 @@
2026-03-04 18:56:12.702 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:12.707 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:12.710 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:12.711 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:55.836 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:55.838 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:55.841 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 18:56:55.849 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 18:58:31.986 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args []
2026-03-04 19:32:30.225 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 19:32:30.226 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 19:32:30.227 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 19:32:30.232 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 19:32:30.485 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args []
2026-03-04 19:32:33.878 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args []
2026-03-04 19:33:35.081 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 19:33:35.087 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 19:33:35.088 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 19:33:35.090 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 19:34:06.170 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args []
2026-03-04 20:01:18.492 [info] Expanding terminal instance, old id fadad8f4feaf89d74c25a87f0190bbaa-22 -> new id undefined
2026-03-04 20:01:19.435 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 20:01:19.436 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 20:01:19.440 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 20:01:19.441 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 20:01:22.646 [warning] Persistent process "22": Process had no disconnect runners but was an orphan
2026-03-04 20:01:22.646 [info] Persistent process reconnection "22"
2026-03-04 20:01:22.683 [info] Persistent process "22": Replaying 271 chars and 1 size events
2026-03-04 20:04:44.304 [info] Expanding terminal instance, old id fadad8f4feaf89d74c25a87f0190bbaa-22 -> new id undefined
2026-03-04 20:04:45.137 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"]
2026-03-04 20:04:45.139 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"]
2026-03-04 20:04:45.141 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"]
2026-03-04 20:04:45.142 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args ["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --no-config --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --disable --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"]
2026-03-04 20:04:45.358 [info] Persistent process reconnection "22"
2026-03-04 20:04:45.453 [info] Persistent process "22": Replaying 2614 chars and 1 size events
2026-03-04 21:52:47.126 [warning] Shell integration cannot be enabled for executable "/bin/sh" and args []

View File

@@ -0,0 +1,391 @@
2026-03-04 18:56:11.898 [info]
2026-03-04 18:56:11.908 [info] Extension host agent started.
2026-03-04 18:56:11.960 [info] Started initializing default profile extensions in extensions installation folder. file:///home/chloe/.vscode-server/extensions
2026-03-04 18:56:11.965 [info] [<unknown>][a2a8ee5f][ManagementConnection] New connection established.
2026-03-04 18:56:11.981 [info] [<unknown>][3724b9a7][ExtensionHostConnection] New connection established.
2026-03-04 18:56:11.994 [info] Completed initializing default profile extensions in extensions installation folder. file:///home/chloe/.vscode-server/extensions
2026-03-04 18:56:12.038 [info] [<unknown>][3724b9a7][ExtensionHostConnection] <3962427> Launched Extension Host Process.
2026-03-04 18:56:12.439 [info] [<unknown>][3724b9a7][ExtensionHostConnection] <3962427> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 18:56:16.401 [info] Downloaded extension to file:///home/chloe/.vscode-server/data/CachedExtensionVSIXs/4922eaf4-a7e0-4603-8ea3-7ff911db9adb
2026-03-04 18:56:16.466 [info] Installing extension: github.copilot-chat {"isApplicationScoped":false,"profileLocation":{"$mid":1,"fsPath":"/home/chloe/.vscode-server/extensions/extensions.json","external":"file:///home/chloe/.vscode-server/extensions/extensions.json","path":"/home/chloe/.vscode-server/extensions/extensions.json","scheme":"file"},"productVersion":{"version":"1.109.5","date":"2026-02-19T19:43:32.382Z"}}
2026-03-04 18:56:16.946 [info] Extracted extension to file:///home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9: github.copilot-chat
2026-03-04 18:56:16.965 [info] Renamed to /home/chloe/.vscode-server/extensions/github.copilot-chat-0.37.9
2026-03-04 18:56:17.015 [info] Extension installed successfully: github.copilot-chat file:///home/chloe/.vscode-server/extensions/extensions.json
2026-03-04 18:56:42.035 [info] [<unknown>][a2a8ee5f][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-03-04 18:56:42.244 [info] [<unknown>][3724b9a7][ExtensionHostConnection] <3962427> Extension Host Process exited with code: 0, signal: null.
2026-03-04 18:56:42.244 [info] Cancelling previous shutdown timeout
2026-03-04 18:56:42.244 [info] Last EH closed, waiting before shutting down
2026-03-04 18:56:55.480 [info] [<unknown>][b1ccafdf][ManagementConnection] New connection established.
2026-03-04 18:56:55.482 [info] [<unknown>][d9726d1d][ExtensionHostConnection] New connection established.
2026-03-04 18:56:55.488 [info] [<unknown>][d9726d1d][ExtensionHostConnection] <3962627> Launched Extension Host Process.
2026-03-04 18:56:55.840 [info] [<unknown>][d9726d1d][ExtensionHostConnection] <3962627> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 19:01:42.247 [info] New EH opened, aborting shutdown
2026-03-04 19:01:42.255 [error] Error: Unexpected SIGPIPE
at process.<anonymous> (file:///home/chloe/.vscode-server/cli/servers/Stable-072586267e68ece9a47aa43f8c108e0dcbf44622/server/out/server-main.js:191:1034)
at process.emit (node:events:531:35)
2026-03-04 19:31:56.730 [info] [<unknown>][d9726d1d][ExtensionHostConnection] <3962627> Extension Host Process exited with code: 0, signal: null.
2026-03-04 19:31:56.731 [info] Last EH closed, waiting before shutting down
2026-03-04 19:32:26.662 [info] [<unknown>][b1ccafdf][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing...
2026-03-04 19:32:29.210 [info] [<unknown>][b1ccafdf][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing...
2026-03-04 19:32:29.212 [info] [<unknown>][b9959bf3][ManagementConnection] New connection established.
2026-03-04 19:32:29.214 [info] [<unknown>][32f11e96][ExtensionHostConnection] New connection established.
2026-03-04 19:32:29.231 [info] [<unknown>][32f11e96][ExtensionHostConnection] <3977191> Launched Extension Host Process.
2026-03-04 19:32:29.566 [info] [<unknown>][32f11e96][ExtensionHostConnection] <3977191> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 19:33:08.441 [info] [<unknown>][32f11e96][ExtensionHostConnection] <3977191> Extension Host Process exited with code: 0, signal: null.
2026-03-04 19:33:08.442 [info] Cancelling previous shutdown timeout
2026-03-04 19:33:08.442 [info] Last EH closed, waiting before shutting down
2026-03-04 19:33:34.206 [info] [<unknown>][215d58e1][ExtensionHostConnection] New connection established.
2026-03-04 19:33:34.221 [info] [<unknown>][215d58e1][ExtensionHostConnection] <3977532> Launched Extension Host Process.
2026-03-04 19:33:34.224 [info] [<unknown>][1430dcab][ManagementConnection] New connection established.
2026-03-04 19:33:34.579 [info] [<unknown>][215d58e1][ExtensionHostConnection] <3977532> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 19:33:38.346 [info] [<unknown>][b9959bf3][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing...
2026-03-04 19:37:29.312 [info] [<unknown>][b1ccafdf][ManagementConnection] The reconnection short grace time of 5m has expired, so the connection will be disposed.
2026-03-04 19:38:08.444 [info] New EH opened, aborting shutdown
2026-03-04 19:58:48.302 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 19:58:48.303 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 19:58:48.304 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 19:58:48.305 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 19:58:48.305 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:00:51.557 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:00:51.558 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:00:51.559 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:00:51.559 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:01:11.591 [info] [<unknown>][215d58e1][ExtensionHostConnection] <3977532> Extension Host Process exited with code: 0, signal: null.
2026-03-04 20:01:11.591 [info] Last EH closed, waiting before shutting down
2026-03-04 20:01:18.441 [info] [<unknown>][b9959bf3][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing...
2026-03-04 20:01:18.442 [info] [<unknown>][678b1db0][ExtensionHostConnection] New connection established.
2026-03-04 20:01:18.456 [info] [<unknown>][678b1db0][ExtensionHostConnection] <3981348> Launched Extension Host Process.
2026-03-04 20:01:18.459 [info] [<unknown>][9193ed97][ManagementConnection] New connection established.
2026-03-04 20:01:18.858 [info] [<unknown>][678b1db0][ExtensionHostConnection] <3981348> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 20:01:41.497 [info] [<unknown>][1430dcab][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing...
2026-03-04 20:02:55.966 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.967 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.968 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.970 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.976 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.977 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.977 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.979 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.979 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.984 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.985 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.986 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.986 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.990 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.991 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.993 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.998 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:55.999 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.001 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.002 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.002 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.005 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.009 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.010 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.011 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.012 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.023 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.024 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.024 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.025 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.033 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.034 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.098 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.102 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.102 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.106 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.145 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.154 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.154 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.155 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.185 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.187 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.187 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.188 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.188 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.189 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.189 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.190 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.207 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.224 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.225 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.431 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.432 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.436 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.436 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.437 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.442 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.445 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.445 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.446 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.448 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.451 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.452 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.454 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.455 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.455 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.456 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.456 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.461 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.463 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.465 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.465 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.469 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.469 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.474 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.474 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.479 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.479 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.481 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.483 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.493 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.494 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.503 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.504 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.510 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.511 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.513 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.519 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.521 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.522 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.522 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.526 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.530 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.531 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.533 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.534 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.537 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.538 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.539 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.540 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.543 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.543 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.544 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.548 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.549 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.552 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.553 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.555 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.559 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.559 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.560 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.560 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.561 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.561 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.564 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.565 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.566 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.566 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.568 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.581 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.582 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.582 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.584 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.588 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.590 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.606 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.607 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.609 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.610 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.622 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.623 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.651 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.654 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.669 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.670 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.670 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.672 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.675 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.675 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.676 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.678 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.681 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.749 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.750 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.840 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.841 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.853 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.854 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.862 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.863 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.864 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.864 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.879 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.880 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.881 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.881 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.884 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.891 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.897 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.898 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.903 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.904 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.907 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.908 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.908 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.913 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.916 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.917 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.917 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.924 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.924 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.925 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.926 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.926 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.932 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.933 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.935 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.940 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.941 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.941 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.946 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.948 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.950 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.990 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.991 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.995 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.995 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.999 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:56.999 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.006 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.007 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.030 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.031 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.040 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.041 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.044 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.045 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.045 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.046 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.052 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.052 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.055 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.056 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.056 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.059 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.060 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.060 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.061 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.061 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.066 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.067 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.073 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.073 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.074 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.074 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.075 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.079 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.086 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.086 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.087 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.087 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.088 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.088 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.089 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.089 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.094 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.094 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.095 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.096 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.096 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.102 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.102 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.103 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.103 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.104 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.108 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.109 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.111 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.124 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.125 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.130 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.134 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.150 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.150 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.151 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.152 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.183 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.183 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.184 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.184 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.185 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.188 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.211 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.212 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.213 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.213 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.222 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.223 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.223 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.224 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.227 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.227 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.228 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.229 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.239 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.240 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:02:57.241 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:04:01.206 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:04:01.206 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:04:01.207 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:04:38.814 [info] [<unknown>][9193ed97][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-03-04 20:04:38.940 [info] [<unknown>][678b1db0][ExtensionHostConnection] <3981348> Extension Host Process exited with code: 0, signal: null.
2026-03-04 20:04:38.941 [info] Cancelling previous shutdown timeout
2026-03-04 20:04:38.941 [info] Last EH closed, waiting before shutting down
2026-03-04 20:04:44.231 [info] [<unknown>][1430dcab][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing...
2026-03-04 20:04:44.233 [info] [<unknown>][d5e512f0][ManagementConnection] New connection established.
2026-03-04 20:04:44.234 [info] [<unknown>][ffa77513][ExtensionHostConnection] New connection established.
2026-03-04 20:04:44.249 [info] [<unknown>][ffa77513][ExtensionHostConnection] <3982216> Launched Extension Host Process.
2026-03-04 20:04:44.605 [info] [<unknown>][ffa77513][ExtensionHostConnection] <3982216> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-03-04 20:06:18.574 [info] [<unknown>][b9959bf3][ManagementConnection] The reconnection short grace time of 5m has expired, so the connection will be disposed.
2026-03-04 20:06:30.506 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:09:38.942 [info] New EH opened, aborting shutdown
2026-03-04 20:09:44.342 [info] [<unknown>][1430dcab][ManagementConnection] The reconnection short grace time of 5m has expired, so the connection will be disposed.
2026-03-04 20:14:29.935 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:24:21.140 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:25:39.740 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:26:32.360 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:27:15.274 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.275 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.276 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.277 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.278 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.279 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.280 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.280 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.281 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.281 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.282 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:27:15.283 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.670 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.671 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.672 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.672 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.673 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.673 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.674 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.674 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.675 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.675 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.676 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:26.676 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted
2026-03-04 20:28:37.004 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 20:29:09.604 [error] Error: connect ECONNREFUSED 127.0.0.1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
2026-03-04 21:56:08.640 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted