Skip to content

Commit 4b6e9c7

Browse files
docs: Add CHANGELOG.md for v0.1.0 release (#418)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6578431 commit 4b6e9c7

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0] - 2025-12-28
9+
10+
### Added
11+
12+
- **Transparent HTTPS Proxy** - Intercept and log all Claude Code API traffic
13+
- **Activity Monitoring** - Track tool calls, file access, and command execution
14+
- **Policy Enforcement** - Block dangerous operations based on organizational policies
15+
- **Zero Configuration** - Automatic client detection and policy application
16+
- **Multi-Tenant Architecture** - Centralized management across teams and organizations
17+
- **Real-time Log Streaming** - WebSocket-based live activity monitoring
18+
- **Web Dashboard** - Next.js admin UI for monitoring and configuration
19+
- **CLI Tool** - `arfa-cli` for proxy management and authentication
20+
21+
### Security
22+
23+
- JWT-based authentication
24+
- Row-level security for multi-tenancy
25+
- Secure credential storage
26+
27+
[0.1.0]: https://github.com/rastrigin-systems/arfa/releases/tag/v0.1.0

0 commit comments

Comments
 (0)