mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore: incoming 2020 changelog entry
This commit is contained in:
parent
4d4bf3cc40
commit
114e908762
7
cmd/generate_changelog/incoming/2020.txt
Normal file
7
cmd/generate_changelog/incoming/2020.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
### 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
|
||||
Loading…
Reference in a new issue