llm-api-proxy / src /proxy_app

Commit History

Merge remote-tracking branch 'origin/feature/filtering-tool' into dev
cfa8697

Mirrowel commited on

feat(quota): ✨ improve aggregation with tier priorities and fix double-counting
90d4836

Mirrowel commited on

feat(quota): restructure quota aggregation with cumulative counts and tier registry
06b3f7d

Mirrowel commited on

refactor(quota-viewer): πŸ”¨ enhance credential sorting and cooldown display
1af1879

Mirrowel commited on

feat(quota-viewer): ✨ add intelligent URL scheme detection for local and private hosts
65fe549

Mirrowel commited on

feat(quota-viewer): ✨ add quota and usage statistics viewer system
8b4ff52

Mirrowel commited on

refactor(tui): πŸ”¨ enhance clear_screen with optional header display
d5acbd4

Mirrowel commited on

feat(filter): ✨ add full glob pattern support for model filtering
b7df2fe

Mirrowel commited on

refactor(startup): πŸ”¨ reorganize import sequence to eliminate blocking dependencies
b6116f7

Mirrowel commited on

feat(settings): ✨ add real-time pending changes preview across all settings menus
352d879

Mirrowel commited on

fix(env): πŸ› use explicit .env path for PyInstaller compatibility
682bbea

Mirrowel commited on

refactor(core): πŸ”¨ centralize path management for PyInstaller compatibility
467f294

Mirrowel commited on

feat(ui): ✨ add smart pattern merge and import/export capabilities to filter rules
7f1d2c1

Mirrowel commited on

refactor(ui): πŸ”¨ restructure layout system with fixed height constraints and grid ratios
923eb65

Mirrowel commited on

style(ui): πŸ’Ž reduce spacing and font sizes for compact model filter layout
2d9a112

Mirrowel commited on

perf(ui): ⚑️ replace widget-based rule list with virtual canvas rendering
24a4b19

Mirrowel commited on

refactor(ui): πŸ”¨ simplify virtual scroll implementation using native canvas coordinates
e037e16

Mirrowel commited on

perf(ui): ⚑️ implement virtual scrolling for model filter lists
e9dcbc0

Mirrowel commited on

feat(ui): ✨ add GUI for visual model filter configuration
846ba25

Mirrowel commited on

feat(auth): ✨ add configurable OAuth callback ports for all providers
92211ea

Mirrowel commited on

feat(io): ✨ add fault-tolerant file operations with automatic recovery
7f148b3

Mirrowel commited on

Merge origin/main into feat/runtime-resilience - Resolve conflict in usage_manager.py by integrating runtime resilience with human-readable timestamps
01932f9

Mirrowel commited on

Merge branch 'main' into fix/antigravity-credential-stuck-unavailable
b7aa5d6
unverified

Mirrowel commited on

refactor(proxy): πŸ”¨ remove debug print statement for credentials
4ecfaba

Mirrowel commited on

feat(tui): πŸ”¨ add warnings for changing the proxy settings, and add reset to default button
c5716c1

Mirrowel commited on

fix(settings): πŸ”¨ improve provider detection and configuration loading
d655ada

Mirrowel commited on

feat(concurrency): ✨ add priority-based concurrency multipliers for credential tiers
aefb706

Mirrowel commited on

fix - addressing review findings.
136eb6c

Mirrowel commited on

fix(resilience): complete circuit breaker patterns per PR review
5e42536

MasuRii commited on

feat: add runtime resilience for file deletion survival
31c3d36

MasuRii commited on

feat(rotation): ✨ add sequential rotation mode with provider-specific quota parsing
bd84d38

Mirrowel commited on

refactor(ui): πŸ”¨ replace console.clear with cross-platform clear_screen function
1ce8eba

Mirrowel commited on

refactor(api): πŸ”¨ change is_ready from method to property access
c264be0

Mirrowel commited on

refactor(logging): πŸ”¨ remove debug print statements and add concise deployment logs
a140a0d

Mirrowel commited on

debugging pass to try to unfuck deployment
eb3864b

Mirrowel commited on

feat(api): ✨ add model pricing and capabilities enrichment service
b6a47c9

Mirrowel commited on

feat(credentials): ✨ add support for environment-based credential loading and bulk export tools
bd8f638

Mirrowel commited on

feat(settings): ✨ add provider-specific settings management UI
64859d9

Mirrowel commited on

fix(proxy): πŸ› load environment variables before displaying PROXY_API_KEY
2384d86

Mirrowel commited on

One huge ass bugfix i can't even list here. It's a mess i'll fix later
62e7cf3

Mirrowel commited on

fix(proxy): πŸ› prevent role field concatenation in streaming responses
0ea3b2d

Mirrowel commited on

refactor(logging): πŸ”¨ adjust logging levels and improve schema cleaning for Antigravity
868b7c9

Mirrowel commited on

fix(api): πŸ› override global temperature=0 via OVERRIDE_TEMPERATURE_ZERO
6adac7a

Mirrowel commited on

Build workflow shenanigans (#9)
5f94b93
unverified

Mirrowel commited on

feat(auth): improve credential tool startup UX and lazy-load providers
2b065a1

Mirrowel commited on

build(proxy_app): πŸ“¦ include setuptools/distutils in build and clarify launcher missing .env message
302d563

Mirrowel commited on

feat(ui): display proxy API key and improve onboarding/security warnings
0fd5b85

Mirrowel commited on

feat(ui): enhance launcher TUI and lazy-load core components
a42743f

Mirrowel commited on

feat(ui): ✨ add interactive launcher TUI and advanced settings tool
37501b2

Mirrowel commited on

feat(auth): add interactive onboarding and credential setup with warnings
34e560e

Mirrowel commited on