chore(release): Update version to v1.4.378

This commit is contained in:
github-actions[bot] 2026-01-14 19:11:24 +00:00
parent 8ec09be550
commit fd5530d38b
5 changed files with 16 additions and 9 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.377"
var version = "v1.4.378"

Binary file not shown.

View file

@ -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

View file

@ -1 +1 @@
"1.4.377"
"1.4.378"