Bill Maxwell
Bill Maxwell
We have started work and have an early version of the rancher 2 terraform-provider. https://github.com/rancher/terraform-provider-rancher2 If you decide to try it out, please open issues on that repo.
I wouldn't deprecate the RANCHER_* variables as that is our official way of documenting the use of our keys and CLI tools. `agent` has limited scope and is typically safe...
There are now two types of catalogs, the global catalogs which are managed through the setting mentioned above, and the environment level catalogs. A post to https://rancher/v1-catalogs/catalogs with a payload:...
I get  When running in the container. When running locally, outside of a container, I get a broken image link for the _room.jpg...
Hi, Docker runs in a VM on the machine and has it's own virtual disk, so even if the host has free space, the VM can run out. You can...
Were you able to use the system tray Icon?
Users must use the system tray. The dock functionality is not currently a supported feature of the Tauri app framework. Need to put this on hold until the framework has...
Hi @johnrengelman, this request makes sense, but if feels like leaving it to the LLM to decide how to call the tool could be error prone. The LLM could just...
You are bringing up some great points, and helping us see where the pain is, appreciate the discussion. It sounds like one feature we need is the ability to get...
While testing this out I ran into two issues 1. Gptscript created a new docker instance per tool call, it's supposed to reuse the same container. 2. It was not...