Files
Suhas S f67539882c fix: CSS files not being indexed (#7072)
CSS files were not being indexed because codeChunker expects code
structures (classes/functions) that don't exist in CSS. The chunker
would return zero chunks, preventing CSS files from being indexed.

This fix routes CSS, HTML, JSON and similar non-code files to
basicChunker instead of codeChunker, ensuring they are properly
indexed while maintaining intelligent chunking for actual code files.
2025-08-25 00:08:15 +08:00
..
2025-07-23 17:44:17 -07:00