mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.378
This commit is contained in:
parent
8ec09be550
commit
fd5530d38b
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.378 (2026-01-14)
|
||||
|
||||
### PR [#1933](https://github.com/danielmiessler/Fabric/pull/1933) by [ksylvan](https://github.com/ksylvan): Add DigitalOcean Gradient AI support
|
||||
|
||||
- Feat: add DigitalOcean Gradient AI Agents as a new vendor
|
||||
- Add DigitalOcean as a new AI provider in plugin registry
|
||||
- Implement DigitalOcean client with OpenAI-compatible inference endpoint
|
||||
- Support model access key authentication for inference requests
|
||||
- Add optional control plane token for model discovery
|
||||
|
||||
### Direct commits
|
||||
|
||||
- Chore: Update README with a links to other docs
|
||||
|
||||
## v1.4.377 (2026-01-12)
|
||||
|
||||
### PR [#1929](https://github.com/danielmiessler/Fabric/pull/1929) by [ksylvan](https://github.com/ksylvan): Add Mammouth as new OpenAI-compatible AI provider
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.377"
|
||||
var version = "v1.4.378"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#1933](https://github.com/danielmiessler/Fabric/pull/1933) by [ksylvan](https://github.com/ksylvan): Add DigitalOcean Gradient AI support
|
||||
|
||||
- Feat: add DigitalOcean Gradient AI Agents as a new vendor
|
||||
- Add DigitalOcean as a new AI provider in plugin registry
|
||||
- Implement DigitalOcean client with OpenAI-compatible inference endpoint
|
||||
- Support model access key authentication for inference requests
|
||||
- Add optional control plane token for model discovery
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.377"
|
||||
"1.4.378"
|
||||
|
|
|
|||
Loading…
Reference in a new issue