Skip to content

v0.17.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 13:10
b7b6873

Changelog

  • c8c3a80 Add SDK-backed SSO login refresh
  • 9793679 Fix AI tool nil guard test
  • 453ed44 Fix AWS nil guard tests
  • c6da1df Fix SSO browser lint exception
  • d87a3ce Fix diff view nil guard test
  • 0d84039 Fix metric nil guard tests
  • 75f590d Fix theme nil guard tests
  • cbf3bd5 Merge branch 'main' into feature/sdk-sso-login-refresh
  • a14ffc7 Merge pull request #195 from clawscli/feature/sdk-sso-login-refresh
  • b4ac095 Merge pull request #196 from clawscli/fix/modal-statusline
  • 28b5360 Merge pull request #198 from clawscli/feature/refactor-cleanup
  • b7b6873 Merge pull request #199 from clawscli/fix/subnet-detail-refresh-type
  • 6b6f7bc Skip indexion on unsupported devshell platforms
  • e5ab1a1 chore(nix): update indexion to v0.16.0
  • e973515 chore: final lint and convention sweep
  • 995f29c fix(action): expand header exec resource variables
  • f22e3d2 fix(action): harden variable expansion and dedupe replacement maps
  • 2ce4596 fix(action): replace fmt errors in action flow
  • 42c83c0 fix(ai): escape prompt context values
  • e4a7e6a fix(app): delegate unhandled keys to current view
  • de9e4a3 fix(app): show modal content status line while modal is open
  • 7498c2b fix(aws): clean up sso token temp files
  • 94040ed fix(aws): harden edge-case failures
  • 3eaa0d1 fix(aws): surface partial list failures
  • a8154ad fix(cloudtrail): redact sensitive event details
  • f01476d fix(config): restrict config directory permissions
  • 10170a6 fix(ecs): return partial list errors
  • 857e31c fix(events): abort rule delete when target listing fails
  • b5147a0 fix(iam): satisfy enrichment fetched grep
  • 950475c fix(lambda): sanitize invoke response previews
  • 1fc3706 fix(s3): surface bucket enrichment fetch failures
  • 10a0969 fix(sanitize): redact quoted secret fields
  • 8227fee fix(view): add status line key hints to settings modal
  • 37567ea fix(view): cancellable sso login and login state cleanup
  • 1f1d9fa fix(view): harden resource filtering and sorting
  • 3ba5ff2 fix(view): preserve partial resource results
  • adfe8b0 fix(view): show selected count as number instead of dots
  • b1f4f40 fix(view): use shared list context in next page
  • aeeb8bc fix(vpc): paginate route table lookup
  • b056b4b fix(vpc): preserve subnet type on detail refresh
  • e93aa17 fix: address review hardening gaps
  • 323861b refactor(action): unify exec command building
  • 88f5d84 refactor(ai): split tool dispatch and unify redaction
  • fca294c refactor(app): split Update by message family
  • 88c5c8b refactor(aws): clean up sso login internals
  • ebd744a refactor(eks): share cluster filter validation
  • 3f14a90 refactor(enrichment): extend failure status classification
  • 15e5c02 refactor(iam): shared enrichment fetch with parallel detail calls
  • 7b834d6 refactor(rds,vpc): use apperrors wrapping
  • 377eb44 refactor(render): status-aware section helpers
  • 1325f6c refactor(render): use non-empty detail fields
  • ced76d9 refactor(view): shared list context builder
  • b2b43d5 refactor(view): split command execution handlers
  • 03164cb refactor(view): split tag search update flow
  • 7383aab refactor(wafv2): direct web acl lookup, drop scope scans
  • a6a8ba5 test(render): characterize status section output
  • cb31916 test(s3): cover bucket not configured status codes