Changes
PR #1847 by ksylvan: Improve model name matching for NeedsRaw in Ollama plugin
- Improved model name matching in Ollama plugin by replacing prefix-based matching with substring matching
- Enhanced NeedsRaw functionality to support more flexible model name detection
- Renamed
ollamaPrefixesvariable toollamaSearchStringsfor better code clarity - Replaced
HasPrefixfunction withContainsfor more comprehensive model matching - Added "conceptmap" to VSCode dictionary settings
Direct commits
- Merge branch 'danielmiessler:main' into main
- Docs: Fix typo in README