Skip to content

Releases: dedene/claw-wrap

v0.5.0

21 Feb 14:21
bab80db

Choose a tag to compare

Changelog

  • bab80db docs(readme): remove unnecessary pipe escape in jq example
  • 2c5afcc docs(readme): trim defaults, add credential backends, fix requirements
  • 12c0f03 feat: add HashiCorp Vault credential backend (#9)

v0.4.5

21 Feb 12:46
10aa3db

Choose a tag to compare

Changelog

  • dc1a8ec feat(daemon): auto-reload config on file change
  • b639a59 fix(daemon): survive Homebrew upgrades without restart
  • 10aa3db fix(pty): default PTY on, fix sizing race and inline streaming
  • 6f69a07 fix: improve PTY sizing and terminal color propagation

v0.4.4

21 Feb 11:18
a1b46af

Choose a tag to compare

Changelog

  • adf8653 docs(readme): formatting cleanup
  • b6f66c8 feat(config): unify env and forced_env with interpolation support (#6)
  • 1eeb33f feat(httpproxy): add external CA support with security hardening (#8)
  • a1b46af feat(pty): add PTY support for interactive TUI applications (#7)

v0.4.3

15 Feb 20:38
7ce4a24

Choose a tag to compare

Changelog

  • 71f2405 feat(install): auto-elevate with sudo when needed
  • 7ce4a24 fix(install): improve error handling and update docs

v0.4.2

15 Feb 20:27
1fdd166

Choose a tag to compare

Changelog

  • 1fdd166 fix(install): preserve stable symlink paths for package managers

v0.4.1

14 Feb 15:39
7d0f260

Choose a tag to compare

Changelog

  • d31732a feat(audit): add JSONL audit logging for proxied tool executions
  • 9042207 feat: add allowlist mode for tool argument restrictions
  • 7d0f260 feat: add configurable output redaction for tool streams (#5)

v0.4.0

08 Feb 19:50
f03a1ed

Choose a tag to compare

Changelog

  • f03a1ed feat(httpproxy): add MITM HTTP proxy for credential injection (#3)
  • dc026ad feat: add credential cache TTL with active eviction (#2)

v0.3.0

08 Feb 16:48
e8e59a0

Choose a tag to compare

Changelog

  • e8e59a0 feat: add multiple credential backends (#1)

v0.2.1

07 Feb 16:34
7c7e0fe

Choose a tag to compare

Changelog

  • b03bca1 build: migrate brews to homebrew_casks
  • 7c7e0fe fix: harden policy enforcement and credential handling
  • e49d467 revert: restore brews formula (revert homebrew_casks migration)

v0.2.0

07 Feb 16:01
fe7aead

Choose a tag to compare

Changelog

  • fe7aead feat: add macOS (darwin) support