Vincent Koc
7d54f2a3c2
fix(config): apply filtered doctor compat at read time
2026-04-06 20:45:07 +01:00
Peter Steinberger
6d52014ef8
refactor: dedupe doctor compat record helper
2026-04-06 20:30:20 +01:00
Peter Steinberger
8ff570ee42
refactor: resolve channel env vars from plugin manifests
2026-04-06 19:53:27 +01:00
Peter Steinberger
b7d3a26356
refactor: extract arcee provider cleanup seams
2026-04-06 19:53:27 +01:00
Peter Steinberger
177be0f237
fix: remove provider hardcoding and fix arcee openrouter
2026-04-06 19:53:27 +01:00
arthurbr11
5ac2f58c57
feat: add Arcee AI provider plugin
...
Add a bundled Arcee AI provider plugin with ARCEEAI_API_KEY onboarding,
Trinity model catalog (mini, large-preview, large-thinking), and
OpenAI-compatible API support.
- Trinity Large Thinking: 256K context, reasoning enabled
- Trinity Large Preview: 128K context, general-purpose
- Trinity Mini 26B: 128K context, fast and cost-efficient
2026-04-06 19:53:27 +01:00
Peter Steinberger
283b103e75
refactor: dedupe doctor account streaming checks
2026-04-06 19:24:43 +01:00
Vincent Koc
e77d72a91d
fix(config): lazily resolve bundled channel runtimes
2026-04-06 18:57:00 +01:00
Peter Steinberger
8f7792317d
test: move bundled channel config runtime into test helpers
2026-04-06 18:30:09 +01:00
Peter Steinberger
a20bc8640b
test: move dead helper fixtures into test helpers
2026-04-06 17:51:21 +01:00
Peter Steinberger
6acb43f294
fix: resolve channel typing regressions
2026-04-06 17:43:57 +01:00
Peter Steinberger
1aee8c55ce
refactor: dedupe channel doctor compat helpers
2026-04-06 17:18:36 +01:00
Peter Steinberger
5d7a73380f
fix(ci): repair tsgo test harnesses
2026-04-06 17:16:01 +01:00
Vincent Koc
a797068206
refactor(lint): tighten channel and config defaults
2026-04-06 17:06:18 +01:00
Peter Steinberger
8b79cbcd06
build(plugins): align package versions to 2026.4.6
2026-04-06 17:05:30 +01:00
Peter Steinberger
8477f1841a
refactor(deadcode): remove orphaned core wrappers
2026-04-06 16:47:03 +01:00
Vincent Koc
cb770057b0
chore(lint): drop stale config and gateway lint comments
2026-04-06 15:57:32 +01:00
Peter Steinberger
021e503a5f
test: add raw plugin-schema defaults regression coverage ( #61856 )
2026-04-06 14:32:17 +01:00
supermario_leo
92ffb9af86
fix(config): restore applyDefaults:true for AJV plugin/channel schema validation
2026-04-06 14:32:17 +01:00
openperf
c857e93735
fix(gateway): auto-bind to 0.0.0.0 inside container environments
2026-04-06 14:02:20 +01:00
Peter Steinberger
ef923805f5
Revert "refactor(cli): remove custom cli backends"
...
This reverts commit 6243806f7b .
2026-04-06 13:40:42 +01:00
Peter Steinberger
c39f061003
Revert "refactor(cli): remove bundled cli text providers"
...
This reverts commit 05d351c430 .
2026-04-06 13:40:41 +01:00
Vincent Koc
5fa166ed11
fix(check): repair status report typing drift
2026-04-06 13:34:08 +01:00
Peter Steinberger
b04dd6d05c
refactor: consolidate session history sanitization
2026-04-06 13:23:44 +01:00
Vincent Koc
209786bb2d
fix(plugins): remove xai boundary leaks
2026-04-06 12:08:44 +01:00
Vincent Koc
6efbebefbf
fix(runtime): drop legacy x_search auth shim
2026-04-06 11:03:58 +01:00
Vincent Koc
2e2a52dade
test(config): reuse temp dir helper in config doc baseline tests
2026-04-06 10:52:12 +01:00
Vincent Koc
a1b6e679e4
test(config): reuse temp dir helper in config include tests
2026-04-06 10:50:44 +01:00
Vincent Koc
644a22af4b
test(config): reuse suite temp root tracker in config write tests
2026-04-06 10:50:36 +01:00
Vincent Koc
2c06795afa
test(config): reuse suite temp root tracker in session cache tests
2026-04-06 10:48:45 +01:00
Vincent Koc
9634a1c60c
test(config): reuse shared temp dir helper in channel configured tests
2026-04-06 10:48:41 +01:00
Vincent Koc
8b8c9d4356
test(config): reuse shared temp dir helper in store read tests
2026-04-06 06:36:30 +01:00
Vincent Koc
7846492686
test(config): reuse shared temp dir helpers in sessions tests
2026-04-06 06:36:05 +01:00
Vincent Koc
aef06906dd
test(config): reuse suite temp root tracker in store pruning integration tests
2026-04-06 06:34:55 +01:00
Vincent Koc
8bd089a620
test(config): reuse suite temp root tracker in session key normalization tests
2026-04-06 06:34:07 +01:00
Vincent Koc
fa9b3fb13a
test(config): share session test fixture helper
2026-04-06 06:33:38 +01:00
Vincent Koc
c13352a7ef
test(config): reuse temp dir helper in disk budget tests
2026-04-06 06:32:44 +01:00
Vincent Koc
4c748e0608
test(config): reuse temp dir helper in config surface tests
2026-04-06 06:32:38 +01:00
Peter Steinberger
b62badd8a3
fix: restore main ci type checks
2026-04-06 05:38:25 +01:00
Vincent Koc
9ba97ceaed
perf(agents): add continuation-skip context injection ( #61268 )
...
* test(agents): cover continuation bootstrap reuse
* perf(agents): add continuation-skip context injection
* docs(changelog): note context injection reuse
* perf(agents): bound continuation bootstrap scan
* fix(agents): require full bootstrap proof for continuation skip
* fix(agents): decide continuation skip under lock
* fix(commands): re-export subagent chat message type
* fix(agents): clean continuation rebase leftovers
2026-04-06 05:27:28 +01:00
Vincent Koc
0fdf9e874b
fix(config): normalize channel streaming config shape ( #61381 )
...
* feat(config): add canonical streaming config helpers
* refactor(runtime): prefer canonical streaming accessors
* feat(config): normalize preview channel streaming shape
* test(config): lock streaming normalization followups
* fix(config): polish streaming migration edges
* chore(config): refresh streaming baseline hash
2026-04-06 05:08:20 +01:00
Peter Steinberger
3e72c0352d
chore: release 2026.4.5
2026-04-06 04:04:21 +01:00
Peter Steinberger
072e0795f8
chore: prepare 2026.4.6-beta.1 release
2026-04-06 03:33:55 +01:00
Peter Steinberger
d8270ef181
fix: gate async media direct delivery behind config
2026-04-06 03:28:58 +01:00
Peter Steinberger
dc0ee2e178
feat: add music generation tooling
2026-04-06 01:47:14 +01:00
wirjo
699b2320a8
feat(memory): add Bedrock embedding provider for memory search ( #61547 )
...
* feat(memory): add Bedrock embedding provider for memory search
Add Amazon Bedrock as a native embedding provider for memory search.
Supports Titan Embed Text v1/v2 and Cohere Embed models via AWS SDK.
- New embeddings-bedrock.ts: BedrockRuntimeClient + InvokeModel
- Auth via AWS default credential chain (same as Bedrock inference)
- Auto-selected in 'auto' mode when AWS credentials are detected
- Titan V2: configurable dimensions (256/512/1024), normalization
- Cohere: native batch support with search_query/search_document types
- 16 new tests covering all model types, auth detection, edge cases
Closes #26289
* fix(memory): harden bedrock embedding selection
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-04-06 01:19:56 +01:00
Gustavo Madeira Santana
4031e4b92d
matrix: align bundled channel metadata
2026-04-05 20:18:03 -04:00
Peter Steinberger
6cdf5a43f2
refactor: add metadata-first channel configured-state probes
2026-04-06 01:02:45 +01:00
Peter Steinberger
8cb85ff85f
refactor: harden plugin metadata and bundled channel entry seams
2026-04-06 00:15:38 +01:00
Gustavo Madeira Santana
5071f7cb3b
test(config): fix markdown table mock typing
2026-04-05 19:04:55 -04:00