Skip to content

Releases: ppiankov/pastewatch

v0.25.8

28 Mar 07:01

Choose a tag to compare

Added

  • Proxy log shows type breakdown per redaction (Credential x3, DB Connection x2)
  • Proxy log includes actionable fix suggestion for the human operator
  • Proxy log deduplicates repeated lines when conversation history re-scans same secrets

v0.25.7

28 Mar 05:28

Choose a tag to compare

Fixed

  • Launch command strips leading -- from passthrough args (fixes execvp: No such file or directory)

v0.25.6

28 Mar 05:06

Choose a tag to compare

Added

  • Proxy alert now includes actionable fix suggestion per secret type (use env vars, store in key file, use detectable keywords)

v0.25.5

27 Mar 10:30

Choose a tag to compare

Added

  • Credential storage rules in CLAUDE.md snippet — prevents agents from echoing or storing plaintext credentials
  • Setup step added to Quick Start — pastewatch-cli setup claude-code is now essential, not optional

v0.25.4

27 Mar 09:29

Choose a tag to compare

Fixed

  • Credential false positives — documentation text like password: rotated, token: POST no longer triggers detection
  • Proxy stderr log suppressed in launch mode to prevent TUI interference with interactive CLIs
  • Added --quiet flag to proxy command

v0.25.3

27 Mar 07:08

Choose a tag to compare

Fixed

  • Launch command uses fork/exec for proper TTY passthrough to interactive agents

v0.25.2

27 Mar 05:02

Choose a tag to compare

Fixed

  • Launch command now passes TTY through to agent for interactive CLIs

v0.25.1

27 Mar 03:46

Choose a tag to compare

Added

  • Bash command argument scanning — guard now scans full command string for inline secrets (DSNs, API keys, tokens)
  • Bash tool handling in shell guard hook — blocks commands containing secrets before execution
  • Test credential exclusions — AWS EXAMPLE keys and Stripe sk_test_ keys bypass guard blocking
  • CodeQL code scanning and Dependabot dependency monitoring

Fixed

  • VS Code extension workflow skips publish when version unchanged

v0.25.0

26 Mar 12:55

Choose a tag to compare

Added

  • launch command: one-step proxy + agent startup (pastewatch-cli launch claude)
  • Starts proxy in background, waits for TCP readiness, launches agent with ANTHROPIC_BASE_URL set
  • Cleans up proxy on agent exit, forwards exit codes
  • --quiet flag to suppress proxy messages
  • Universal macOS binary (arm64 + x86_64) in release workflow
  • Multi-platform Homebrew formula (macOS, Linux amd64, Linux arm64)

v0.24.1

26 Mar 04:31

Choose a tag to compare

Fixed

  • Workledger key regex now matches 32+ base64url chars (was exactly 44, real keys are 43)
  • Standalone wl_sk_ keys without KEY= context now detected