feat: implement proxy v2 with backend and frontend enhancements

- Enhanced proxy handlers and Anthropic service integration
- Improved SQLite storage and configuration
- Updated web UI and request handling

temp

WIP: additional changes
This commit is contained in:
Seif Ghazi 2025-07-07 02:07:37 -04:00
parent 20c25e2f2d
commit bd126e3d8a
No known key found for this signature in database
GPG key ID: 4519A4B1EEC1494E
8 changed files with 483 additions and 831 deletions

View file

@ -5,9 +5,7 @@ go 1.20
require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/mattn/go-sqlite3 v1.14.28
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
)
require github.com/felixge/httpsnoop v1.0.3 // indirect