Commit 103ebf2
committed
release: prepare v0.1.1 with authentication improvements and bug fixes
This release introduces conditional authentication, improves startup validation,
and fixes critical authentication separation issues.
Major improvements:
- Add conditional authentication support - proxy runs in open mode when
SECURITY__AUTH_TOKEN is not configured, enforces auth when configured
- Add comprehensive startup validation for OAuth credentials and Claude CLI
- Separate client authentication from upstream OAuth authentication
- Set 'serve' as default command when running ccproxy without subcommands
Breaking changes:
- Rename AUTH_TOKEN environment variable to SECURITY__AUTH_TOKEN for better
namespace organization
- Remove deprecated permission tool functionality and related CLI options
Other changes:
- Update to Pydantic v2 configuration syntax
- Migrate CLI to modern Annotated syntax
- Fix Aider integration documentation with correct /api endpoint URLs
- Add ccproxy-api as alternative entry point
- Remove redundant /status endpoints
- Fix default values for list parameters in CLI1 parent 7aa6979 commit 103ebf2
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
8 | 36 | | |
9 | 37 | | |
10 | 38 | | |
| |||
0 commit comments