v0.11.0-beta.6
Pre-release
Pre-release
·
8 commits
to main
since this release
Delta since previous beta (v0.11.0-beta.5) — 1 new changeset.
Patch Changes
- The git credential helper (
ok auth git-credential get, invoked by git on every sync) now records a diagnostic line to~/.ok/logs/cli.*.logon every credential lookup: the host, the active storage backend, and the outcome —found,absent(no credential stored), orread-error(the keychain read failed, e.g. locked keychain or access denied). Hits log atdebug(silent at the default level); misses log atwarn. Previously these only went to stderr, which git swallows, so a vanished credential left no trace. The log is flushed before the helper exits so the record reliably lands. Token values are never logged.