diegosouzapw
dbd00117c8
chore: bump to 1.7.13 (npm republish)
2026-03-02 18:51:24 -03:00
diegosouzapw
2902a0fe26
chore: bump version to 1.7.12
2026-03-02 18:47:07 -03:00
diegosouzapw
211dde25d0
chore: bump version to 1.7.11 and update CHANGELOG
2026-03-02 18:33:08 -03:00
diegosouzapw
0517dcf0b7
chore: bump version to 1.7.10 and update CHANGELOG
2026-03-02 15:31:38 -03:00
diegosouzapw
144628755d
chore: bump version to 1.7.9 and update CHANGELOG
2026-03-02 14:55:56 -03:00
diegosouzapw
8dce812a4d
chore: bump version to 1.7.8 and update CHANGELOG
2026-03-02 12:14:58 -03:00
diegosouzapw
227268024d
chore: bump version to 1.7.7 and update CHANGELOG
2026-03-02 10:29:08 -03:00
diegosouzapw
7700fca501
chore: bump version to 1.7.6 and update CHANGELOG
2026-03-02 10:19:43 -03:00
diegosouzapw
8fbae5e467
feat(release): v1.7.5 — OAuth re-auth duplicate fix ( #170 )
...
- Fixed OAuth re-auth creating duplicate connections instead of updating existing ones
- CHANGELOG.md updated with v1.7.5 section
- Version bumped to 1.7.5
2026-03-02 00:38:33 -03:00
diegosouzapw
5ffa14190a
feat(release): v1.7.4 — OpenCode CLI integration, endpoint page restructure, i18n translations
...
- OpenCode CLI integration guide added to README (#169 )
- Endpoint page restructured with 3 categories + Responses API & Models endpoints
- 21 new i18n keys (settings + endpoint) translated across 30 locales
- 30 translated READMEs synced with v1.7.3 features
- 3 new workflow files: update-docs, generate-release, issue-triage
2026-03-01 23:03:54 -03:00
diegosouzapw
4a1acb1446
feat(release): v1.7.3 — model deprecation, background degradation, rate limit persistence, thinking improvements, circuit breaker
...
Features:
- Model Deprecation Auto-Forward (10+ built-in aliases + custom via UI)
- Background Task Smart Degradation (19 patterns, degradation map)
- Rate Limit Persistence (SQLite, 60s debounce, 24h staleness)
- thinkingLevel string → budget conversion (high/medium/low/none)
- Claude -thinking model auto-injection
- Gemini 3.0/3.1 model registry distinction
- Token Refresh Circuit Breaker (5 failures → 30min cooldown)
Tests: 561 total (40+ new), 0 failures
2026-03-01 21:42:39 -03:00
diegosouzapw
2538480b95
chore: release v1.7.2 — Gemini model import fix, Pino transport fallback
2026-03-01 06:49:27 -03:00
diegosouzapw
3a68d7dabc
fix: restore dashboard layout — Tailwind v4 @source for route groups
...
Tailwind CSS v4 auto-detection failed to scan Next.js route group
directories with parentheses (e.g. '(dashboard)'), causing responsive
grid utilities to be purged from production CSS. Added explicit @source
directives in globals.css to fix the content scanning.
CSS output: 10KB (broken) → 110KB (correct), 12 media queries restored.
2026-02-28 18:53:16 -03:00
diegosouzapw
22d318f201
chore(release): bump version to v1.7.0
2026-02-28 17:42:31 -03:00
diegosouzapw
6dce45505c
chore(release): v1.6.9
...
- PR #160 : CopilotToolCard URL fix + chat model filter (alpgul)
- PR #161 : Proxy port preservation, credential encoding, cache invalidation (ken2190)
- CHANGELOG: v1.6.9 entry
- Version bump: 1.6.8 → 1.6.9
2026-02-28 16:29:25 -03:00
diegosouzapw
f2829441f0
chore(release): v1.6.8
...
- Merged PR #159 : Electron release workflow refactor (benzntech)
- Added app/ to .gitignore (Next.js App Router conflict fix)
- CHANGELOG: v1.6.8 entry
- Version bump: 1.6.7 → 1.6.8
2026-02-28 15:33:16 -03:00
diegosouzapw
e4d83e91bb
chore(release): prepare release v1.6.7
...
- CHANGELOG: add v1.6.7 entry (Copilot Config Generator #142 )
- FEATURES.md: add Copilot to CLI Tools section
- Version bump: 1.6.6 → 1.6.7 (package.json + electron/package.json)
2026-02-28 11:53:39 -03:00
diegosouzapw
be219449f9
chore(release): bump version to v1.6.6
2026-02-28 11:17:26 -03:00
diegosouzapw
4f413615d9
chore(release): prepare release v1.6.5
...
- Merge PR #154 : official Electron icons and release workflow
- Fix electron-release.yml: npm ci → npm install (no package-lock.json)
- CHANGELOG: add v1.6.5 entry
- Version bump: 1.6.4 → 1.6.5
2026-02-28 10:27:58 -03:00
diegosouzapw
d624ddde03
fix(electron): code review hardening — 16 fixes for security, performance, robustness
...
## Critical Fixes
- #1 : Server readiness — waitForServer() polls before loading window
- #2 : Restart timeout — 5s + SIGKILL prevents IPC handler from hanging
- #3 : changePort — now stops/restarts server on new port
## Important Fixes
- #4 : Tray cleanup — destroy old Tray before recreating
- #5 : IPC emission — server-status & port-changed events
- #6 : Disposer pattern — replaces removeAllListeners
- #7 : useSyncExternalStore — eliminates 5x re-renders
## Minor: #8-#16 (dead code, CSP, platform titlebar, types, errors, version)
Tests: 76 / 15 suites (was 64/9)
2026-02-28 08:15:04 -03:00
benzntech
b004d0472b
feat: add Electron desktop application support
...
- Add electron/ directory with main process, preload script, and types
- Add system tray integration and window management
- Add IPC communication for app info, external links, server controls
- Add useElectron React hooks for Next.js integration
- Add build scripts for Windows, macOS, and Linux
- Add development scripts for running Electron with Next.js
Ref: #149
2026-02-28 10:40:25 +05:30
diegosouzapw
d8bf4b1db8
chore(release): bump version to v1.6.3
2026-02-28 00:55:59 -03:00
diegosouzapw
2c40ef0964
chore(release): bump version to v1.6.2
2026-02-27 22:22:58 -03:00
diegosouzapw
2c5a546759
chore(release): bump version to v1.6.1
2026-02-27 16:49:08 -03:00
diegosouzapw
3286f05b3b
fix: auto-rebuild better-sqlite3 for cross-platform npm installs ( #129 )
...
The npm package ships with better-sqlite3 compiled for Linux x64.
On Windows and macOS, the binary is incompatible and fails to load.
Added postinstall script that:
- Detects if the bundled native module is incompatible
- Automatically runs 'npm rebuild better-sqlite3' to compile for the target platform
- Provides manual fallback instructions if rebuild fails
2026-02-27 16:48:28 -03:00
diegosouzapw
56de009756
chore(release): bump version to v1.6.0
2026-02-27 16:32:25 -03:00
diegosouzapw
5229290ac4
Merge PR #140 : refactor split ports (npmSteven) with polish fixes
...
Adds split-port runtime support: API and dashboard can run on separate ports.
- PORT remains canonical/base
- API_PORT optionally overrides API listener
- DASHBOARD_PORT optionally overrides dashboard listener
- API bridge server proxies OpenAI-compatible routes with 30s timeout
- Centralized port resolution in src/lib/runtime/ports.ts
- Unit tests for runtime port resolution (14 tests)
- Healthcheck extracted into scripts/healthcheck.mjs
2026-02-27 16:30:17 -03:00
diegosouzapw
e8be72ad28
chore(release): bump version to v1.5.0
2026-02-26 17:16:53 -03:00
Steven
b941515c5a
Merge branch 'main' into refactor-split-ports
2026-02-26 15:17:56 +00:00
Steven Rafferty
fb597c677e
feat: improve API configuration and script execution
...
- Added API_HOST variable to .env.example for enhanced host configuration.
- Updated package.json scripts to utilize a new run-next.mjs script for development and production.
- Introduced run-next.mjs to manage Next.js server execution with dynamic port handling.
- Enhanced route.ts files to normalize API base URLs and improve configuration checks.
- Updated apiBridgeServer.ts to use API_HOST for server initialization.
- Expanded global TypeScript definitions to include API_HOST.
2026-02-26 15:15:35 +00:00
Steven Rafferty
d0138a5037
feat: enhance port configuration and API bridge support
...
- Updated .env.example to include optional split ports for API and dashboard.
- Modified docker-compose files to dynamically use the configured ports.
- Introduced a new script (run-standalone.mjs) for running the server with environment-specific ports.
- Implemented an API bridge server to handle OpenAI-compatible routes when using split ports.
- Updated README and CLI tool documentation to reflect changes in port usage and configuration.
- Enhanced various components to utilize the new port configuration, ensuring backward compatibility.
2026-02-26 15:11:40 +00:00
diegosouzapw
113ac1c940
chore(release): bump version to v1.4.11
2026-02-25 19:25:14 -03:00
diegosouzapw
67fa2592b5
chore(release): bump version to v1.4.10
2026-02-25 18:43:20 -03:00
diegosouzapw
e659d2ee69
chore(release): bump version to v1.4.9
2026-02-25 17:06:28 -03:00
diegosouzapw
ce1e10c8c6
chore: bump version to 1.4.8
2026-02-25 16:26:26 -03:00
diegosouzapw
f7fb68a798
feat: add dashboard i18n with next-intl (EN + PT-BR), language selector in header
2026-02-25 13:13:35 -03:00
diegosouzapw
5811e677f1
fix: strip antigravity/ prefix from model names sent to upstream API + sync package-lock.json
2026-02-25 08:46:42 -03:00
diegosouzapw
0d9a98c4e1
chore(release): bump version to v1.4.6
2026-02-25 06:24:46 -03:00
diegosouzapw
f76482db87
chore(release): bump version to v1.4.5
2026-02-24 14:00:10 -03:00
diegosouzapw
3c309f1fa4
chore(release): bump version to v1.4.4
2026-02-24 13:44:07 -03:00
diegosouzapw
ff01e9edaa
fix(oauth): show manual paste mode for LAN IP access
...
When accessing OmniRoute via LAN IP (192.168.x), the OAuth popup
callback can't resolve localhost back to the VPS. Now shows manual
paste input with warning banner instead of waiting indefinitely.
2026-02-23 20:51:52 -03:00
diegosouzapw
168b17adc7
fix(oauth): hardcode desktop OAuth client secrets to fix build-time inlining
...
Next.js inlines process.env at build time, causing clientSecret defaults to
be baked as empty strings. Desktop/CLI OAuth secrets are not confidential
per Google's documentation.
Fixes: client_secret is missing error on VPS deployment
2026-02-23 20:14:28 -03:00
diegosouzapw
7e0c6f0307
chore(release): v1.4.1 — endpoint page cleanup, deploy workflow
2026-02-23 19:00:30 -03:00
dependabot[bot]
29b3e59d23
deps: bump the development group with 6 updates
...
Bumps the development group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss ) | `4.1.18` | `4.2.1` |
| [@types/bcryptjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcryptjs ) | `2.4.6` | `3.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `25.2.3` | `25.3.0` |
| [eslint](https://github.com/eslint/eslint ) | `9.39.2` | `9.39.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) | `4.1.18` | `4.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.56.0` | `8.56.1` |
Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss )
Updates `@types/bcryptjs` from 2.4.6 to 3.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcryptjs )
Updates `@types/node` from 25.2.3 to 25.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint` from 9.39.2 to 9.39.3
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v9.39.3 )
Updates `tailwindcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss )
Updates `typescript-eslint` from 8.56.0 to 8.56.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: "@types/bcryptjs"
dependency-version: 3.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development
- dependency-name: "@types/node"
dependency-version: 25.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint
dependency-version: 9.39.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: tailwindcss
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: typescript-eslint
dependency-version: 8.56.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 20:19:21 +00:00
diegosouzapw
ce6d7dc6bf
feat(api-manager): enhance with usage stats, status badges, and stats dashboard ( #118 )
...
- Add stats summary cards (total keys, restricted, total requests, models available)
- Add per-key usage statistics (total requests, last used timestamp)
- Add copy button on each key row
- Add color-coded lock/unlock status icons per key
- Bump version to 1.4.0
2026-02-23 17:01:32 -03:00
diegosouzapw
1dd05bffe8
fix: proxy support for connection tests, compatible provider display ( #119 , #113 )
...
- Connection tests now route through configured proxy (key → combo → provider → global → direct)
- Compatible providers show friendly labels (OAI-COMPAT, ANT-COMPAT) in request logger
- 26 new unit tests for error classification, token expiry, and display labels
- Version bump to 1.3.1
2026-02-23 16:50:48 -03:00
diegosouzapw
343e6c50e3
chore(release): v1.3.0 — iFlow HMAC fix, health check logs toggle, kilocode models, model dedup
...
✨ New Features:
- Hide Health Check Logs toggle (PR #111 by @nyatoru)
- Kilocode custom models endpoint + 26 models (PR #115 by @benzntech)
🐛 Bug Fixes:
- iFlow 406 error fixed with IFlowExecutor HMAC-SHA256 signature (#114 )
- Filter parent model duplicates from endpoint lists (PR #112 by @nyatoru)
🧪 Tests:
- 11 new IFlowExecutor unit tests
- All 379 tests passing
2026-02-23 03:50:01 -03:00
diegosouzapw
6ba48241fe
fix(test): align test script with test:unit — add tsx/esm loader
...
The 'test' script was missing '--import tsx/esm', causing 25 failures
from Node ESM being unable to resolve extensionless TypeScript imports.
The 'test:unit' script already had the loader and passed 368/368.
2026-02-22 19:00:04 -03:00
diegosouzapw
a17583d3fc
feat(api): JWT session auth for models endpoint + refactor (v1.2.0)
...
- Merged PR #110 by @nyatoru: JWT session auth fallback for /v1/models
- Refactored: removed ~60 lines of same-origin detection (sameSite:lax already prevents CSRF)
- Changed auth failure response: 404 Not Found -> 401 Unauthorized (OpenAI format)
- Version bumped to v1.2.0
Closes #110
2026-02-22 18:36:57 -03:00
diegosouzapw
5dab4058c8
fix(issues): API key creation crash ( #108 ) & Codex code review quota ( #106 )
...
- Fix API_KEY_SECRET undefined crash with deterministic fallback
- Add code_review_rate_limit parsing for Team/Plus/Pro plan support
- Move feature-81 doc to completed/
- Bump version to v1.1.1
2026-02-22 16:28:44 -03:00