danielmiessler.fabric/internal
Kayvan Sylvan e7d0d64511 feat: add wire debug level (4) for full LLM request/response debug logging
## CHANGES

- Add `Wire` log level constant to debug level enum
- Expose `GetLevel()` function for safe concurrent level reads
- Log outbound message roles and content at wire debug level
- Log inbound stream updates and token usage at wire level
- Log non-streaming LLM responses at wire debug level
- Update `--debug` flag description to include new level 4
- Update `set_debug_level` locale strings across all 10 languages
2026-02-21 19:48:38 -08:00
..
chat feat: replace hardcoded error strings with i18n translation keys 2026-02-21 13:28:52 -08:00
cli feat: add wire debug level (4) for full LLM request/response debug logging 2026-02-21 19:48:38 -08:00
core feat: add wire debug level (4) for full LLM request/response debug logging 2026-02-21 19:48:38 -08:00
domain refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
i18n feat: add wire debug level (4) for full LLM request/response debug logging 2026-02-21 19:48:38 -08:00
log feat: add wire debug level (4) for full LLM request/response debug logging 2026-02-21 19:48:38 -08:00
plugins Merge pull request #2019 from ksylvan/2026-02-21-i18n 2026-02-21 16:04:27 -08:00
server refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
tools chore: add DigitalOcean error i18n strings and sort locale keys alphabetically 2026-02-21 15:55:50 -08:00
util feat: replace hardcoded error strings with i18n translation keys 2026-02-21 13:28:52 -08:00