Kilocode driver uses host state #2

Open
opened 2026-07-14 02:18:02 +00:00 by thayen · 1 comment
Owner

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)

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)
thayen changed title from Kilocode State uses host state to Kilocode driver state uses host state 2026-07-14 02:18:16 +00:00
thayen changed title from Kilocode driver state uses host state to Kilocode driver uses host state 2026-07-14 21:23:55 +00:00
Author
Owner

Caching 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.

Caching 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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thayen/agentbox#2
No description provided.