You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## v1.4.335 (2025-11-28)
4
+
5
+
### PR [#1847](https://github.com/danielmiessler/Fabric/pull/1847) by [ksylvan](https://github.com/ksylvan): Improve model name matching for NeedsRaw in Ollama plugin
6
+
7
+
- Improved model name matching in Ollama plugin by replacing prefix-based matching with substring matching
8
+
- Enhanced NeedsRaw functionality to support more flexible model name detection
9
+
- Renamed `ollamaPrefixes` variable to `ollamaSearchStrings` for better code clarity
10
+
- Replaced `HasPrefix` function with `Contains` for more comprehensive model matching
11
+
- Added "conceptmap" to VSCode dictionary settings
12
+
13
+
### Direct commits
14
+
15
+
- Merge branch 'danielmiessler:main' into main
16
+
- Docs: Fix typo in README
17
+
3
18
## v1.4.334 (2025-11-26)
4
19
5
20
### PR [#1845](https://github.com/danielmiessler/Fabric/pull/1845) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.5 Support
0 commit comments