Skip to content

v1.5.0

Choose a tag to compare

@itzemoji-ci itzemoji-ci released this 01 Jul 17:19
d709a9a

1.5.0 (2026-07-01)

Features

  • add auth CLI commands (ca68a16)
  • add auth list advanced parsing, json export, and auth import command (70e599d)
  • add auth subcommands (list, login, remove) and keychain visibility (d37da75)
  • add beautiful nushell-style tables for auth list (a8b22c3)
  • add config setup (ecf2dfd)
  • add settings command (9687292)
  • auth: add registry-aware token resolvers (2f922fc)
  • auth: centralize credential resolution logic in auth_resolve.go (55cc9d5)
  • auth: implement GitHub device authorization flow (2ac2d1d)
  • auth: implement interactive setup wizard via huh (0b5c786)
  • auth: implement token resolver builder (67e9738)
  • check and warn if github token is missing write:packages scope (23a4fc5)
  • implement unified secret manager with fallback (5e03ac0)
  • initialize viper and auto-generate config (99f9bd1)
  • integrate secret manager with github token retrieval (182aa83)
  • integrate themes via viper config (c1a38be)
  • use viper config to skip wizard prompts (ffd4a19)

Bug Fixes

  • address final review findings (addf567)
  • address reviewer feedback for getGithubToken (3888100)
  • address reviewer feedback on secrets manager fallback and concurrency (69fe56e)
  • address task 2 remaining review findings (60d3ea0)
  • address task 2 review findings (f03f9cc)
  • address task 2 review findings (attempt 2) (b9a6c03)
  • address task 4 review findings (e9518f6)
  • address task 4 review findings (attempt 2) (78b0211)
  • address task 4 review findings (attempt 3) (f7ca510)
  • address task 4 review findings (attempt 4) (ea5b228)
  • address task 4 review findings (attempt 5) (3f3159c)
  • auth wizard error handling and success messages (8ce9d4d)
  • auth: add GH_TOKEN test and update signature for OCI generic secret tests (d2bbdda)
  • auth: add workflow scope to interactive github auth login (1c27414)
  • auth: fix device auth network issues and test races (e5863fd)
  • auth: handle manager errors, refactor for testability, and add behavioral tests (06d8c3a)
  • auth: handle swallowed errors in wizard forms (af697f7)
  • ensure github oauth tokens (gho_) trigger token exchange (ed50827)
  • ensure PATs exported via oci_token are properly exchanged for GHCR (e313b06)
  • export oci_token in getTokenForRegistry so push backend sees the resolved token (5e5de41)
  • fixed support for oci-registry for now. (96375f9)
  • implement auth resolver review findings for Task 3 (fad8711)
  • init: add workflow scope to github oauth and warn if missing (c2f36c3)
  • init: prevent environment variable pollution in setup (fed0f18)
  • init: update network.GetToken signature and callers (78f5bf9)
  • init: use auth.Resolver for token detection in wizard (a09d202)
  • init: use x-access-token for github git push and improve git error logging (59a586f)
  • mock keyring in tests and encapsulate ErrNotFound (7e2d21b)
  • network: use registry-aware auth resolver in GetToken (162713b)
  • network: use registry-aware auth resolver in GetToken (7f5dde1)
  • proxy add native type (#23) (05b7e9c)
  • request write:packages scope in device flow and fix token manager prefix checks (a772183)
  • restore getGithubToken and token resolution logic (adb5aec)