Vincent Koc
|
e28b516fb5
|
fix(slack): trim DM reply overhead and restore Codex auto transport (#53957)
* perf(slack): instrument runtime and trim DM overhead
* perf(slack): lazy-init draft previews
* perf(slack): add turn summary diagnostics
* perf(core): trim repeated runtime setup noise
* perf(core): preselect default web search providers
* perf(agent): restore OpenAI auto transport defaults
* refactor(slack): drop temporary perf wiring
* fix(slack): address follow-up review notes
* fix(security): tighten slack and runtime defaults
* style(web-search): fix import ordering
* style(agent): remove useless spread fallback
* docs(changelog): note slack runtime hardening
|
2026-03-24 15:03:40 -07:00 |
|
Peter Steinberger
|
d44a399ae0
|
fix: alphabetize web search provider listings
|
2026-03-23 01:46:47 -07:00 |
|
Vincent Koc
|
d43e26e399
|
fix(web-search): mark DuckDuckGo experimental
|
2026-03-22 22:07:53 -07:00 |
|
Vincent Koc
|
c6ca11e5a5
|
feat(web-search): add DuckDuckGo bundled plugin (#52629)
* feat(web-search): add DuckDuckGo bundled plugin
* chore(changelog): restore main changelog
* fix(web-search): harden DuckDuckGo challenge detection
|
2026-03-22 22:05:33 -07:00 |
|
Gustavo Madeira Santana
|
3da66718f4
|
Web: derive search provider metadata from plugin contracts (#50935)
Merged via squash.
Prepared head SHA: e1c7d72833
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-03-20 12:41:04 -07:00 |
|
Vincent Koc
|
e56dde815e
|
fix(web-search): split runtime provider resolution
|
2026-03-20 00:06:12 -07:00 |
|
Lakshya Agarwal
|
b36e456b09
|
feat: add Tavily as a bundled web search plugin with search and extract tools (#49200)
Merged via squash.
Prepared head SHA: ece9226e88
Co-authored-by: lakshyaag-tavily <266572148+lakshyaag-tavily@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-03-20 01:06:26 -04:00 |
|
Peter Steinberger
|
7943e83c6c
|
fix: restore rebased full gate
|
2026-03-18 15:36:18 +00:00 |
|
Peter Steinberger
|
e9b19ca1d1
|
fix: restore full gate after web-search rebase
|
2026-03-18 15:35:27 +00:00 |
|
Vincent Koc
|
fbd88e2c8f
|
Main recovery: restore formatter and contract checks (#49570)
* Extensions: fix oxfmt drift on main
* Plugins: restore runtime barrel exports on main
* Config: restore web search compatibility types
* Telegram: align test harness with reply runtime
* Plugin SDK: fix channel config accessor generics
* CLI: remove redundant search provider casts
* Tests: restore main typecheck coverage
* Lobster: fix test import formatting
* Extensions: route bundled seams through plugin-sdk
* Tests: use extension env helper for xai
* Image generation: fix main oxfmt drift
* Config: restore latest main compatibility checks
* Plugin SDK: align guardrail tests with lint
* Telegram: type native command skill mock
|
2026-03-18 00:30:01 -07:00 |
|
Tak Hoffman
|
112d1d3a7c
|
refactor web search config ownership into extensions
|
2026-03-17 23:39:51 -05:00 |
|
Peter Steinberger
|
4bba2888e7
|
feat(plugins): add web search runtime capability
|
2026-03-16 21:31:00 -07:00 |
|