Created
August 12, 2025 21:15
-
-
Save richieforeman/63df6e83d4fff02ef06a6ae23e07de91 to your computer and use it in GitHub Desktop.
Gemini CLI strict compile warnings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > @google/[email protected] build | |
| > node scripts/build.js | |
| > @google/[email protected] generate | |
| > node scripts/generate-git-commit-info.js | |
| > @google/[email protected] build | |
| > node ../../scripts/build_package.js | |
| ../core/src/code_assist/oauth2.test.ts(59,24): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| ../core/src/code_assist/oauth2.test.ts(60,24): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| ../core/src/code_assist/oauth2.test.ts(61,24): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| ../core/src/code_assist/oauth2.test.ts(330,19): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| ../core/src/code_assist/oauth2.test.ts(331,19): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| ../core/src/code_assist/oauth2.test.ts(389,19): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| ../core/src/code_assist/oauth2.test.ts(420,19): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| ../core/src/code_assist/oauth2.ts(82,17): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| ../core/src/code_assist/oauth2.ts(83,17): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| ../core/src/code_assist/oauth2.ts(86,33): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| ../core/src/code_assist/oauth2.ts(239,28): error TS4111: Property 'OAUTH_CALLBACK_HOST' comes from an index signature, so it must be accessed with ['OAUTH_CALLBACK_HOST']. | |
| ../core/src/code_assist/oauth2.ts(314,35): error TS4111: Property 'OAUTH_CALLBACK_PORT' comes from an index signature, so it must be accessed with ['OAUTH_CALLBACK_PORT']. | |
| ../core/src/code_assist/oauth2.ts(344,19): error TS4111: Property 'GOOGLE_APPLICATION_CREDENTIALS' comes from an index signature, so it must be accessed with ['GOOGLE_APPLICATION_CREDENTIALS']. | |
| ../core/src/code_assist/server.ts(217,34): error TS4111: Property 'CODE_ASSIST_ENDPOINT' comes from an index signature, so it must be accessed with ['CODE_ASSIST_ENDPOINT']. | |
| ../core/src/code_assist/setup.test.ts(46,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/code_assist/setup.test.ts(61,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/code_assist/setup.test.ts(81,24): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/code_assist/setup.ts(36,31): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/config/config.ts(450,41): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| ../core/src/core/client.ts(265,21): error TS4111: Property 'activeFile' comes from an index signature, so it must be accessed with ['activeFile']. | |
| ../core/src/core/client.ts(278,21): error TS4111: Property 'otherOpenFiles' comes from an index signature, so it must be accessed with ['otherOpenFiles']. | |
| ../core/src/core/client.ts(324,17): error TS4111: Property 'filesOpened' comes from an index signature, so it must be accessed with ['filesOpened']. | |
| ../core/src/core/client.ts(334,17): error TS4111: Property 'filesClosed' comes from an index signature, so it must be accessed with ['filesClosed']. | |
| ../core/src/core/client.ts(346,19): error TS4111: Property 'activeFileChanged' comes from an index signature, so it must be accessed with ['activeFileChanged']. | |
| ../core/src/core/client.ts(365,21): error TS4111: Property 'cursorMoved' comes from an index signature, so it must be accessed with ['cursorMoved']. | |
| ../core/src/core/client.ts(377,21): error TS4111: Property 'selectionChanged' comes from an index signature, so it must be accessed with ['selectionChanged']. | |
| ../core/src/core/client.ts(384,17): error TS4111: Property 'activeFileChanged' comes from an index signature, so it must be accessed with ['activeFileChanged']. | |
| ../core/src/core/client.ts(394,13): error TS4111: Property 'changes' comes from an index signature, so it must be accessed with ['changes']. | |
| ../core/src/core/contentGenerator.test.ts(97,17): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| ../core/src/core/contentGenerator.test.ts(107,17): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| ../core/src/core/contentGenerator.test.ts(117,17): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| ../core/src/core/contentGenerator.test.ts(127,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/core/contentGenerator.test.ts(128,17): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| ../core/src/core/contentGenerator.test.ts(138,17): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| ../core/src/core/contentGenerator.test.ts(139,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/core/contentGenerator.test.ts(140,17): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| ../core/src/core/contentGenerator.ts(63,36): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| ../core/src/core/contentGenerator.ts(64,36): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| ../core/src/core/contentGenerator.ts(65,42): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| ../core/src/core/contentGenerator.ts(66,43): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| ../core/src/core/contentGenerator.ts(115,31): error TS4111: Property 'CLI_VERSION' comes from an index signature, so it must be accessed with ['CLI_VERSION']. | |
| ../core/src/core/coreToolScheduler.test.ts(57,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'MockTool'. | |
| ../core/src/core/coreToolScheduler.test.ts(124,11): error TS6133: '_waitingCall' is declared but its value is never read. | |
| ../core/src/core/coreToolScheduler.test.ts(397,13): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<Record<string, unknown>, ToolResult>'. | |
| ../core/src/core/coreToolScheduler.ts(174,53): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| ../core/src/core/coreToolScheduler.ts(177,54): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| ../core/src/core/prompts.ts(27,35): error TS4111: Property 'GEMINI_SYSTEM_MD' comes from an index signature, so it must be accessed with ['GEMINI_SYSTEM_MD']. | |
| ../core/src/core/prompts.ts(124,37): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/core/prompts.ts(125,42): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/core/prompts.ts(269,40): error TS4111: Property 'GEMINI_WRITE_SYSTEM_MD' comes from an index signature, so it must be accessed with ['GEMINI_WRITE_SYSTEM_MD']. | |
| ../core/src/ide/detect-ide.ts(46,19): error TS4111: Property 'TERM_PROGRAM' comes from an index signature, so it must be accessed with ['TERM_PROGRAM']. | |
| ../core/src/ide/detect-ide.ts(49,19): error TS4111: Property 'CURSOR_TRACE_ID' comes from an index signature, so it must be accessed with ['CURSOR_TRACE_ID']. | |
| ../core/src/ide/detect-ide.ts(52,19): error TS4111: Property 'CODESPACES' comes from an index signature, so it must be accessed with ['CODESPACES']. | |
| ../core/src/ide/detect-ide.ts(55,19): error TS4111: Property 'EDITOR_IN_CLOUD_SHELL' comes from an index signature, so it must be accessed with ['EDITOR_IN_CLOUD_SHELL']. | |
| ../core/src/ide/detect-ide.ts(58,19): error TS4111: Property 'TERM_PRODUCT' comes from an index signature, so it must be accessed with ['TERM_PRODUCT']. | |
| ../core/src/ide/detect-ide.ts(61,19): error TS4111: Property 'FIREBASE_DEPLOY_AGENT' comes from an index signature, so it must be accessed with ['FIREBASE_DEPLOY_AGENT']. | |
| ../core/src/ide/ide-installer.ts(64,21): error TS4111: Property 'ProgramFiles' comes from an index signature, so it must be accessed with ['ProgramFiles']. | |
| ../core/src/mcp/oauth-provider.ts(94,27): error TS6133: 'HTTP_REDIRECT' is declared but its value is never read. | |
| ../core/src/services/loopDetectionService.ts(370,23): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| ../core/src/services/loopDetectionService.ts(371,18): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| ../core/src/services/loopDetectionService.ts(372,27): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| ../core/src/services/loopDetectionService.ts(372,60): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| ../core/src/services/loopDetectionService.ts(373,31): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| ../core/src/services/loopDetectionService.ts(384,27): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(86,19): error TS4111: Property '__COG_BASHRC_SOURCED' comes from an index signature, so it must be accessed with ['__COG_BASHRC_SOURCED']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(88,26): error TS4111: Property 'REPLIT_USER' comes from an index signature, so it must be accessed with ['REPLIT_USER']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(90,26): error TS4111: Property 'CURSOR_TRACE_ID' comes from an index signature, so it must be accessed with ['CURSOR_TRACE_ID']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(92,26): error TS4111: Property 'GITHUB_SHA' comes from an index signature, so it must be accessed with ['GITHUB_SHA']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(94,26): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(96,26): error TS4111: Property 'MONOSPACE_ENV' comes from an index signature, so it must be accessed with ['MONOSPACE_ENV']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(98,26): error TS4111: Property 'TERM_PROGRAM' comes from an index signature, so it must be accessed with ['TERM_PROGRAM']. | |
| ../core/src/telemetry/clearcut-logger/clearcut-logger.ts(101,24): error TS4111: Property 'SURFACE' comes from an index signature, so it must be accessed with ['SURFACE']. | |
| ../core/src/telemetry/loggers.ts(100,16): error TS4111: Property 'prompt' comes from an index signature, so it must be accessed with ['prompt']. | |
| ../core/src/telemetry/loggers.ts(249,16): error TS4111: Property 'response_text' comes from an index signature, so it must be accessed with ['response_text']. | |
| ../core/src/telemetry/metrics.ts(200,39): error TS4111: Property 'lines' comes from an index signature, so it must be accessed with ['lines']. | |
| ../core/src/telemetry/metrics.ts(201,42): error TS4111: Property 'mimetype' comes from an index signature, so it must be accessed with ['mimetype']. | |
| ../core/src/telemetry/metrics.ts(202,43): error TS4111: Property 'extension' comes from an index signature, so it must be accessed with ['extension']. | |
| ../core/src/telemetry/metrics.ts(204,16): error TS4111: Property 'ai_added_lines' comes from an index signature, so it must be accessed with ['ai_added_lines']. | |
| ../core/src/telemetry/metrics.ts(205,16): error TS4111: Property 'ai_removed_lines' comes from an index signature, so it must be accessed with ['ai_removed_lines']. | |
| ../core/src/telemetry/metrics.ts(206,16): error TS4111: Property 'user_added_lines' comes from an index signature, so it must be accessed with ['user_added_lines']. | |
| ../core/src/telemetry/metrics.ts(207,16): error TS4111: Property 'user_removed_lines' comes from an index signature, so it must be accessed with ['user_removed_lines']. | |
| ../core/src/test-utils/tools.ts(48,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<{ [key: string]: unknown; }, ToolResult>'. | |
| ../core/src/tools/edit.ts(475,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<EditToolParams, ToolResult>'. | |
| ../core/src/tools/glob.ts(284,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<GlobToolParams, ToolResult>'. | |
| ../core/src/tools/grep.ts(617,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<GrepToolParams, ToolResult>'. | |
| ../core/src/tools/ls.ts(122,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<LSToolParams, ToolResult>'. | |
| ../core/src/tools/ls.ts(171,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<LSToolParams, ToolResult>'. | |
| ../core/src/tools/mcp-client.ts(445,10): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| ../core/src/tools/mcp-client.ts(467,9): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| ../core/src/tools/mcp-client.ts(467,32): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| ../core/src/tools/mcp-client.ts(468,18): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| ../core/src/tools/mcp-client.ts(468,47): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| ../core/src/tools/mcp-client.ts(469,42): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| ../core/src/tools/mcp-client.ts(477,9): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| ../core/src/tools/mcp-client.ts(477,31): error TS4111: Property 'items' comes from an index signature, so it must be accessed with ['items']. | |
| ../core/src/tools/mcp-client.ts(478,26): error TS4111: Property 'items' comes from an index signature, so it must be accessed with ['items']. | |
| ../core/src/tools/mcp-client.ts(1040,23): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/tools/mcp-tool.ts(61,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| ../core/src/tools/mcp-tool.ts(90,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ToolParams, ToolResult>'. | |
| ../core/src/tools/mcp-tool.ts(205,46): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| ../core/src/tools/mcp-tool.ts(243,7): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| ../core/src/tools/memoryTool.ts(130,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<SaveMemoryParams, ToolResult>'. | |
| ../core/src/tools/memoryTool.ts(192,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<SaveMemoryParams, ToolResult>'. | |
| ../core/src/tools/read-file.ts(201,13): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<ReadFileToolParams, ToolResult>'. | |
| ../core/src/tools/read-many-files.ts(248,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ReadManyFilesParams, ToolResult>'. | |
| ../core/src/tools/shell.ts(90,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| ../core/src/tools/shell.ts(104,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| ../core/src/tools/shell.ts(148,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| ../core/src/tools/tool-registry.ts(22,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| ../core/src/tools/tool-registry.ts(23,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| ../core/src/tools/tools.ts(287,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(288,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(289,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(290,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(291,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(292,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(293,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/tools.ts(323,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'DeclarativeTool<TParams, TResult>'. | |
| ../core/src/tools/web-fetch.ts(177,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebFetchToolParams, ToolResult>'. | |
| ../core/src/tools/web-fetch.ts(185,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebFetchToolParams, ToolResult>'. | |
| ../core/src/tools/web-search.ts(106,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebSearchToolParams, WebSearchToolResult>'. | |
| ../core/src/tools/write-file.ts(104,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| ../core/src/tools/write-file.ts(142,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| ../core/src/tools/write-file.ts(156,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| ../core/src/utils/browser.ts(18,34): error TS4111: Property 'BROWSER' comes from an index signature, so it must be accessed with ['BROWSER']. | |
| ../core/src/utils/browser.ts(23,19): error TS4111: Property 'CI' comes from an index signature, so it must be accessed with ['CI']. | |
| ../core/src/utils/browser.ts(23,37): error TS4111: Property 'DEBIAN_FRONTEND' comes from an index signature, so it must be accessed with ['DEBIAN_FRONTEND']. | |
| ../core/src/utils/browser.ts(30,31): error TS4111: Property 'SSH_CONNECTION' comes from an index signature, so it must be accessed with ['SSH_CONNECTION']. | |
| ../core/src/utils/editCorrector.ts(122,30): error TS4111: Property 'output' comes from an index signature, so it must be accessed with ['output']. | |
| ../core/src/utils/editCorrector.ts(414,21): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| ../core/src/utils/editCorrector.ts(415,14): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| ../core/src/utils/editCorrector.ts(417,21): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| ../core/src/utils/editCorrector.ts(502,21): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| ../core/src/utils/editCorrector.ts(503,14): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| ../core/src/utils/editCorrector.ts(505,21): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| ../core/src/utils/editCorrector.ts(571,21): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| ../core/src/utils/editCorrector.ts(572,14): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| ../core/src/utils/editCorrector.ts(574,21): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| ../core/src/utils/editCorrector.ts(637,21): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| ../core/src/utils/editCorrector.ts(638,14): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| ../core/src/utils/editCorrector.ts(640,21): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| ../core/src/utils/editor.test.ts(36,24): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(45,24): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(464,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(473,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(482,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(499,21): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(536,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(542,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(548,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.test.ts(554,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/editor.ts(75,40): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| ../core/src/utils/filesearch/result-cache.ts(18,22): error TS6138: Property 'absoluteDir' is declared but its value is never read. | |
| ../core/src/utils/memoryDiscovery.test.ts(51,17): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| ../core/src/utils/memoryDiscovery.test.ts(52,17): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| ../core/src/utils/memoryDiscovery.ts(61,37): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| ../core/src/utils/memoryDiscovery.ts(61,72): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| ../core/src/utils/memoryDiscovery.ts(249,37): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| ../core/src/utils/memoryDiscovery.ts(249,72): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| ../core/src/utils/memoryImportProcessor.test.ts(513,13): error TS6133: '_expectedNestedPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(514,13): error TS6133: '_expectedInnerPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(515,13): error TS6133: '_expectedSimplePath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(728,13): error TS6133: '_expectedNestedPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(729,13): error TS6133: '_expectedInnerPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(730,13): error TS6133: '_expectedSimplePath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(902,13): error TS6133: '_resolvedRelativePath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(910,15): error TS6133: '_resolvedParentPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.test.ts(915,15): error TS6133: '_resolvedSubPath' is declared but its value is never read. | |
| ../core/src/utils/memoryImportProcessor.ts(264,24): error TS6133: '_end' is declared but its value is never read. | |
| ../core/src/utils/secure-browser-launcher.ts(154,34): error TS4111: Property 'BROWSER' comes from an index signature, so it must be accessed with ['BROWSER']. | |
| ../core/src/utils/secure-browser-launcher.ts(160,19): error TS4111: Property 'CI' comes from an index signature, so it must be accessed with ['CI']. | |
| ../core/src/utils/secure-browser-launcher.ts(160,37): error TS4111: Property 'DEBIAN_FRONTEND' comes from an index signature, so it must be accessed with ['DEBIAN_FRONTEND']. | |
| ../core/src/utils/secure-browser-launcher.ts(167,31): error TS4111: Property 'SSH_CONNECTION' comes from an index signature, so it must be accessed with ['SSH_CONNECTION']. | |
| ../core/src/utils/systemEncoding.test.ts(42,24): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| ../core/src/utils/systemEncoding.test.ts(43,24): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.test.ts(44,24): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(221,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| ../core/src/utils/systemEncoding.test.ts(228,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.test.ts(235,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(271,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(278,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| ../core/src/utils/systemEncoding.test.ts(279,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.test.ts(280,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(288,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(295,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| ../core/src/utils/systemEncoding.test.ts(296,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.test.ts(297,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(304,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.test.ts(305,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(318,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(326,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(438,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(446,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(454,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(464,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.test.ts(473,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| ../core/src/utils/systemEncoding.ts(82,20): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| ../core/src/utils/systemEncoding.ts(82,34): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| ../core/src/utils/systemEncoding.ts(82,50): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/commands/mcp/add.ts(195,12): error TS4111: Property 'name' comes from an index signature, so it must be accessed with ['name']. | |
| src/commands/mcp/add.ts(196,12): error TS4111: Property 'commandOrUrl' comes from an index signature, so it must be accessed with ['commandOrUrl']. | |
| src/commands/mcp/add.ts(197,12): error TS4111: Property 'args' comes from an index signature, so it must be accessed with ['args']. | |
| src/commands/mcp/add.ts(199,21): error TS4111: Property 'scope' comes from an index signature, so it must be accessed with ['scope']. | |
| src/commands/mcp/add.ts(200,25): error TS4111: Property 'transport' comes from an index signature, so it must be accessed with ['transport']. | |
| src/commands/mcp/add.ts(201,19): error TS4111: Property 'env' comes from an index signature, so it must be accessed with ['env']. | |
| src/commands/mcp/add.ts(202,22): error TS4111: Property 'header' comes from an index signature, so it must be accessed with ['header']. | |
| src/commands/mcp/add.ts(203,23): error TS4111: Property 'timeout' comes from an index signature, so it must be accessed with ['timeout']. | |
| src/commands/mcp/add.ts(204,21): error TS4111: Property 'trust' comes from an index signature, so it must be accessed with ['trust']. | |
| src/commands/mcp/add.ts(205,27): error TS4111: Property 'description' comes from an index signature, so it must be accessed with ['description']. | |
| src/commands/mcp/add.ts(206,28): error TS4111: Property 'includeTools' comes from an index signature, so it must be accessed with ['includeTools']. | |
| src/commands/mcp/add.ts(207,28): error TS4111: Property 'excludeTools' comes from an index signature, so it must be accessed with ['excludeTools']. | |
| src/commands/mcp/remove.ts(56,32): error TS4111: Property 'name' comes from an index signature, so it must be accessed with ['name']. | |
| src/commands/mcp/remove.ts(57,19): error TS4111: Property 'scope' comes from an index signature, so it must be accessed with ['scope']. | |
| src/config/auth.ts(20,22): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/config/auth.ts(28,21): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/auth.ts(28,59): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/config/auth.ts(29,43): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/config/config.ts(87,32): error TS4111: Property 'GEMINI_MODEL' comes from an index signature, so it must be accessed with ['GEMINI_MODEL']. | |
| src/config/config.ts(222,35): error TS4111: Property 'promptInteractive' comes from an index signature, so it must be accessed with ['promptInteractive']. | |
| src/config/config.ts(303,18): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/config/config.ts(303,37): error TS4111: Property 'DEBUG_MODE' comes from an index signature, so it must be accessed with ['DEBUG_MODE']. | |
| src/config/config.ts(444,21): error TS4111: Property 'OTEL_EXPORTER_OTLP_ENDPOINT' comes from an index signature, so it must be accessed with ['OTEL_EXPORTER_OTLP_ENDPOINT']. | |
| src/config/config.ts(460,19): error TS4111: Property 'HTTPS_PROXY' comes from an index signature, so it must be accessed with ['HTTPS_PROXY']. | |
| src/config/config.ts(461,19): error TS4111: Property 'https_proxy' comes from an index signature, so it must be accessed with ['https_proxy']. | |
| src/config/config.ts(462,19): error TS4111: Property 'HTTP_PROXY' comes from an index signature, so it must be accessed with ['HTTP_PROXY']. | |
| src/config/config.ts(463,19): error TS4111: Property 'http_proxy' comes from an index signature, so it must be accessed with ['http_proxy']. | |
| src/config/config.ts(474,30): error TS4111: Property 'NO_BROWSER' comes from an index signature, so it must be accessed with ['NO_BROWSER']. | |
| src/config/sandboxConfig.ts(34,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/config/sandboxConfig.ts(40,17): error TS4111: Property 'GEMINI_SANDBOX' comes from an index signature, so it must be accessed with ['GEMINI_SANDBOX']. | |
| src/config/sandboxConfig.ts(103,17): error TS4111: Property 'GEMINI_SANDBOX_IMAGE' comes from an index signature, so it must be accessed with ['GEMINI_SANDBOX_IMAGE']. | |
| src/config/settings.ts(28,19): error TS4111: Property 'GEMINI_CLI_SYSTEM_SETTINGS_PATH' comes from an index signature, so it must be accessed with ['GEMINI_CLI_SYSTEM_SETTINGS_PATH']. | |
| src/config/settings.ts(29,24): error TS4111: Property 'GEMINI_CLI_SYSTEM_SETTINGS_PATH' comes from an index signature, so it must be accessed with ['GEMINI_CLI_SYSTEM_SETTINGS_PATH']. | |
| src/config/settings.ts(239,19): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/settings.ts(241,19): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/settings.ts(241,52): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/settings.ts(244,19): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/settings.ts(248,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/settings.ts(256,19): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| src/gemini.tsx(81,19): error TS4111: Property 'GEMINI_CLI_NO_RELAUNCH' comes from an index signature, so it must be accessed with ['GEMINI_CLI_NO_RELAUNCH']. | |
| src/gemini.tsx(142,24): error TS4111: Property 'NO_COLOR' comes from an index signature, so it must be accessed with ['NO_COLOR']. | |
| src/gemini.tsx(181,21): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| src/gemini.tsx(211,20): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/gemini.tsx(327,38): error TS4111: Property 'CLI_TITLE' comes from an index signature, so it must be accessed with ['CLI_TITLE']. | |
| src/services/McpPromptLoader.ts(118,26): error TS4111: Property 'error' comes from an index signature, so it must be accessed with ['error']. | |
| src/services/McpPromptLoader.ts(122,61): error TS4111: Property 'error' comes from an index signature, so it must be accessed with ['error']. | |
| src/ui/App.tsx(1071,32): error TS4111: Property 'GEMINI_SYSTEM_MD' comes from an index signature, so it must be accessed with ['GEMINI_SYSTEM_MD']. | |
| src/ui/commands/aboutCommand.ts(19,21): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/aboutCommand.ts(19,44): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/aboutCommand.ts(20,32): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/aboutCommand.ts(21,28): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/aboutCommand.ts(23,21): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| src/ui/commands/aboutCommand.ts(30,36): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/ui/commands/bugCommand.ts(29,21): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/bugCommand.ts(29,44): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/bugCommand.ts(30,32): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/bugCommand.ts(31,28): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/bugCommand.ts(33,21): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| src/ui/commands/directoryCommand.tsx(37,15): error TS7030: Not all code paths return a value. | |
| src/ui/commands/docsCommand.ts(23,21): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/commands/docsCommand.ts(23,44): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/components/AuthDialog.tsx(44,19): error TS4111: Property 'GEMINI_DEFAULT_AUTH_TYPE' comes from an index signature, so it must be accessed with ['GEMINI_DEFAULT_AUTH_TYPE']. | |
| src/ui/components/AuthDialog.tsx(47,21): error TS4111: Property 'GEMINI_DEFAULT_AUTH_TYPE' comes from an index signature, so it must be accessed with ['GEMINI_DEFAULT_AUTH_TYPE']. | |
| src/ui/components/AuthDialog.tsx(49,69): error TS4111: Property 'GEMINI_DEFAULT_AUTH_TYPE' comes from an index signature, so it must be accessed with ['GEMINI_DEFAULT_AUTH_TYPE']. | |
| src/ui/components/AuthDialog.tsx(55,19): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/ui/components/AuthDialog.tsx(67,21): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| src/ui/components/AuthDialog.tsx(88,19): error TS4111: Property 'GEMINI_DEFAULT_AUTH_TYPE' comes from an index signature, so it must be accessed with ['GEMINI_DEFAULT_AUTH_TYPE']. | |
| src/ui/components/AuthDialog.tsx(94,21): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/ui/components/Footer.tsx(102,22): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/components/Footer.tsx(102,45): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/components/Footer.tsx(104,26): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/components/Footer.tsx(106,25): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/ui/components/Footer.tsx(110,29): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| src/ui/components/shared/MaxSizedBox.tsx(324,52): error TS4111: Property 'wrap' comes from an index signature, so it must be accessed with ['wrap']. | |
| src/ui/components/shared/vim-buffer-actions.ts(809,13): error TS6133: '_exhaustiveCheck' is declared but its value is never read. | |
| src/ui/hooks/atCommandProcessor.ts(365,21): error TS4111: Property 'git' comes from an index signature, so it must be accessed with ['git']. | |
| src/ui/hooks/atCommandProcessor.ts(366,21): error TS4111: Property 'gemini' comes from an index signature, so it must be accessed with ['gemini']. | |
| src/ui/hooks/atCommandProcessor.ts(367,21): error TS4111: Property 'both' comes from an index signature, so it must be accessed with ['both']. | |
| src/ui/hooks/atCommandProcessor.ts(371,25): error TS4111: Property 'git' comes from an index signature, so it must be accessed with ['git']. | |
| src/ui/hooks/atCommandProcessor.ts(372,53): error TS4111: Property 'git' comes from an index signature, so it must be accessed with ['git']. | |
| src/ui/hooks/atCommandProcessor.ts(374,25): error TS4111: Property 'gemini' comes from an index signature, so it must be accessed with ['gemini']. | |
| src/ui/hooks/atCommandProcessor.ts(375,56): error TS4111: Property 'gemini' comes from an index signature, so it must be accessed with ['gemini']. | |
| src/ui/hooks/atCommandProcessor.ts(377,25): error TS4111: Property 'both' comes from an index signature, so it must be accessed with ['both']. | |
| src/ui/hooks/atCommandProcessor.ts(378,57): error TS4111: Property 'both' comes from an index signature, so it must be accessed with ['both']. | |
| src/ui/hooks/useThemeCommand.ts(42,21): error TS4111: Property 'NO_COLOR' comes from an index signature, so it must be accessed with ['NO_COLOR']. | |
| src/ui/themes/theme-manager.ts(128,21): error TS4111: Property 'NO_COLOR' comes from an index signature, so it must be accessed with ['NO_COLOR']. | |
| src/ui/utils/CodeColorizer.tsx(41,25): error TS4111: Property 'className' comes from an index signature, so it must be accessed with ['className']. | |
| src/ui/utils/updateCheck.ts(44,21): error TS4111: Property 'DEV' comes from an index signature, so it must be accessed with ['DEV']. | |
| src/utils/sandbox.ts(66,30): error TS4111: Property 'SANDBOX_SET_UID_GID' comes from an index signature, so it must be accessed with ['SANDBOX_SET_UID_GID']. | |
| src/utils/sandbox.ts(111,23): error TS4111: Property 'SANDBOX_PORTS' comes from an index signature, so it must be accessed with ['SANDBOX_PORTS']. | |
| src/utils/sandbox.ts(124,19): error TS4111: Property 'PATH' comes from an index signature, so it must be accessed with ['PATH']. | |
| src/utils/sandbox.ts(125,31): error TS4111: Property 'PATH' comes from an index signature, so it must be accessed with ['PATH']. | |
| src/utils/sandbox.ts(140,19): error TS4111: Property 'PYTHONPATH' comes from an index signature, so it must be accessed with ['PYTHONPATH']. | |
| src/utils/sandbox.ts(141,31): error TS4111: Property 'PYTHONPATH' comes from an index signature, so it must be accessed with ['PYTHONPATH']. | |
| src/utils/sandbox.ts(171,17): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| src/utils/sandbox.ts(172,21): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/utils/sandbox.ts(175,21): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/utils/sandbox.ts(176,53): error TS4111: Property 'DEBUG_PORT' comes from an index signature, so it must be accessed with ['DEBUG_PORT']. | |
| src/utils/sandbox.ts(190,59): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/utils/sandbox.ts(198,23): error TS4111: Property 'BUILD_SANDBOX' comes from an index signature, so it must be accessed with ['BUILD_SANDBOX']. | |
| src/utils/sandbox.ts(202,36): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| src/utils/sandbox.ts(222,25): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/utils/sandbox.ts(278,40): error TS4111: Property 'GEMINI_SANDBOX_PROXY_COMMAND' comes from an index signature, so it must be accessed with ['GEMINI_SANDBOX_PROXY_COMMAND']. | |
| src/utils/sandbox.ts(284,23): error TS4111: Property 'HTTPS_PROXY' comes from an index signature, so it must be accessed with ['HTTPS_PROXY']. | |
| src/utils/sandbox.ts(285,23): error TS4111: Property 'https_proxy' comes from an index signature, so it must be accessed with ['https_proxy']. | |
| src/utils/sandbox.ts(286,23): error TS4111: Property 'HTTP_PROXY' comes from an index signature, so it must be accessed with ['HTTP_PROXY']. | |
| src/utils/sandbox.ts(287,23): error TS4111: Property 'http_proxy' comes from an index signature, so it must be accessed with ['http_proxy']. | |
| src/utils/sandbox.ts(293,37): error TS4111: Property 'NO_PROXY' comes from an index signature, so it must be accessed with ['NO_PROXY']. | |
| src/utils/sandbox.ts(293,61): error TS4111: Property 'no_proxy' comes from an index signature, so it must be accessed with ['no_proxy']. | |
| src/utils/sandbox.ts(361,21): error TS4111: Property 'BUILD_SANDBOX' comes from an index signature, so it must be accessed with ['BUILD_SANDBOX']. | |
| src/utils/sandbox.ts(411,21): error TS4111: Property 'SANDBOX_FLAGS' comes from an index signature, so it must be accessed with ['SANDBOX_FLAGS']. | |
| src/utils/sandbox.ts(412,39): error TS4111: Property 'SANDBOX_FLAGS' comes from an index signature, so it must be accessed with ['SANDBOX_FLAGS']. | |
| src/utils/sandbox.ts(459,21): error TS4111: Property 'GOOGLE_APPLICATION_CREDENTIALS' comes from an index signature, so it must be accessed with ['GOOGLE_APPLICATION_CREDENTIALS']. | |
| src/utils/sandbox.ts(460,35): error TS4111: Property 'GOOGLE_APPLICATION_CREDENTIALS' comes from an index signature, so it must be accessed with ['GOOGLE_APPLICATION_CREDENTIALS']. | |
| src/utils/sandbox.ts(471,21): error TS4111: Property 'SANDBOX_MOUNTS' comes from an index signature, so it must be accessed with ['SANDBOX_MOUNTS']. | |
| src/utils/sandbox.ts(472,37): error TS4111: Property 'SANDBOX_MOUNTS' comes from an index signature, so it must be accessed with ['SANDBOX_MOUNTS']. | |
| src/utils/sandbox.ts(503,21): error TS4111: Property 'DEBUG' comes from an index signature, so it must be accessed with ['DEBUG']. | |
| src/utils/sandbox.ts(504,37): error TS4111: Property 'DEBUG_PORT' comes from an index signature, so it must be accessed with ['DEBUG_PORT']. | |
| src/utils/sandbox.ts(511,38): error TS4111: Property 'GEMINI_SANDBOX_PROXY_COMMAND' comes from an index signature, so it must be accessed with ['GEMINI_SANDBOX_PROXY_COMMAND']. | |
| src/utils/sandbox.ts(515,21): error TS4111: Property 'HTTPS_PROXY' comes from an index signature, so it must be accessed with ['HTTPS_PROXY']. | |
| src/utils/sandbox.ts(516,21): error TS4111: Property 'https_proxy' comes from an index signature, so it must be accessed with ['https_proxy']. | |
| src/utils/sandbox.ts(517,21): error TS4111: Property 'HTTP_PROXY' comes from an index signature, so it must be accessed with ['HTTP_PROXY']. | |
| src/utils/sandbox.ts(518,21): error TS4111: Property 'http_proxy' comes from an index signature, so it must be accessed with ['http_proxy']. | |
| src/utils/sandbox.ts(527,35): error TS4111: Property 'NO_PROXY' comes from an index signature, so it must be accessed with ['NO_PROXY']. | |
| src/utils/sandbox.ts(527,59): error TS4111: Property 'no_proxy' comes from an index signature, so it must be accessed with ['no_proxy']. | |
| src/utils/sandbox.ts(565,21): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/utils/sandbox.ts(566,56): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/utils/sandbox.ts(568,21): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/utils/sandbox.ts(569,56): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/utils/sandbox.ts(573,21): error TS4111: Property 'GOOGLE_GENAI_USE_VERTEXAI' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_VERTEXAI']. | |
| src/utils/sandbox.ts(576,50): error TS4111: Property 'GOOGLE_GENAI_USE_VERTEXAI' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_VERTEXAI']. | |
| src/utils/sandbox.ts(581,21): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/utils/sandbox.ts(584,45): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/utils/sandbox.ts(589,21): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/utils/sandbox.ts(592,45): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/utils/sandbox.ts(597,21): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/utils/sandbox.ts(600,46): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/utils/sandbox.ts(605,21): error TS4111: Property 'GEMINI_MODEL' comes from an index signature, so it must be accessed with ['GEMINI_MODEL']. | |
| src/utils/sandbox.ts(606,54): error TS4111: Property 'GEMINI_MODEL' comes from an index signature, so it must be accessed with ['GEMINI_MODEL']. | |
| src/utils/sandbox.ts(610,21): error TS4111: Property 'TERM' comes from an index signature, so it must be accessed with ['TERM']. | |
| src/utils/sandbox.ts(611,46): error TS4111: Property 'TERM' comes from an index signature, so it must be accessed with ['TERM']. | |
| src/utils/sandbox.ts(613,21): error TS4111: Property 'COLORTERM' comes from an index signature, so it must be accessed with ['COLORTERM']. | |
| src/utils/sandbox.ts(614,51): error TS4111: Property 'COLORTERM' comes from an index signature, so it must be accessed with ['COLORTERM']. | |
| src/utils/sandbox.ts(633,19): error TS4111: Property 'VIRTUAL_ENV' comes from an index signature, so it must be accessed with ['VIRTUAL_ENV']. | |
| src/utils/sandbox.ts(644,60): error TS4111: Property 'VIRTUAL_ENV' comes from an index signature, so it must be accessed with ['VIRTUAL_ENV']. | |
| src/utils/sandbox.ts(648,53): error TS4111: Property 'VIRTUAL_ENV' comes from an index signature, so it must be accessed with ['VIRTUAL_ENV']. | |
| src/utils/sandbox.ts(653,21): error TS4111: Property 'SANDBOX_ENV' comes from an index signature, so it must be accessed with ['SANDBOX_ENV']. | |
| src/utils/sandbox.ts(654,35): error TS4111: Property 'SANDBOX_ENV' comes from an index signature, so it must be accessed with ['SANDBOX_ENV']. | |
| src/utils/sandbox.ts(670,45): error TS4111: Property 'NODE_OPTIONS' comes from an index signature, so it must be accessed with ['NODE_OPTIONS']. | |
| src/utils/sandbox.ts(695,21): error TS4111: Property 'GEMINI_CLI_INTEGRATION_TEST' comes from an index signature, so it must be accessed with ['GEMINI_CLI_INTEGRATION_TEST']. | |
| src/utils/version.ts(11,22): error TS4111: Property 'CLI_VERSION' comes from an index signature, so it must be accessed with ['CLI_VERSION']. | |
| src/validateNonInterActiveAuth.ts(12,19): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/validateNonInterActiveAuth.ts(15,19): error TS4111: Property 'GOOGLE_GENAI_USE_VERTEXAI' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_VERTEXAI']. | |
| src/validateNonInterActiveAuth.ts(18,19): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| > @google/[email protected] build | |
| > node ../../scripts/build_package.js | |
| src/code_assist/oauth2.test.ts(59,24): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| src/code_assist/oauth2.test.ts(60,24): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/code_assist/oauth2.test.ts(61,24): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| src/code_assist/oauth2.test.ts(330,19): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/code_assist/oauth2.test.ts(331,19): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| src/code_assist/oauth2.test.ts(389,19): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/code_assist/oauth2.test.ts(420,19): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| src/code_assist/oauth2.ts(82,17): error TS4111: Property 'GOOGLE_GENAI_USE_GCA' comes from an index signature, so it must be accessed with ['GOOGLE_GENAI_USE_GCA']. | |
| src/code_assist/oauth2.ts(83,17): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| src/code_assist/oauth2.ts(86,33): error TS4111: Property 'GOOGLE_CLOUD_ACCESS_TOKEN' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_ACCESS_TOKEN']. | |
| src/code_assist/oauth2.ts(239,28): error TS4111: Property 'OAUTH_CALLBACK_HOST' comes from an index signature, so it must be accessed with ['OAUTH_CALLBACK_HOST']. | |
| src/code_assist/oauth2.ts(314,35): error TS4111: Property 'OAUTH_CALLBACK_PORT' comes from an index signature, so it must be accessed with ['OAUTH_CALLBACK_PORT']. | |
| src/code_assist/oauth2.ts(344,19): error TS4111: Property 'GOOGLE_APPLICATION_CREDENTIALS' comes from an index signature, so it must be accessed with ['GOOGLE_APPLICATION_CREDENTIALS']. | |
| src/code_assist/server.ts(217,34): error TS4111: Property 'CODE_ASSIST_ENDPOINT' comes from an index signature, so it must be accessed with ['CODE_ASSIST_ENDPOINT']. | |
| src/code_assist/setup.test.ts(46,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/code_assist/setup.test.ts(61,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/code_assist/setup.test.ts(81,24): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/code_assist/setup.ts(36,31): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/config/config.ts(450,41): error TS4111: Property 'SEATBELT_PROFILE' comes from an index signature, so it must be accessed with ['SEATBELT_PROFILE']. | |
| src/core/client.ts(265,21): error TS4111: Property 'activeFile' comes from an index signature, so it must be accessed with ['activeFile']. | |
| src/core/client.ts(278,21): error TS4111: Property 'otherOpenFiles' comes from an index signature, so it must be accessed with ['otherOpenFiles']. | |
| src/core/client.ts(324,17): error TS4111: Property 'filesOpened' comes from an index signature, so it must be accessed with ['filesOpened']. | |
| src/core/client.ts(334,17): error TS4111: Property 'filesClosed' comes from an index signature, so it must be accessed with ['filesClosed']. | |
| src/core/client.ts(346,19): error TS4111: Property 'activeFileChanged' comes from an index signature, so it must be accessed with ['activeFileChanged']. | |
| src/core/client.ts(365,21): error TS4111: Property 'cursorMoved' comes from an index signature, so it must be accessed with ['cursorMoved']. | |
| src/core/client.ts(377,21): error TS4111: Property 'selectionChanged' comes from an index signature, so it must be accessed with ['selectionChanged']. | |
| src/core/client.ts(384,17): error TS4111: Property 'activeFileChanged' comes from an index signature, so it must be accessed with ['activeFileChanged']. | |
| src/core/client.ts(394,13): error TS4111: Property 'changes' comes from an index signature, so it must be accessed with ['changes']. | |
| src/core/contentGenerator.test.ts(97,17): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/core/contentGenerator.test.ts(107,17): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/core/contentGenerator.test.ts(117,17): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/core/contentGenerator.test.ts(127,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/core/contentGenerator.test.ts(128,17): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/core/contentGenerator.test.ts(138,17): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/core/contentGenerator.test.ts(139,17): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/core/contentGenerator.test.ts(140,17): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/core/contentGenerator.ts(63,36): error TS4111: Property 'GEMINI_API_KEY' comes from an index signature, so it must be accessed with ['GEMINI_API_KEY']. | |
| src/core/contentGenerator.ts(64,36): error TS4111: Property 'GOOGLE_API_KEY' comes from an index signature, so it must be accessed with ['GOOGLE_API_KEY']. | |
| src/core/contentGenerator.ts(65,42): error TS4111: Property 'GOOGLE_CLOUD_PROJECT' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_PROJECT']. | |
| src/core/contentGenerator.ts(66,43): error TS4111: Property 'GOOGLE_CLOUD_LOCATION' comes from an index signature, so it must be accessed with ['GOOGLE_CLOUD_LOCATION']. | |
| src/core/contentGenerator.ts(115,31): error TS4111: Property 'CLI_VERSION' comes from an index signature, so it must be accessed with ['CLI_VERSION']. | |
| src/core/coreToolScheduler.test.ts(57,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'MockTool'. | |
| src/core/coreToolScheduler.test.ts(124,11): error TS6133: '_waitingCall' is declared but its value is never read. | |
| src/core/coreToolScheduler.test.ts(397,13): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<Record<string, unknown>, ToolResult>'. | |
| src/core/coreToolScheduler.ts(174,53): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| src/core/coreToolScheduler.ts(177,54): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| src/core/prompts.ts(27,35): error TS4111: Property 'GEMINI_SYSTEM_MD' comes from an index signature, so it must be accessed with ['GEMINI_SYSTEM_MD']. | |
| src/core/prompts.ts(124,37): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/core/prompts.ts(125,42): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/core/prompts.ts(269,40): error TS4111: Property 'GEMINI_WRITE_SYSTEM_MD' comes from an index signature, so it must be accessed with ['GEMINI_WRITE_SYSTEM_MD']. | |
| src/ide/detect-ide.ts(46,19): error TS4111: Property 'TERM_PROGRAM' comes from an index signature, so it must be accessed with ['TERM_PROGRAM']. | |
| src/ide/detect-ide.ts(49,19): error TS4111: Property 'CURSOR_TRACE_ID' comes from an index signature, so it must be accessed with ['CURSOR_TRACE_ID']. | |
| src/ide/detect-ide.ts(52,19): error TS4111: Property 'CODESPACES' comes from an index signature, so it must be accessed with ['CODESPACES']. | |
| src/ide/detect-ide.ts(55,19): error TS4111: Property 'EDITOR_IN_CLOUD_SHELL' comes from an index signature, so it must be accessed with ['EDITOR_IN_CLOUD_SHELL']. | |
| src/ide/detect-ide.ts(58,19): error TS4111: Property 'TERM_PRODUCT' comes from an index signature, so it must be accessed with ['TERM_PRODUCT']. | |
| src/ide/detect-ide.ts(61,19): error TS4111: Property 'FIREBASE_DEPLOY_AGENT' comes from an index signature, so it must be accessed with ['FIREBASE_DEPLOY_AGENT']. | |
| src/ide/ide-installer.ts(64,21): error TS4111: Property 'ProgramFiles' comes from an index signature, so it must be accessed with ['ProgramFiles']. | |
| src/mcp/oauth-provider.ts(94,27): error TS6133: 'HTTP_REDIRECT' is declared but its value is never read. | |
| src/services/loopDetectionService.ts(370,23): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| src/services/loopDetectionService.ts(371,18): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| src/services/loopDetectionService.ts(372,27): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| src/services/loopDetectionService.ts(372,60): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| src/services/loopDetectionService.ts(373,31): error TS4111: Property 'reasoning' comes from an index signature, so it must be accessed with ['reasoning']. | |
| src/services/loopDetectionService.ts(384,27): error TS4111: Property 'confidence' comes from an index signature, so it must be accessed with ['confidence']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(86,19): error TS4111: Property '__COG_BASHRC_SOURCED' comes from an index signature, so it must be accessed with ['__COG_BASHRC_SOURCED']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(88,26): error TS4111: Property 'REPLIT_USER' comes from an index signature, so it must be accessed with ['REPLIT_USER']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(90,26): error TS4111: Property 'CURSOR_TRACE_ID' comes from an index signature, so it must be accessed with ['CURSOR_TRACE_ID']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(92,26): error TS4111: Property 'GITHUB_SHA' comes from an index signature, so it must be accessed with ['GITHUB_SHA']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(94,26): error TS4111: Property 'CLOUD_SHELL' comes from an index signature, so it must be accessed with ['CLOUD_SHELL']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(96,26): error TS4111: Property 'MONOSPACE_ENV' comes from an index signature, so it must be accessed with ['MONOSPACE_ENV']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(98,26): error TS4111: Property 'TERM_PROGRAM' comes from an index signature, so it must be accessed with ['TERM_PROGRAM']. | |
| src/telemetry/clearcut-logger/clearcut-logger.ts(101,24): error TS4111: Property 'SURFACE' comes from an index signature, so it must be accessed with ['SURFACE']. | |
| src/telemetry/loggers.ts(100,16): error TS4111: Property 'prompt' comes from an index signature, so it must be accessed with ['prompt']. | |
| src/telemetry/loggers.ts(249,16): error TS4111: Property 'response_text' comes from an index signature, so it must be accessed with ['response_text']. | |
| src/telemetry/metrics.ts(200,39): error TS4111: Property 'lines' comes from an index signature, so it must be accessed with ['lines']. | |
| src/telemetry/metrics.ts(201,42): error TS4111: Property 'mimetype' comes from an index signature, so it must be accessed with ['mimetype']. | |
| src/telemetry/metrics.ts(202,43): error TS4111: Property 'extension' comes from an index signature, so it must be accessed with ['extension']. | |
| src/telemetry/metrics.ts(204,16): error TS4111: Property 'ai_added_lines' comes from an index signature, so it must be accessed with ['ai_added_lines']. | |
| src/telemetry/metrics.ts(205,16): error TS4111: Property 'ai_removed_lines' comes from an index signature, so it must be accessed with ['ai_removed_lines']. | |
| src/telemetry/metrics.ts(206,16): error TS4111: Property 'user_added_lines' comes from an index signature, so it must be accessed with ['user_added_lines']. | |
| src/telemetry/metrics.ts(207,16): error TS4111: Property 'user_removed_lines' comes from an index signature, so it must be accessed with ['user_removed_lines']. | |
| src/test-utils/tools.ts(48,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<{ [key: string]: unknown; }, ToolResult>'. | |
| src/tools/edit.ts(475,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<EditToolParams, ToolResult>'. | |
| src/tools/glob.ts(284,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<GlobToolParams, ToolResult>'. | |
| src/tools/grep.ts(617,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<GrepToolParams, ToolResult>'. | |
| src/tools/ls.ts(122,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<LSToolParams, ToolResult>'. | |
| src/tools/ls.ts(171,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<LSToolParams, ToolResult>'. | |
| src/tools/mcp-client.ts(445,10): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| src/tools/mcp-client.ts(467,9): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| src/tools/mcp-client.ts(467,32): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| src/tools/mcp-client.ts(468,18): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| src/tools/mcp-client.ts(468,47): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| src/tools/mcp-client.ts(469,42): error TS4111: Property 'properties' comes from an index signature, so it must be accessed with ['properties']. | |
| src/tools/mcp-client.ts(477,9): error TS4111: Property 'type' comes from an index signature, so it must be accessed with ['type']. | |
| src/tools/mcp-client.ts(477,31): error TS4111: Property 'items' comes from an index signature, so it must be accessed with ['items']. | |
| src/tools/mcp-client.ts(478,26): error TS4111: Property 'items' comes from an index signature, so it must be accessed with ['items']. | |
| src/tools/mcp-client.ts(1040,23): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/tools/mcp-tool.ts(61,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| src/tools/mcp-tool.ts(90,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ToolParams, ToolResult>'. | |
| src/tools/mcp-tool.ts(205,46): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| src/tools/mcp-tool.ts(243,7): error TS4111: Property 'content' comes from an index signature, so it must be accessed with ['content']. | |
| src/tools/memoryTool.ts(130,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<SaveMemoryParams, ToolResult>'. | |
| src/tools/memoryTool.ts(192,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<SaveMemoryParams, ToolResult>'. | |
| src/tools/read-file.ts(201,13): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseDeclarativeTool<ReadFileToolParams, ToolResult>'. | |
| src/tools/read-many-files.ts(248,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ReadManyFilesParams, ToolResult>'. | |
| src/tools/shell.ts(90,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| src/tools/shell.ts(104,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| src/tools/shell.ts(148,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<ShellToolParams, ToolResult>'. | |
| src/tools/tool-registry.ts(22,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| src/tools/tool-registry.ts(23,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'BaseTool<ToolParams, ToolResult>'. | |
| src/tools/tools.ts(287,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(288,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(289,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(290,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(291,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(292,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(293,5): error TS4115: This parameter property must have an 'override' modifier because it overrides a member in base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/tools.ts(323,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'DeclarativeTool<TParams, TResult>'. | |
| src/tools/web-fetch.ts(177,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebFetchToolParams, ToolResult>'. | |
| src/tools/web-fetch.ts(185,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebFetchToolParams, ToolResult>'. | |
| src/tools/web-search.ts(106,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WebSearchToolParams, WebSearchToolResult>'. | |
| src/tools/write-file.ts(104,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| src/tools/write-file.ts(142,3): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| src/tools/write-file.ts(156,9): error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'BaseTool<WriteFileToolParams, ToolResult>'. | |
| src/utils/browser.ts(18,34): error TS4111: Property 'BROWSER' comes from an index signature, so it must be accessed with ['BROWSER']. | |
| src/utils/browser.ts(23,19): error TS4111: Property 'CI' comes from an index signature, so it must be accessed with ['CI']. | |
| src/utils/browser.ts(23,37): error TS4111: Property 'DEBIAN_FRONTEND' comes from an index signature, so it must be accessed with ['DEBIAN_FRONTEND']. | |
| src/utils/browser.ts(30,31): error TS4111: Property 'SSH_CONNECTION' comes from an index signature, so it must be accessed with ['SSH_CONNECTION']. | |
| src/utils/editCorrector.ts(122,30): error TS4111: Property 'output' comes from an index signature, so it must be accessed with ['output']. | |
| src/utils/editCorrector.ts(414,21): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| src/utils/editCorrector.ts(415,14): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| src/utils/editCorrector.ts(417,21): error TS4111: Property 'corrected_target_snippet' comes from an index signature, so it must be accessed with ['corrected_target_snippet']. | |
| src/utils/editCorrector.ts(502,21): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| src/utils/editCorrector.ts(503,14): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| src/utils/editCorrector.ts(505,21): error TS4111: Property 'corrected_new_string' comes from an index signature, so it must be accessed with ['corrected_new_string']. | |
| src/utils/editCorrector.ts(571,21): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| src/utils/editCorrector.ts(572,14): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| src/utils/editCorrector.ts(574,21): error TS4111: Property 'corrected_new_string_escaping' comes from an index signature, so it must be accessed with ['corrected_new_string_escaping']. | |
| src/utils/editCorrector.ts(637,21): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| src/utils/editCorrector.ts(638,14): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| src/utils/editCorrector.ts(640,21): error TS4111: Property 'corrected_string_escaping' comes from an index signature, so it must be accessed with ['corrected_string_escaping']. | |
| src/utils/editor.test.ts(36,24): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(45,24): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(464,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(473,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(482,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(499,21): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(536,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(542,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(548,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.test.ts(554,19): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/editor.ts(75,40): error TS4111: Property 'SANDBOX' comes from an index signature, so it must be accessed with ['SANDBOX']. | |
| src/utils/filesearch/result-cache.ts(18,22): error TS6138: Property 'absoluteDir' is declared but its value is never read. | |
| src/utils/memoryDiscovery.test.ts(51,17): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| src/utils/memoryDiscovery.test.ts(52,17): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| src/utils/memoryDiscovery.ts(61,37): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| src/utils/memoryDiscovery.ts(61,72): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| src/utils/memoryDiscovery.ts(249,37): error TS4111: Property 'NODE_ENV' comes from an index signature, so it must be accessed with ['NODE_ENV']. | |
| src/utils/memoryDiscovery.ts(249,72): error TS4111: Property 'VITEST' comes from an index signature, so it must be accessed with ['VITEST']. | |
| src/utils/memoryImportProcessor.test.ts(513,13): error TS6133: '_expectedNestedPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(514,13): error TS6133: '_expectedInnerPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(515,13): error TS6133: '_expectedSimplePath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(728,13): error TS6133: '_expectedNestedPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(729,13): error TS6133: '_expectedInnerPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(730,13): error TS6133: '_expectedSimplePath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(902,13): error TS6133: '_resolvedRelativePath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(910,15): error TS6133: '_resolvedParentPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.test.ts(915,15): error TS6133: '_resolvedSubPath' is declared but its value is never read. | |
| src/utils/memoryImportProcessor.ts(264,24): error TS6133: '_end' is declared but its value is never read. | |
| src/utils/secure-browser-launcher.ts(154,34): error TS4111: Property 'BROWSER' comes from an index signature, so it must be accessed with ['BROWSER']. | |
| src/utils/secure-browser-launcher.ts(160,19): error TS4111: Property 'CI' comes from an index signature, so it must be accessed with ['CI']. | |
| src/utils/secure-browser-launcher.ts(160,37): error TS4111: Property 'DEBIAN_FRONTEND' comes from an index signature, so it must be accessed with ['DEBIAN_FRONTEND']. | |
| src/utils/secure-browser-launcher.ts(167,31): error TS4111: Property 'SSH_CONNECTION' comes from an index signature, so it must be accessed with ['SSH_CONNECTION']. | |
| src/utils/systemEncoding.test.ts(42,24): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| src/utils/systemEncoding.test.ts(43,24): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.test.ts(44,24): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(221,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| src/utils/systemEncoding.test.ts(228,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.test.ts(235,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(271,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(278,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| src/utils/systemEncoding.test.ts(279,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.test.ts(280,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(288,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(295,19): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| src/utils/systemEncoding.test.ts(296,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.test.ts(297,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(304,19): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.test.ts(305,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(318,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(326,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(438,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(446,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(454,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(464,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.test.ts(473,19): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| src/utils/systemEncoding.ts(82,20): error TS4111: Property 'LC_ALL' comes from an index signature, so it must be accessed with ['LC_ALL']. | |
| src/utils/systemEncoding.ts(82,34): error TS4111: Property 'LC_CTYPE' comes from an index signature, so it must be accessed with ['LC_CTYPE']. | |
| src/utils/systemEncoding.ts(82,50): error TS4111: Property 'LANG' comes from an index signature, so it must be accessed with ['LANG']. | |
| > @google/[email protected] build | |
| > node ../../scripts/build_package.js | |
| Successfully copied files. | |
| > [email protected] build | |
| > npm run compile | |
| > [email protected] compile | |
| > npm run check-types && npm run lint && node esbuild.js | |
| > [email protected] check-types | |
| > tsc --noEmit | |
| > [email protected] lint | |
| > eslint src | |
| [watch] build started | |
| [watch] build finished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment