mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-31 01:37:28 +08:00
128df55d6b
Replace direct `Instance.provide` usage with `WithInstance.provide` across source modules and test files to decouple runtime context provisioning from the core Instance singleton. - Update kilo-sessions, remote-sender, roll-call, and plan-followup source - Remove unused `Instance` imports where only `WithInstance` is needed - Drop unnecessary `init` param from indexing-worktree test calls - Add missing `WithInstance` import in fixture-dependent test files