Kilocode driver uses host state #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently Kilocode's state and cache dirs bind mount the host's own cache and state dirs. They should be sandboxed. (Though this is not necessarily a trivial problem as authentication may not carry over perfectly without overlays or similar precautions)
Kilocode State uses host stateto Kilocode driver state uses host stateKilocode driver state uses host stateto Kilocode driver uses host stateCaching is isolated, now state just needs to be addressed.
State must carry some content over otherwise the container will need to authenticate each time you run a new model meaning I have 2 options: make kilocode state readonly and bind mount it into an otherwise isolated state directory OR pick and choose which files to add to the container selectively either copying or bind mounting in.