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 |
|
Gustavo Madeira Santana
|
ac66507ccb
|
test(config): align markdown tables with active registry
|
2026-04-05 18:46:51 -04:00 |
|
Gustavo Madeira Santana
|
8a841b531f
|
fix(matrix): split partial and quiet preview streaming (#61450)
Merged via squash.
Prepared head SHA: 6a0d7d1348
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-04-05 18:23:07 -04:00 |
|
Peter Steinberger
|
9b7002ee59
|
refactor(reply): type reply threading policy
|
2026-04-05 21:40:56 +01:00 |
|
Peter Steinberger
|
ce8492f9a0
|
chore: bump version to 2026.4.5
|
2026-04-05 21:33:04 +01:00 |
|
Peter Steinberger
|
8a987030c0
|
fix(types): repair post-rebase check drift
|
2026-04-05 21:15:55 +01:00 |
|
Peter Steinberger
|
6b627d4707
|
fix(discord): add batched reply mode
|
2026-04-05 21:15:29 +01:00 |
|
Peter Steinberger
|
466e17436d
|
fix: restore agent verbose default typing
|
2026-04-05 20:48:40 +01:00 |
|
Gustavo Madeira Santana
|
dcd0cf9f98
|
fix(matrix): align DM room session routing (#61373)
Merged via squash.
Prepared head SHA: 9529d2e161
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-04-05 15:15:46 -04:00 |
|
Peter Steinberger
|
2ff29a33d0
|
refactor: split doctor runtime migrations and talk runtime tests
|
2026-04-05 19:44:34 +01:00 |
|
Peter Steinberger
|
84e76f7cce
|
refactor(cli): remove stale cli provider leftovers
|
2026-04-05 19:11:34 +01:00 |
|
Peter Steinberger
|
1a47675e6c
|
fix: restore check after CLI seam cleanup
|
2026-04-05 19:06:34 +01:00 |
|
Peter Steinberger
|
a01c4c3a0e
|
test: split provider-shaped core test coverage
|
2026-04-05 19:05:44 +01:00 |
|
Peter Steinberger
|
b8e2e5c251
|
test: genericize talk provider fixtures
|
2026-04-05 18:52:18 +01:00 |
|
Peter Steinberger
|
05d351c430
|
refactor(cli): remove bundled cli text providers
|
2026-04-05 18:46:36 +01:00 |
|
Peter Steinberger
|
5790435975
|
feat(agents): add video_generate tool
|
2026-04-05 18:44:06 +01:00 |
|
Peter Steinberger
|
7fe5dc36f0
|
test: remove extension-shaped talk and cli test fixtures
|
2026-04-05 18:41:57 +01:00 |
|