I can't stop the code generation process
I can't stop the code generation process
Links in Kombai opens in Kombai browser instead of my default browser
Links in Kombai opens in Kombai browser instead of my default browser
When you click a link with the icon in the Kombai chat, it opens in Kombai browser. To open the link in your default browser, you can copy the URL and paste it in your default browser.
I am unable to connect my app to the Kombai browser preview
I am unable to connect my app to the Kombai browser preview
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.
My IDE does not have shell integration
My IDE does not have shell integration
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:- Open PowerShell as an administrator: Press Win + X and select Windows PowerShell (Administrator) or Windows Terminal (Administrator).
- Check current execution policy by running this command:
-
If the output is already
RemoteSigned,Unrestricted, orBypass, you likely don’t need to change your execution policy. These policies should allow shell integration to work. -
If the output is
RestrictedorAllSigned, you may need to change your policy to enable shell integration.
- Change the execution policy by running the following command:
- This sets the policy to
RemoteSignedfor the current user only, which is safer than changing it system-wide.
- Confirm the Change by typing Y and pressing Enter when prompted.
-
Verify the Policy Change by running
Get-ExecutionPolicyagain to confirm the new setting. - Reload your IDE and continue.
How can I reload Kombai in my IDE
How can I reload Kombai in my IDE
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.Kombai is asking me to scan workspace when I open the configure tech stack page.
Kombai is asking me to scan workspace when I open the configure tech stack page.
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].
I am unable to open Kombai browser in Cursor via Terminal
I am unable to open Kombai browser in Cursor via Terminal
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.
Kombai is not letting me continue with the older chats
Kombai is not letting me continue with the older chats
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.
I am unable to start a new chat with Agent mode toggled off
I am unable to start a new chat with Agent mode toggled off
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.