Add multiple Playwright YAML configuration files for session management UI

- Created new YAML files to define the structure and components of the session management interface.
- Included various toolbars, buttons, and alerts to enhance user interaction.
- Implemented features such as session actions, agent sessions, and folder picker options.
- Ensured accessibility with appropriate cursor pointers and disabled states for buttons.
This commit is contained in:
Osvaldo Ortega
2026-03-03 18:31:32 -08:00
parent 4d01b99cc3
commit 55fe7db35d
17 changed files with 2347 additions and 1 deletions

View File

@@ -0,0 +1,496 @@
[ 975ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:9856/favicon.ico:0
[ 1122ms] [WARNING] The web worker extension host is started in a same-origin iframe! @ http://localhost:9856/out/vs/workbench/services/extensions/browser/webWorkerExtensionHost.js:99
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.copilot) (file:///.copilot/skills) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.agents) (file:///.agents/skills) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude/skills) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude/agents) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1141ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.copilot) (file:///.copilot/agents) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/agents Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async AgenticPromptsService.computeCustomAgents (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:545:26) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/settings.json Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1142ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1146ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1146ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1146ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/agents Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async AgenticPromptsService.computeCustomAgents (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:545:26) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1147ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1147ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1147ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1147ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1147ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1148ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1148ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1174ms] [WARNING] An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. @ http://localhost:9856/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=9ca126b4-ff28-4480-8924-e3e0c9ccf568:0
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1344ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1344ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1510ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1510ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1510ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9856/out/vs/platform/log/common/log.js:252
[ 1511ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9856/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9856/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9856/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9856/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9856/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9856/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9856/out/vs/platform/log/common/log.js:252

View File

@@ -0,0 +1,496 @@
[ 1319ms] [WARNING] The web worker extension host is started in a same-origin iframe! @ http://localhost:9808/out/vs/workbench/services/extensions/browser/webWorkerExtensionHost.js:99
[ 1325ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:9808/favicon.ico:0
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.copilot) (file:///.copilot/skills) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.agents) (file:///.agents/skills) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude/skills) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.claude) (file:///.claude/agents) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 [File Watcher ('FileSystemObserver')] Error: Unavailable (FileSystemError): Error: No file system handle registered (/.copilot) (file:///.copilot/agents) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1338ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/agents Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async AgenticPromptsService.computeCustomAgents (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:545:26) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/settings.json Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1339ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1342ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1342ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/agents Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async AgenticPromptsService.computeCustomAgents (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:545:26) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1343ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1345ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1345ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1374ms] [WARNING] An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. @ http://localhost:9808/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=962926e0-8bb1-4dbf-a86e-a78ff086fb3e:0
[ 1536ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1536ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1536ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1537ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1537ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1537ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1697ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1698ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.copilot/instructions Unavailable (FileSystemError): Error: No file system handle registered (/.copilot)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1698ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async Promise.all (index 2)
at async getCustomizationTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:92:21)
at async updateHeaderTotalCount (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/sessionsViewPane.js:200:32) @ http://localhost:9808/out/vs/platform/log/common/log.js:252
[ 1698ms] [ERROR] %c ERR color: #f33 Failed to resolve files at location: file:///.claude/rules Unavailable (FileSystemError): Error: No file system handle registered (/.claude)
at FileSystemProviderError.create (http://localhost:9808/out/vs/platform/files/common/files.js:191:31)
at createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/common/files.js:201:36)
at HTMLFileSystemProvider.createFileSystemProviderError (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:430:16)
at HTMLFileSystemProvider.doGetHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:415:20)
at async HTMLFileSystemProvider.getDirectoryHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:364:24)
at async HTMLFileSystemProvider.getHandle (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:332:28)
at async HTMLFileSystemProvider.stat (http://localhost:9808/out/vs/platform/files/browser/htmlFileSystemProvider.js:53:28)
at async FileService.doResolveFile (http://localhost:9808/out/vs/platform/files/common/fileService.js:179:22)
at async FileService.resolve (http://localhost:9808/out/vs/platform/files/common/fileService.js:162:20)
at async AgenticPromptFilesLocator.resolveFilesAtLocation (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:460:26)
at async AgenticPromptFilesLocator.listFilesInUserData (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:76:27)
at async AgenticPromptFilesLocator.listFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js:68:20)
at async Promise.all (index 0)
at async AgenticPromptsService.computeListPromptFiles (http://localhost:9808/out/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js:239:25)
at async getSourceCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationCounts.js:57:29)
at async CustomizationLinkViewItem._updateCounts (http://localhost:9808/out/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.js:146:28) @ http://localhost:9808/out/vs/platform/log/common/log.js:252

View File

@@ -0,0 +1,108 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e15] [cursor=pointer]: 
- button "Filter Sessions" [ref=e18] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e101]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e102]: 
- listitem [ref=e103] [cursor=pointer]:
- toolbar [ref=e106]:
- button "Search" [ref=e107]:
- generic [ref=e108]:
- generic [ref=e109]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e115] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e116] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e117] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [active] [ref=e157]
- textbox [ref=e158]
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e177] [cursor=pointer]: 
- button "Filter Sessions" [ref=e180] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e181]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e182]: 
- listitem [ref=e183] [cursor=pointer]:
- toolbar [ref=e186]:
- button "Search" [ref=e187]:
- generic [ref=e188]:
- generic [ref=e189]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e190] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e191] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e192] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e177] [cursor=pointer]: 
- button "Filter Sessions" [ref=e180] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e181]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e182]: 
- listitem [ref=e183] [cursor=pointer]:
- toolbar [ref=e186]:
- button "Search" [ref=e187]:
- generic [ref=e188]:
- generic [ref=e189]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e190] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e191] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e192] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e177] [cursor=pointer]: 
- button "Filter Sessions" [ref=e180] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e181]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e182]: 
- listitem [ref=e183] [cursor=pointer]:
- toolbar [ref=e186]:
- button "Search" [ref=e187]:
- generic [ref=e188]:
- generic [ref=e189]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e190] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e191] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e192] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,109 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e177] [cursor=pointer]: 
- button "Filter Sessions" [ref=e180] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e181]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e182]: 
- listitem [ref=e183] [cursor=pointer]:
- toolbar [ref=e186]:
- button "Search" [ref=e187]:
- generic [ref=e188]:
- generic [ref=e189]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e190] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e191] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e192] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [active] [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -0,0 +1,109 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e177] [cursor=pointer]: 
- button "Filter Sessions" [ref=e180] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e181]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e182]: 
- listitem [ref=e183] [cursor=pointer]:
- toolbar [ref=e186]:
- button "Search" [ref=e187]:
- generic [ref=e188]:
- generic [ref=e189]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e190] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e191] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e192] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [active] [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e164]:
- button "Add Context..." [ref=e165] [cursor=pointer]:
- generic [ref=e166]:
- button "Pick Model, Auto" [ref=e168] [cursor=pointer]:
- generic [ref=e169]: Auto
- generic [ref=e170]:
- text:
- button "Send" [disabled] [ref=e172]: 
- generic [ref=e173]:
- generic [ref=e174]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e176]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -0,0 +1,108 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e15] [cursor=pointer]: 
- button "Filter Sessions" [ref=e18] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e101]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e102]: 
- listitem [ref=e103] [cursor=pointer]:
- toolbar [ref=e106]:
- button "Search" [ref=e107]:
- generic [ref=e108]:
- generic [ref=e109]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e115] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e116] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e117] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [active] [ref=e157]
- textbox [ref=e158]
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e176] [cursor=pointer]: 
- button "Filter Sessions" [ref=e179] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e180]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e181]: 
- listitem [ref=e182] [cursor=pointer]:
- toolbar [ref=e185]:
- button "Search" [ref=e186]:
- generic [ref=e187]:
- generic [ref=e188]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e189] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e190] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e191] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e176] [cursor=pointer]: 
- button "Filter Sessions" [ref=e179] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e180]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e181]: 
- listitem [ref=e182] [cursor=pointer]:
- toolbar [ref=e185]:
- button "Search" [ref=e186]:
- generic [ref=e187]:
- generic [ref=e188]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e189] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e190] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e191] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,117 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e176] [cursor=pointer]: 
- button "Filter Sessions" [ref=e179] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e180]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e181]: 
- listitem [ref=e182] [cursor=pointer]:
- toolbar [ref=e185]:
- button "Search" [ref=e186]:
- generic [ref=e187]:
- generic [ref=e188]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e189] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e190] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e191] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert
- listbox "Folder Picker" [active] [ref=e200]:
- generic [ref=e201]:
- option "Browse..." [ref=e202] [cursor=pointer]:
- generic [ref=e203]:
- generic [ref=e204]: Browse...
- option "Clone..." [ref=e205] [cursor=pointer]:
- generic [ref=e206]:
- generic [ref=e207]: Clone...

View File

@@ -0,0 +1,109 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e176] [cursor=pointer]: 
- button "Filter Sessions" [ref=e179] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e180]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e181]: 
- listitem [ref=e182] [cursor=pointer]:
- toolbar [ref=e185]:
- button "Search" [ref=e186]:
- generic [ref=e187]:
- generic [ref=e188]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e189] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e190] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e191] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [active] [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -0,0 +1,109 @@
- application [ref=e2]:
- generic [ref=e7]:
- generic [ref=e8]:
- generic [ref=e9]:
- toolbar "Sessions actions" [ref=e14]:
- button "Find Session" [ref=e176] [cursor=pointer]: 
- button "Filter Sessions" [ref=e179] [cursor=pointer]: 
- toolbar [ref=e22]:
- button "Primary Side Bar" [pressed] [ref=e23] [cursor=pointer]: 
- generic:
- generic:
- generic:
- toolbar
- generic [ref=e30]:
- text:    
- generic [ref=e32]:
- generic [ref=e34]:
- button "New Session ⌘W" [ref=e36] [cursor=pointer]:
- text: New Session
- generic [ref=e37]: ⌘W
- list "Agent Sessions" [ref=e40]
- generic [ref=e42]:
- button "CUSTOMIZATIONS " [expanded] [ref=e45] [cursor=pointer]:
- generic [ref=e46]: CUSTOMIZATIONS
- generic [ref=e48]:
- toolbar [ref=e52]:
- button [ref=e53] [cursor=pointer]
- button " Agents" [ref=e55] [cursor=pointer]:
- generic [ref=e56]:
- generic [ref=e57]: Agents
- button [ref=e58] [cursor=pointer]
- button " Skills" [ref=e60] [cursor=pointer]:
- generic [ref=e61]:
- generic [ref=e62]: Skills
- button [ref=e63] [cursor=pointer]
- button " Instructions" [ref=e65] [cursor=pointer]:
- generic [ref=e66]:
- generic [ref=e67]: Instructions
- button [ref=e68] [cursor=pointer]
- button " Prompts" [ref=e70] [cursor=pointer]:
- generic [ref=e71]:
- generic [ref=e72]: Prompts
- button [ref=e73] [cursor=pointer]
- button " Hooks" [ref=e75] [cursor=pointer]:
- generic [ref=e76]:
- generic [ref=e77]: Hooks
- toolbar [ref=e81]:
- button [ref=e82]
- button " Sign In" [ref=e84] [cursor=pointer]:
- generic [ref=e85]:
- generic [ref=e86]: Sign In
- generic [ref=e90]:
- generic [ref=e92]:
- toolbar [ref=e100]:
- button "Go Back (⌃-)" [disabled] [ref=e180]: 
- button "Go Forward (⌃⇧-)" [disabled] [ref=e181]: 
- listitem [ref=e182] [cursor=pointer]:
- toolbar [ref=e185]:
- button "Search" [ref=e186]:
- generic [ref=e187]:
- generic [ref=e188]: Search
- toolbar "Title actions" [ref=e114]:
- button "Toggle Primary Side Bar (⌘B)" [pressed] [ref=e189] [cursor=pointer]: 
- button "Toggle Panel (⌘J)" [ref=e190] [cursor=pointer]: 
- button "Toggle Secondary Side Bar (⌥⌘B)" [ref=e191] [cursor=pointer]: 
- main [ref=e123]:
- generic [ref=e130]:
- text:  
- generic [ref=e133]:
- generic [ref=e137]:
- radio "Local Cloud" [ref=e140]:
- button "Local" [ref=e141] [cursor=pointer]:
- generic [ref=e142]: Local
- button "Cloud" [ref=e143] [cursor=pointer]:
- generic [ref=e144]: Cloud
- generic [ref=e145]:
- text:  
- button " Pick Folder " [active] [ref=e148] [cursor=pointer]:
- generic [ref=e149]:
- generic [ref=e150]: Pick Folder
- generic [ref=e151]:
- generic [ref=e153]:
- code [ref=e155]:
- generic [ref=e156]:
- textbox "Chat input" [ref=e157]
- textbox [ref=e158]
- generic [ref=e196]: build the project
- generic [ref=e163]:
- button "Add Context..." [ref=e164] [cursor=pointer]:
- generic [ref=e165]:
- button "Pick Model, Auto" [ref=e167] [cursor=pointer]:
- generic [ref=e168]: Auto
- generic [ref=e169]:
- text:
- button "Send" [disabled] [ref=e171]: 
- generic [ref=e172]:
- generic [ref=e173]:
- button " Worktree ":
- generic:
- generic: Worktree
- generic:
- generic [ref=e175]:
- button " Branch ":
- generic:
- generic: Branch
- generic:
- generic:
- alert
- alert

View File

@@ -85,7 +85,7 @@ async function main() {
server.listen(PORT, HOST, () => {
console.log(`\n Sessions Web running at: http://${HOST}:${PORT}/\n`);
if (!args['no-open']) {
if (!args['no-open'] && args.open !== false) {
open.default(`http://${HOST}:${PORT}/`);
}
});