Files
gemini-cli/packages/vscode-ide-companion
gemini-cli[bot] 9b44fbd748 fix: resolve project-wide type errors and stabilize core build
This PR fixes over 1,000 type errors across the monorepo by addressing root causes in `tsconfig.json` configurations and the `@google/gemini-cli-core` build process.

### Key Changes:
- **Upgraded `lib` to `ES2023`** in `packages/test-utils` and `packages/vscode-ide-companion` to support modern features like `Error.cause` and `Object.hasOwn`, aligning them with the root configuration.
- **Removed deprecated `baseUrl`** from `packages/core/tsconfig.json` and converted absolute-style imports in tests to relative imports.
- **Stabilized `@google/gemini-cli-core` build** to ensure `.d.ts` files are correctly generated, resolving `TS6305` errors in dependent packages.
- Verified that all workspaces and top-level test suites now pass `npm run typecheck`.

These changes restore the intended type health of the project and ensure consistent build behavior across different TypeScript versions.

cc @gundermanc
Labels: bot-fix
2026-05-12 21:26:33 +00:00
..
2026-02-24 21:12:53 +00:00

Gemini CLI Companion

The Gemini CLI Companion extension pairs with Gemini CLI. This extension is compatible with both VS Code and VS Code forks.

Features

  • Open Editor File Context: Gemini CLI gains awareness of the files you have open in your editor, providing it with a richer understanding of your project's structure and content.

  • Selection Context: Gemini CLI can easily access your cursor's position and selected text within the editor, giving it valuable context directly from your current work.

  • Native Diffing: Seamlessly view, modify, and accept code changes suggested by Gemini CLI directly within the editor.

  • Launch Gemini CLI: Quickly start a new Gemini CLI session from the Command Palette (Cmd+Shift+P or Ctrl+Shift+P) by running the "Gemini CLI: Run" command.

Requirements

To use this extension, you'll need:

  • VS Code version 1.99.0 or newer
  • Gemini CLI (installed separately) running within the integrated terminal

Terms of Service and Privacy Notice

By installing this extension, you agree to the Terms of Service.