 decoluaandCursor
|
b39eb61c33
|
chore: release v0.4.27
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-09 22:48:07 +07:00 |
|
decolua
|
bee8dad946
|
feat(db): migrate from lowdb to SQLite with repos pattern
- Add modular DB layer (adapters, migrations, repos, helpers)
- Replace localDb/usageDb/requestDetailsDb monoliths with repos
- Add Tailscale tunnel integration & status check API
- Add /api/cli-tools/all-statuses aggregated endpoint
- Add settingsStore (Zustand) and mitm/dbReader
- Add DB unit tests (benchmark, concurrent, migration, vs-lowdb)
|
2026-05-09 17:48:20 +07:00 |
|
Anurag Saxena
|
f825a523ab
|
fix: add clipboard fallback for navigator.clipboard unavailable contexts (closes #696) (#699)
|
2026-04-22 10:12:55 +07:00 |
|
Andrew Peltekci
|
9fe4726f34
|
fix(ui): restore provider assets and model availability endpoint (#367)
* fix(usage): track lifetime request total beyond history cap
* fix(ui): restore provider assets and model availability endpoint
|
2026-03-23 09:16:10 +07:00 |
|
decolua
|
31cc79ab23
|
- Updated Kiro OAuth configuration
|
2026-01-27 11:35:28 +07:00 |
|
 apeltekciandClaude Opus 4.5
|
7058b062e7
|
fix: resolve SonarQube findings and Next.js Image warnings
SonarQube/SonarLint fixes:
- Remove unused imports (useMemo, PROVIDER_ENDPOINTS, updateSettings, APP_CONFIG)
- Add PropTypes validation to all components receiving props
- Fix accessibility issues (semantic buttons, ARIA attributes, form labels)
- Replace array index keys with stable identifiers
- Extract duplicate getStatusDisplay function in providers page
- Fix negated conditions for better readability
- Add node: prefix to Node.js imports in localDb.js
- Fix optional chaining in pricing lookup
- Add explanatory comments to empty catch blocks
- Consolidate duplicate OAuth flow branches
- Change parseInt to Number.parseInt
- Disable false positive rules in VS Code settings
Next.js Image fixes:
- Add style={{ width: "auto", height: "auto" }} to all Image components
- Resolves aspect ratio warnings without triggering lint issues
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-20 13:31:36 +07:00 |
|
apeltekci
|
0848dd5d13
|
chore: fix build warnings, add deployment config, and cleanup lint errors
- Fix React Hook dependencies and Image optimization warnings
- Add DATA_DIR and INITIAL_PASSWORD env var support
- Fix Tailwind v4 legacy syntax and suppress CSS directives warnings
- Add PropTypes and remove unused variables
|
2026-01-20 12:58:51 +07:00 |
|
decolua
|
3857598de4
|
Initial commit
|
2026-01-05 09:58:59 +07:00 |
|