Vincent Koc
3254c72d4b
Update CHANGELOG.md
2026-02-22 12:09:19 -05:00
Omair Afzal
3891ba4bb5
fix(providers): preserve openrouter/ prefix for native models ( #12942 )
...
* fix(providers): preserve openrouter/ prefix for native models (#12924 )
OpenRouter-native models like 'openrouter/aurora-alpha' need the full
'openrouter/<name>' as the model ID in API requests. The existing
parseModelRef() stripped the prefix, sending just 'aurora-alpha'
which OpenRouter rejects with 400.
Fix: normalizeProviderModelId() now re-adds the 'openrouter/' prefix
for models without a slash (native models), while passing through
external provider models (e.g. 'anthropic/claude-sonnet-4-5') as-is.
Closes #12924
* Changelog: add OpenRouter note for #12942
---------
Co-authored-by: Luna AI <luna@coredirection.ai >
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-02-22 12:08:46 -05:00
Dan Dodson
4cad674387
fix: preserve stored provider in resolveSessionModelRef for vendor-prefixed models ( #22753 )
...
* fix: preserve stored provider in resolveSessionModelRef for vendor-prefixed models
When an OpenRouter model with a vendor prefix (e.g. "anthropic/claude-haiku-4.5")
was successfully used and persisted to the session entry, the next call to
resolveSessionModelRef would re-parse the model string through parseModelRef,
which splits on the first slash and incorrectly extracts "anthropic" as the
provider — discarding the stored "openrouter" provider entirely. This caused
subsequent requests to attempt direct Anthropic API calls with an OpenRouter
API key, producing "credit balance too low" billing errors.
The fix trusts the explicitly stored modelProvider on the session entry and
skips parseModelRef re-parsing when a provider is already recorded. parseModelRef
is still used as a fallback when no provider is stored on the entry.
Co-authored-by: Cursor <cursoragent@cursor.com >
* Changelog: add OpenRouter note for #22753
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-02-22 12:07:33 -05:00
Peter Steinberger
91cb28ecef
perf(test): speed temp-path AST scan
2026-02-22 17:06:35 +00:00
Peter Steinberger
572daed456
test: trim duplicate async-search status reopen check
2026-02-22 17:06:35 +00:00
Peter Steinberger
35fecc4bee
test: remove redundant runner ordering checks
2026-02-22 17:06:35 +00:00
Peter Steinberger
e38196d42c
test: trim duplicate program smoke onboarding coverage
2026-02-22 17:06:35 +00:00
Peter Steinberger
c6b94f2652
test: speed up skills download tar traversal fixture
2026-02-22 17:06:35 +00:00
Peter Steinberger
bd6be417e4
test: trim duplicate smoke and embedded runner cases
2026-02-22 17:06:35 +00:00
Peter Steinberger
ee7a43b895
test: replace slow gateway SIGTERM integration coverage
2026-02-22 17:06:35 +00:00
Peter Steinberger
d01cc69ef0
test: tighten process timeout fixtures
2026-02-22 17:06:35 +00:00
Peter Steinberger
b1a97e77ca
test: tighten bash timeout poll upper bound
2026-02-22 17:06:35 +00:00
Peter Steinberger
c5904da85a
test: trim bash tool timing constants
2026-02-22 17:06:35 +00:00
Peter Steinberger
c23cdf67d7
test: speed up qmd boot retry lock test
2026-02-22 17:06:35 +00:00
Peter Steinberger
68b9b44498
test: reduce bash background abort wait constants
2026-02-22 17:06:35 +00:00
Peter Steinberger
dd4495e23a
test: optimize temp path guard scan prefilter
2026-02-22 17:06:35 +00:00
Peter Steinberger
7bf719fe85
test: narrow weak-random rg scan globs
2026-02-22 17:06:35 +00:00
Peter Steinberger
7626503965
test: reduce web auto-reply watchdog timer churn
2026-02-22 17:06:35 +00:00
Peter Steinberger
089ee242bc
test: precompute skills download tar fixture and dedupe setup
2026-02-22 17:06:35 +00:00
Peter Steinberger
2b74e5f66d
test: reduce bash tool suite sleep durations
2026-02-22 17:06:35 +00:00
Peter Steinberger
47514e35a2
test: dedupe pi embedded runner setup and orphan case
2026-02-22 17:06:35 +00:00
Peter Steinberger
f3ba3fe8dc
test: isolate skills-install temp home env
2026-02-22 17:06:35 +00:00
Peter Steinberger
992fc9cf4e
test: trim cli program test bootstrap overhead
2026-02-22 17:06:35 +00:00
Peter Steinberger
3046fa31e8
test: isolate skills suite env and trim scan overhead
2026-02-22 17:06:35 +00:00
Peter Steinberger
6cdeb62a01
test: trim gateway sigterm bootstrap imports
2026-02-22 17:06:35 +00:00
Peter Steinberger
407f7017ec
test: cache plugin install archive fixtures
2026-02-22 17:06:35 +00:00
Peter Steinberger
1d2f305117
style: format skills install download test
2026-02-22 17:06:35 +00:00
Peter Steinberger
6cd12ca1ce
test: merge download archive safety suites
2026-02-22 17:06:35 +00:00
Peter Steinberger
07514361d7
test: speed up weak random guardrail scan
2026-02-22 17:06:35 +00:00
Peter Steinberger
13d3758efd
test: preload doctor command in migration suites
2026-02-22 17:06:34 +00:00
Peter Steinberger
c42b0b2dfc
test: preload sandbox explain command module in suite
2026-02-22 17:06:34 +00:00
Peter Steinberger
0b13a0286e
test: preload bash exec path tool module in suite
2026-02-22 17:06:34 +00:00
Peter Steinberger
6042075bdf
test: preload safe-bins tool module in suite
2026-02-22 17:06:34 +00:00
Peter Steinberger
71747a7688
test: preload onboarding command modules in hot suites
2026-02-22 17:06:34 +00:00
Peter Steinberger
b6ac0eef5d
test: trim gateway fixture sizes and preload message command
2026-02-22 17:06:34 +00:00
Peter Steinberger
8cc744ef1f
fix(logging): cap file logs with configurable maxFileBytes
...
Co-authored-by: Xinhua Gu <562450+xinhuagu@users.noreply.github.com >
2026-02-22 17:58:51 +01:00
Peter Steinberger
795db98f6a
fix(telegram): notify users on media download failures
...
Co-authored-by: Artale <117890364+arosstale@users.noreply.github.com >
2026-02-22 17:54:16 +01:00
Peter Steinberger
d0e6763263
fix(telegram): wire webhookPort through config and startup
...
Co-authored-by: xrf9268-hue <244283935+xrf9268-hue@users.noreply.github.com >
2026-02-22 17:54:16 +01:00
Peter Steinberger
5069250faf
fix(telegram): clear webhook state before polling startup
...
Co-authored-by: Peter Machona <7957943+chilu18@users.noreply.github.com >
2026-02-22 17:54:16 +01:00
Peter Steinberger
81384daeb4
fix(telegram): harden polling retry setup and teardown order
...
Co-authored-by: Cklee <99405438+liebertar@users.noreply.github.com >
Co-authored-by: Ho Lim <166576253+HOYALIM@users.noreply.github.com >
2026-02-22 17:54:16 +01:00
Peter Steinberger
1a9b5840d2
fix(telegram): keep webhook monitor alive until abort
...
Co-authored-by: Evgeny Zislis <7056+kesor@users.noreply.github.com >
2026-02-22 17:54:16 +01:00
Peter Steinberger
e58054b85c
docs(telegram): align Node22 network defaults and setup guidance
2026-02-22 17:54:16 +01:00
Peter Steinberger
e9ed688c2c
fix(net): enable family fallback for pinned SSRF dispatcher
2026-02-22 17:54:15 +01:00
Peter Steinberger
4d0ca7c315
fix(telegram): restart stalled polling after unhandled network errors
2026-02-22 17:54:15 +01:00
Peter Steinberger
824d1e095b
fix(infra): treat undici fetch failed as transient unhandled rejection
2026-02-22 17:54:15 +01:00
Peter Steinberger
dbc1ed8933
fix(update): run auto-update via runtime argv and keep it independent of checkOnStart
2026-02-22 17:41:05 +01:00
Vincent Koc
35b162af76
Memory: add Spanish and Portuguese query expansion stop words ( #23710 )
2026-02-22 11:26:12 -05:00
Peter Steinberger
f14ebd743c
refactor(security): unify local-host and tailnet CIDR checks
2026-02-22 17:20:27 +01:00
Vincent Koc
21cbf59509
feat(memory): add Japanese query expansion support for FTS ( #23156 )
...
* Memory: add Japanese query expansion support
* Docs/Changelog: credit Japanese FTS update
2026-02-22 11:19:20 -05:00
Peter Steinberger
f442a3539f
feat(update): add core auto-updater and dry-run preview
2026-02-22 17:11:36 +01:00