Skip to content

Releases: valtors/relay

v0.4.10

Choose a tag to compare

@tamish560 tamish560 released this 15 Jul 06:08

Rename Go module path to github.com/valtors/relay for pkg.go.dev indexing. No functional changes.

v0.4.9

Choose a tag to compare

@tamish560 tamish560 released this 11 Jul 23:17

Changes

  • Changed Go module path from relay to github.com/valtors/relay for pkg.go.dev indexing
  • Added pre-push verification script (scripts/pre-push.sh)
  • Added comparison guide (docs/comparison.md)
  • Configurable web timeout via RELAY_WEB_TIMEOUT env var

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:10

Changelog

  • ed118d1 bump: v0.4.8
  • 7323546 bump: v0.4.8
  • 57b874c chore: add Dockerfile for Glama verification
  • f950118 feat: add doctor command to diagnose installs
  • d6cbd8b feat: wire doctor command into cli
  • ba42985 style: gofmt doctor.go
  • ce77451 style: gofmt doctor_test.go
  • efc7221 style: gofmt main.go

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 11 Jul 15:26

Changelog

  • 79f565f chore: bump npm package to v0.4.7
  • 20f3911 style(tui): remove icon prefix from editor names

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 11 Jul 15:10

Changelog

  • 41e462c chore: bump npm package to v0.4.6
  • 084e341 fix(cli): launch TUI by default in interactive terminals

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 11 Jul 15:08

Changelog

  • ba8cc1c chore: bump npm package to v0.4.5
  • b9de3cf fix(tui): import SelectInput and remove emoji icons
  • 73f0112 style(tui): replace emoji glyphs with ASCII markers

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:12

Changelog

  • b7d551f chore: bump npm package to v0.4.4
  • 7d826db fix(cli): suggest global install when TUI cannot run via npx
  • fc613a0 fix(tui): pass onExit handler to StatusDashboard
  • cf96a21 fix(tui): repair broken JSX closing tags

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:02

Changelog

  • a88ac21 chore: bump npm package to v0.4.3
  • 2c11b12 fix(cli): always launch TUI for bare npx userelay

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:09

Changelog

  • bebbe1b chore: bump npm package to 0.4.0
  • cce5443 chore: bump npm package to 0.4.0
  • 966253e chore: bump npm package to v0.4.1
  • cf11da8 chore: bump npm package to v0.4.2
  • 1bedde1 feat(cli): add --version and -v flags
  • 0e77e2b feat(cli): auto-launch setup wizard on first run
  • e875c93 feat(cli): auto-launch setup wizard on first run
  • db2009b feat(cli): show hint when running in stdio mode in a terminal
  • 9b07e30 feat(tui): add animated first-run setup wizard
  • a248e93 feat(tui): add setup screen option to TUI router
  • aad4862 feat(tui): add setup screen option to TUI router
  • 1459c84 feat(tui): animated first-run setup wizard
  • 4fc2a15 feat(ui): add renderHint helper for terminal hints
  • b3cbc72 fix(cli): detect TTY via stdout/stderr for npx-launched TUI
  • 7d64ff2 fix(tui): correct broken JSX closing tags
  • 7ed2b6a fix(tui): correct broken JSX closing tags
  • e6ce61c fix: correct all-contributors CLI command and permissions

v0.4.0

Choose a tag to compare

@tamish560 tamish560 released this 10 Jul 14:31
d37efc1

What's new

Security

  • Path traversal protection for file tools
  • SSRF mitigation for web tools
  • XSS sanitization for output
  • Prompt injection guards

Features

  • Interactive TUI mode
  • Spectral-edge CLI banner
  • Clean CLI output with > markers

Refactor

  • Split tool registrations from registry into per-category functions

Repo

  • Issue and PR templates
  • Code of Conduct
  • Dependabot and stale bot configs
  • Funding.yml
  • Good first issues for contributors

Full Changelog: v0.3.0...v0.4.0