mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.419
This commit is contained in:
parent
4147712e96
commit
6e22e55136
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.419 (2026-02-22)
|
||||
|
||||
### PR [#2020](https://github.com/danielmiessler/Fabric/pull/2020) by [ksylvan](https://github.com/ksylvan): Add `wire` Debug Level for LLM Request/Response Logging
|
||||
|
||||
- Feat: add `wire` debug level (4) for full LLM request/response debug logging
|
||||
- Add `Wire` log level constant to debug level enum and expose `GetLevel()` for safe concurrent level reads
|
||||
- Log outbound message roles/content, inbound stream updates, token usage, and non-streaming LLM responses at wire debug level
|
||||
- Update `--debug` flag description and `set_debug_level` locale strings across all 10 languages to include new level 4
|
||||
- Update zsh, bash, and fish shell completions to include the new `4` (`wire`) debug level value
|
||||
|
||||
## v1.4.418 (2026-02-22)
|
||||
|
||||
### PR [#2019](https://github.com/danielmiessler/Fabric/pull/2019) by [ksylvan](https://github.com/ksylvan): feat: replace hardcoded error strings with i18n translation keys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.418"
|
||||
var version = "v1.4.419"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#2020](https://github.com/danielmiessler/Fabric/pull/2020) by [ksylvan](https://github.com/ksylvan): Add `wire` Debug Level for LLM Request/Response Logging
|
||||
|
||||
- Feat: add `wire` debug level (4) for full LLM request/response debug logging
|
||||
- Add `Wire` log level constant to debug level enum and expose `GetLevel()` for safe concurrent level reads
|
||||
- Log outbound message roles/content, inbound stream updates, token usage, and non-streaming LLM responses at wire debug level
|
||||
- Update `--debug` flag description and `set_debug_level` locale strings across all 10 languages to include new level 4
|
||||
- Update zsh, bash, and fish shell completions to include the new `4` (`wire`) debug level value
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.418"
|
||||
"1.4.419"
|
||||
|
|
|
|||
Loading…
Reference in a new issue