codeium.vim
codeium.vim copied to clipboard
Let us configure the chat browser
I would like to first check if firefox with chat is open, if not then open firefox in a new minimized window.
Solution: Add a parameter with browser configuration (browser executable + launch arguments), and possibly some launch_if hook.
The :Codeium Chat feature isn’t working, it always errors with
Failed to execute default Web Browser. Input/output error.
Both xdg-open https://codeium.com and exo-open https://codeium.com works (opens Firefox) so it’s interesting what the chat command is doing…
The URL being printed in a truncated form like
Navigating to http://127.0.0.1:37019/?api_key=11111111-aaaa-1111-aaaa-11111...se&app_name=Vim&locale=en&ide_telemetry_enabled=true&has_index_service=true
makes it also impossible to even copy-and-paste the link :shrug: