Commit graph

7143 commits

Author SHA1 Message Date
Peter Steinberger
0b46227d6c
fix(ollama): keep configured max thinking compatible 2026-04-27 03:13:15 +01:00
Peter Steinberger
aa071e0b60
fix(ollama): forward native model params 2026-04-27 03:08:11 +01:00
Peter Steinberger
2dba9e6a76
fix(ollama): honor configured num_ctx params 2026-04-27 03:02:24 +01:00
Peter Steinberger
9b79eef750
fix(memory-core): honor configured index concurrency 2026-04-27 02:47:39 +01:00
Vincent Koc
3e020a1650
fix(memory-lancedb): force float embedding encoding (#72391) 2026-04-27 02:43:31 +01:00
Peter Steinberger
69daef8246
fix: honor Ollama Modelfile num_ctx discovery 2026-04-27 02:32:30 +01:00
Peter Steinberger
110fa97f2a
fix: repair release validation follow-up checks 2026-04-27 02:09:40 +01:00
Peter Steinberger
1316ca9aa8
fix: gate Ollama ambient discovery 2026-04-27 02:08:00 +01:00
Peter Steinberger
acfa9877b3
fix: parse Ollama tool call arguments 2026-04-27 02:07:59 +01:00
Vincent Koc
b9c7a4306b
fix(ci): declare Lobster Ajv runtime dependency 2026-04-26 18:04:46 -07:00
Vincent Koc
67d00826b2
fix(gateway): bound Lobster Ajv schema compilation 2026-04-26 17:57:59 -07:00
Peter Steinberger
0f672dcc73
fix(ollama): align web search endpoint routing 2026-04-27 01:10:41 +01:00
Peter Steinberger
a3e0674261
fix(ollama): harden native provider routing 2026-04-27 01:02:13 +01:00
Peter Steinberger
be56f172ab
fix: scope qmd root memory collection 2026-04-27 01:01:58 +01:00
Vincent Koc
7902c769da
fix(codex): normalize cached harness input tokens 2026-04-26 16:27:23 -07:00
Peter Steinberger
e7d069edcf
test(qa): relax telegram mention reply assertion
(cherry picked from commit 7109251318)
2026-04-27 00:07:31 +01:00
Peter Steinberger
ef3309a986
fix(release): harden beta validation lanes
(cherry picked from commit 218bceaa14)
2026-04-27 00:07:31 +01:00
Peter Steinberger
989cfd1e33
fix(bonjour): auto-disable advertising in containers 2026-04-27 00:00:22 +01:00
Rubén Cuevas
a08b65a90a
fix(telegram): send fresh finals for stale previews (#72038)
* fix(telegram): send fresh finals for stale previews

* test(telegram): cover stale preview send fallback

* fix(telegram): keep stale archived preview fallback

* fix(telegram): clear stale active previews

* fix(telegram): reset preview state after fresh finals
2026-04-26 15:44:30 -07:00
Peter Steinberger
c9c0ab3a44
fix(bonjour): keep ciao failure handling extension-owned 2026-04-26 23:29:40 +01:00
Vincent Koc
c6cf37068c
fix(feishu): repair interactive card content extraction (#72397) 2026-04-26 15:26:53 -07:00
Peter Steinberger
9f5bc5465c
style: format codex and loader tests 2026-04-26 23:10:33 +01:00
Peter Steinberger
ff570f3a61
fix(ollama): expose native thinking efforts
Some checks failed
CI / -1 (push) Blocked by required conditions
CI / checks-fast-contracts-channels (push) Blocked by required conditions
CI / checks-fast-protocol (push) Blocked by required conditions
CI / -2 (push) Blocked by required conditions
CI / checks-node-extensions (push) Blocked by required conditions
CI / -3 (push) Blocked by required conditions
CI / checks-node-compat-node22 (push) Blocked by required conditions
CI / -4 (push) Blocked by required conditions
CI / -5 (push) Blocked by required conditions
CI / checks-node-core (push) Blocked by required conditions
CI / extension-fast (push) Blocked by required conditions
CI / check-lint (push) Blocked by required conditions
CI / check-policy-guards (push) Blocked by required conditions
CI / check-additional (push) Blocked by required conditions
CI / build-smoke (push) Blocked by required conditions
CI / check-docs (push) Blocked by required conditions
CI / skills-python (push) Blocked by required conditions
CI / -6 (push) Blocked by required conditions
CI / -7 (push) Blocked by required conditions
CI / macos-swift (push) Blocked by required conditions
CI / -8 (push) Blocked by required conditions
Docs Sync Publish Repo / sync-publish-repo (push) Waiting to run
Docs / docs (push) Waiting to run
Plugin NPM Release / preview_plugins_npm (push) Waiting to run
Plugin NPM Release / preview_plugin_pack (push) Blocked by required conditions
Plugin NPM Release / publish_plugins_npm (push) Blocked by required conditions
Workflow Sanity / no-tabs (push) Waiting to run
Workflow Sanity / actionlint (push) Waiting to run
Workflow Sanity / generated-doc-baselines (push) Waiting to run
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
2026-04-26 22:49:13 +01:00
Vincent Koc
c6e9849351
feat(diagnostics): capture model call size timing 2026-04-26 13:43:22 -07:00
Peter Steinberger
7a4574376a
fix(ollama): honor native model capabilities 2026-04-26 21:40:22 +01:00
pash-openai
67ffa3df8b
Add Codex Computer Use setup for Codex mode (#71842)
* Add Codex Computer Use setup

* Tighten Codex Computer Use setup checks

* Handle fresh Codex Computer Use marketplace setup

* Fix channel setup manifest fixture

* Match Codex Computer Use marketplace loading

* Harden plugin manifest test fixtures

* Isolate auth choice legacy manifest test

* Update aggregate shard test expectation

* Improve Codex Computer Use first-run setup

* Harden Codex Computer Use auto-install

* Fix plugin auto-enable test fixture roots
2026-04-26 13:21:56 -07:00
Sally O'Malley
637bd33e69
fix(diagnostics): defer OTEL run span finalization (#72260) 2026-04-26 11:29:05 -07:00
Vincent Koc
e53c068d78
fix: repair skills and memory watcher refresh paths 2026-04-26 11:21:21 -07:00
Vincent Koc
e672b61417
fix(whatsapp): stop reconnecting quiet sockets
Fixes #70678.\n\nKeeps quiet but healthy WhatsApp linked-device sessions connected by tracking WhatsApp Web transport activity, while retaining a longer app-silence cap so frame activity cannot mask a stuck session forever. Also cleans up transport activity listeners on failed connection-open paths.\n\nCarries forward the focused #71466 approach and keeps #63939 as related configurable-timeout follow-up. Thanks @vincentkoc and @oromeis.\n\nValidation:\n- pnpm test:serial extensions/whatsapp/src/auto-reply.web-auto-reply.connection-and-logging.e2e.test.ts extensions/whatsapp/src/connection-controller.test.ts\n- pnpm check:changed\n- codex review --base origin/main
2026-04-26 09:51:41 -07:00
Peter Steinberger
30aa1b5223
fix(release): stabilize beta validation lanes 2026-04-26 16:22:12 +01:00
Peter Steinberger
ddc2036956
fix: stabilize Parallels plugin smoke paths 2026-04-26 16:13:13 +01:00
Peter Steinberger
fc666cf42a
test(qa): allow slower gateway rpc startup retries 2026-04-26 13:51:40 +01:00
Peter Steinberger
67b9167b80
test(extensions): restore transformed dynamic imports 2026-04-26 13:16:05 +01:00
Peter Steinberger
ecf71da888
fix(voice-call): avoid duplicate webhook logs 2026-04-26 12:05:34 +01:00
Peter Steinberger
a97ee5c1d3
fix(google-meet): recover local chrome tabs 2026-04-26 12:04:00 +01:00
Shakker
b11dbb49f9
refactor: keep openai setup auth lightweight 2026-04-26 11:36:32 +01:00
Peter Steinberger
bc49fb1cdf
test: fix extension dynamic imports 2026-04-26 11:15:45 +01:00
Peter Steinberger
8ba9c9098a
fix(agents): avoid provider startup scans 2026-04-26 11:11:37 +01:00
Peter Steinberger
9a529ca78b
chore: update dependencies 2026-04-26 10:54:58 +01:00
Peter Steinberger
bd95baa4f7
fix(bonjour): suppress ciao process crashes 2026-04-26 10:47:36 +01:00
Peter Steinberger
4bc5e183ef
fix: avoid CLI startup warmup leaks 2026-04-26 10:41:03 +01:00
Peter Steinberger
87ac8b0456
refactor(discord): use Carbon request client for proxy fetch 2026-04-26 10:20:49 +01:00
Peter Steinberger
a3483acaab
fix: stabilize gpt55 qa lab scenarios 2026-04-26 10:18:42 +01:00
Vincent Koc
0f2e7510cb
feat(diagnostics-prometheus): add protected metrics exporter 2026-04-26 02:15:33 -07:00
Peter Steinberger
775c61ef5f
fix(discord): ignore stale exec approval clicks 2026-04-26 10:06:38 +01:00
Vincent Koc
a911eb748b
test(qa): cover subagent completion fallback 2026-04-26 01:58:01 -07:00
Vincent Koc
2652c9eacf
fix(configure): defer web search setup runtime
Keep web-search configure and channel command defaults on cold plugin metadata, harden persisted registry reads, and require active config for manifest command defaults.\n\nThanks @vincentkoc
2026-04-26 01:41:57 -07:00
Vincent Koc
abd5ec98ab
fix(runtime): harden dependency install surfaces (#71997)
* fix(runtime): harden dependency surfaces

* fix(runtime): harden dependency install surfaces

* fix(runtime): address dependency surface review

* fix(runtime): address dependency surface review

* fix(channels): avoid read-only plugin loader cycle

* fix(channels): allow optional read-only loader workspace

* test(commands): refresh current main checks

* test(commands): keep provider metadata mock unique

* test(commands): keep doctor security read-only mock unique
2026-04-26 01:38:21 -07:00
Peter Steinberger
1323683d72
fix: stabilize qa lab capture store cleanup 2026-04-26 09:13:30 +01:00
Peter Steinberger
606a7dbc75
test: stabilize telegram command pagination retry 2026-04-26 08:57:49 +01:00