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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v1.4.275 (2025-08-07)
4
+
5
+
### PR [#1676](https://github.com/danielmiessler/Fabric/pull/1676) by [ksylvan](https://github.com/ksylvan): Refactor authentication to support GITHUB_TOKEN and GH_TOKEN
6
+
7
+
- Refactor: centralize GitHub token retrieval logic into utility function
8
+
- Support both GITHUB_TOKEN and GH_TOKEN environment variables with fallback handling
9
+
- Add new util/token.go file for centralized token handling across the application
10
+
- Update walker.go and main.go to use the new centralized token utility function
11
+
- Feat: add 'gpt-5' to raw-mode models in OpenAI client to bypass structured chat message formatting
12
+
3
13
## v1.4.274 (2025-08-07)
4
14
5
15
### PR [#1673](https://github.com/danielmiessler/Fabric/pull/1673) by [ksylvan](https://github.com/ksylvan): Add Support for Claude Opus 4.1 Model
0 commit comments