Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .env.example

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ dist/
*.log
.env
.env.*
!.env.example

# Go binaries
packages/gateway/gateway

release/
releases/
RELEASE_NOTES.md
RELEASE_NOTES.md
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [0.2.0] - TBD
## [0.4.0] - 2026-07-25

### Added

- Agent-native JSON and noninteractive CLI modes
- Readiness waiting and process lifecycle management
- Multi-session state, remote close, request inspection, logs, and replay
- Scoped session tokens and the `@wormkey/mcp` package
- GitHub Actions CI, dependency review, npm audit, Go vet, and CodeQL

### Security

- Public, owner, and internal control-plane authorization boundaries
- Cryptographically secure session identifiers, slugs, and credentials
- Hashed owner and tunnel tokens
- Authenticated gateway session validation
- Request cancellation, body limits, timeouts, and unsafe-header filtering

### Changed

- Gateway control-plane and protocol code moved into internal packages
- Local state now uses `~/.wormkey/sessions.json` with restrictive permissions

---

## [0.2.0] - Previous

### Added

Expand Down
Loading
Loading