Skip to main content
To stop the code generation, press the stop button located at the bottom-right of the Kombai’s input box.
Follow the steps below to troubleshoot the issue:
  • Reload the browser tab.
  • Kill the dev server and restart preview.
  • Reload the IDE and restart preview in Kombai.
If the issue still persists, please reach out to [email protected].
Kombai requires shell integration to run Kombai browser and read output of terminal commands. For windows, Kombai uses powershell to run the commands.Check your current PowerShell version by running: $PSVersionTable.PSVersion. If your version is below 7, update PowerShell.You may also need to change your PowerShell execution policy.Follow these steps to change the execution policy:
  1. Open PowerShell as an administrator: Press Win + X and select Windows PowerShell (Administrator) or Windows Terminal (Administrator).
  2. Check current execution policy by running this command:
Get-ExecutionPolicy
  • If the output is already RemoteSigned, Unrestricted, or Bypass, you likely don’t need to change your execution policy. These policies should allow shell integration to work.
  • If the output is Restricted or AllSigned, you may need to change your policy to enable shell integration.
  1. Change the execution policy by running the following command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  • This sets the policy to RemoteSigned for the current user only, which is safer than changing it system-wide.
  1. Confirm the Change by typing Y and pressing Enter when prompted.
  2. Verify the Policy Change by running Get-ExecutionPolicy again to confirm the new setting.
  3. Reload your IDE and continue.
If the issue still persists, please reach out to [email protected].
To reload Kombai, you have to use the keyboard shortcut Cmd + Shift + P (or Ctrl + Shift + P on Windows/Linux) to open the command palette. Type Reload Window and press Enter.
If you see the following message, “Kombai is upgrading how it detects your tech stack…”, this means Kombai’s tech stack page has got a UI refresh.Clicking Scan Workspace will update the interface of the tech stack page. Your saved tech stack will also be moved to the new interface. For any help, reach out to [email protected].
Any link you open via the Cursor terminal will default to the Cursor’s or system browser. To open the Kombai browser, you must click the link inside the Kombai extension instead of the terminal. This ensures the link opens in the Kombai browser.
Older chats from history that were created with Agent mode toggled off are no longer supported. You can still copy the contents of the files generated in these chats. To continue with the task, start a new chat in Code mode and paste the input.
New chats with Agent mode toggled off are no longer supported. To continue with the task, start a new chat with Agent mode toggled on or update the extension to the latest version.