Skip to content

v0.11.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:59
· 8 commits to main since this release
e77d21d

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.*.log on every credential lookup: the host, the active storage backend, and the outcome — found, absent (no credential stored), or read-error (the keychain read failed, e.g. locked keychain or access denied). Hits log at debug (silent at the default level); misses log at warn. 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.