Files
kilocode/packages
Igor Šćekić 0b0503d782 refactor: extract getOpenTabPaths helper, apply kilocodeignore to file search
Extract the open-tab enumeration into a shared private async helper
getOpenTabPaths(dir) that:
- uses the cached FileIgnoreController (same instance as gatherEditorContext)
- filters tabs through validateAccess so .kilocodeignore is respected
- returns a Set<string> of workspace-relative forward-slash paths

Both the requestFileSearch handler and gatherEditorContext now call this
helper, eliminating the duplicated loop and ensuring the file search
prioritization respects .kilocodeignore the same way the agent context does.
2026-03-04 12:58:47 +01:00
..
2026-03-03 18:59:43 +00:00
2026-02-10 18:00:48 -03:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00
2026-03-03 18:59:43 +00:00