Peter Steinberger
21c5f8dc6d
fix(codex): keep run lane timeout progress-aware
2026-05-16 16:21:34 +01:00
Peter Steinberger
a641a27bd4
fix(codex): harden app-server progress watchdog
2026-05-16 16:21:34 +01:00
Peter Steinberger
efe3790dd3
fix(codex): preserve queued turn-start progress
2026-05-16 16:21:34 +01:00
Peter Steinberger
6778da05d6
fix(codex): scope app-server request watchdog progress
2026-05-16 16:21:34 +01:00
Eva (agent)
d7d597cfd8
fix: scope codex attempt watchdog to turn progress
2026-05-16 16:21:34 +01:00
Eva (agent)
722161271e
fix: make codex app-server timeout progress-aware
2026-05-16 16:21:34 +01:00
Peter Steinberger
55439fe34b
fix(agents): observe detail-less responses failures
2026-05-16 16:21:01 +01:00
Gio Della-Libera
0eca3a92e3
fix(auto-reply): preserve session model display for heartbeat usage ( #82267 )
...
* Preserve session model display for heartbeat usage
* Refresh checks after proof update
* chore: refresh CI after main repairs
2026-05-16 08:09:49 -07:00
Peter Steinberger
1769e6a2f0
fix(agents): log detail-less responses failures ( #82593 )
...
* fix(agents): log detail-less responses failures
* fix(github-copilot): guard device login fetches
* test(ci): refresh stale cron and session expectations
* test(ci): keep cron legacy string fixture
* fix(agents): redact array response failure ids
* fix(agents): classify empty response failures
2026-05-16 15:57:40 +01:00
Gio Della-Libera
0b708a2574
OC Path: restore YAML support ( #81436 )
...
* OC Path: restore YAML support
* fix(oc-path): guard yaml writes and empty sequences
* fix(oc-path): guard yaml insertion keys
* fix(oc-path): guard yaml object key
* fix(oc-path): classify yaml root insertions
* style(oc-path): format yaml branch after rebase
* fix(oc-path): reject malformed yaml edits
* docs(oc-path): clarify yaml file support
* fix(ci): refresh yaml branch after rebase
* fix(ci): clean shared blockers for yaml path PR
* fix(changelog): keep yaml path note scoped
* fix(ci): preserve current shared contracts
---------
Co-authored-by: Gio Della-Libera <giodl73@gmail.com
2026-05-16 07:52:08 -07:00
Gio Della-Libera
f7b1148bed
Strip inbound metadata from replayed user turns ( #82614 )
2026-05-16 07:45:56 -07:00
Vincent Koc
fa9a22b960
changelog: credit TUI fallback model display fix ( #82296 )
2026-05-16 22:42:43 +08:00
Vincent Koc
0b24ffb91f
fix(ci): keep performance artifacts on report publish failure
2026-05-16 22:41:34 +08:00
Gio Della-Libera
22858769e4
fix(tui): update model display during fallback ( #82296 )
...
* fix(tui): update fallback model display
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Refresh checks after proof update
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* chore: refresh CI after main repairs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-16 07:35:43 -07:00
Peter Steinberger
9dedc4d95c
fix: honor Codex auth order for OpenAI PI ( #82605 )
...
* fix: honor Codex auth order for OpenAI PI
* docs: add PR reference for OpenAI PI auth fix
2026-05-16 15:26:27 +01:00
Peter Steinberger
16e5d6692d
fix(gateway): bound traced channel startup handoff ( #82592 )
...
* fix(gateway): bound traced channel startup handoff
* fix(github-copilot): guard device login fetches
* fix(gateway): skip stopped traced channel handoffs
* test(net): keep guarded fetch mocks hermetic
2026-05-16 15:15:57 +01:00
吴杨帆
eebdbabae9
fix: omit Ollama think for non-reasoning models
...
Preserve native Ollama thinking controls for supported models and explicit think=false, but avoid sending truthy think payloads for models marked reasoning=false.\n\nCo-authored-by: 吴杨帆 <85487201+leno23@users.noreply.github.com >
2026-05-16 15:10:12 +01:00
Gio Della-Libera
caf8fa2ebf
Revert "Fix bundled channel dist-runtime setup roots" ( #82612 )
...
This reverts commit 1bd10cfee6 .
Co-authored-by: Gio Della-Libera <giodl@microsoft.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-16 07:07:39 -07:00
Peter Steinberger
58083866d0
fix: sync codex app-server protocol drift
2026-05-16 15:03:51 +01:00
Kyzcreig
8092761d7b
fix: mark codex compaction events completed
2026-05-16 15:03:51 +01:00
njuboy11
6a65ea8c3a
fix: preserve post-compaction session token freshness ( #82578 )
...
Fixes #82576 .
Keeps post-compaction token totals fresh across stale usage updates and adds regression coverage for the repeated auto-compaction loop. Also includes maintainer fixups needed to keep the touched CI lanes green: guarded GitHub Copilot device-flow fetches, dead-session metadata recreation, and current cron stale-data expectations.
Co-authored-by: njuboy11 <njuboy11@users.noreply.github.com >
2026-05-16 14:47:57 +01:00
Ayaan Zaidi
b9921e21b9
docs(changelog): note telegram final reply fix
2026-05-16 18:50:10 +05:30
Ayaan Zaidi
0fb0b5197e
test(telegram): cover truncated progress finals
2026-05-16 18:50:10 +05:30
Ayaan Zaidi
20c3580394
fix(telegram): deliver transcript-backed final replies
2026-05-16 18:50:10 +05:30
Gio Della-Libera
1bd10cfee6
Fix bundled channel dist-runtime setup roots
...
* Fix bundled channel dist-runtime setup roots
Resolve bundled channel generated entries from dist-runtime before falling back to source paths, and select the dist-runtime plugin root as the boundary root for packaged setup modules. This keeps the fs-safe module open boundary check intact while preventing packaged bundled setup entries from being checked against the source extensions root.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Repair session store validation test fixtures
Update current-main tests that wrote persisted session entries without valid session IDs after session store loading started filtering invalid entries. Keep the fixture-only repair separate from the bundled channel loader fix.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Repair pairing and cron validation fixtures
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-16 06:05:34 -07:00
Vincent Koc
394f61b8ce
changelog: broaden auth-profile lock bullet to cover all providers
2026-05-16 21:02:58 +08:00
Vincent Koc
a93283337e
test(auth): mock locked auth profile upserts
2026-05-16 20:59:57 +08:00
Peter Steinberger
e71d10fd4d
fix(webchat): show manual compaction progress
...
Add first-class session.operation start/end events for manual compaction and render the existing WebChat compaction indicator from those events.
Co-authored-by: Conan Scott <271909525+Conan-Scott@users.noreply.github.com >
2026-05-16 13:58:44 +01:00
Vincent Koc
f410a95081
fix(providers): lock auth setup profile writes
2026-05-16 20:52:12 +08:00
Vincent Koc
bede89dba6
fix(auth): lock cli provider auth writes
2026-05-16 20:52:12 +08:00
Vincent Koc
b0daf992b2
fix(auth): preserve locked profile upsert semantics
2026-05-16 20:52:12 +08:00
Peter Steinberger
605a2c87ae
fix: carry gateway restart trace across respawn ( #82396 ) (thanks @samzong)
2026-05-16 13:42:50 +01:00
Peter Steinberger
661362c89c
docs: document gateway restart trace ( #82396 ) (thanks @samzong)
2026-05-16 13:42:50 +01:00
samzong
587b06768f
feat(gateway): add restart trace instrumentation
...
Signed-off-by: samzong <samzong.lu@gmail.com >
2026-05-16 13:42:50 +01:00
Peter Steinberger
862be9fb3d
fix: normalize Xiaomi array tool schemas ( #82575 )
2026-05-16 13:34:52 +01:00
Peter Steinberger
68a4c77f5b
docs: update changelog for Slack mention hints ( #82152 )
2026-05-16 13:33:58 +01:00
Neerav Makwana
6b8f3fd206
fix(slack): clarify mention prompt guidance
2026-05-16 13:33:58 +01:00
Peter Steinberger
1426112f95
fix: finalize memory slot warning
2026-05-16 13:26:51 +01:00
Gio Della-Libera
0204c522bb
fix(config): keep blocked memory slots fatal
...
Preserve hard validation failures for official external memory slot plugins that are blocked by registry diagnostics, while keeping missing uninstalled official memory plugins warning-only.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-16 13:26:51 +01:00
Gio Lodi
d1787b73db
fix(config): warn for missing official memory slot
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-16 13:26:51 +01:00
Peter Steinberger
d16efadc00
fix(gateway): quiet startup retry closes
...
Co-authored-by: JARVIS-Glasses <284122573+JARVIS-Glasses@users.noreply.github.com >
Co-authored-by: WhatsSkiLL <284126683+IWhatsskill@users.noreply.github.com >
2026-05-16 13:26:00 +01:00
Peter Steinberger
7593ba8623
test: type daemon gateway auth mock
2026-05-16 13:22:24 +01:00
Peter Steinberger
c4d65e45da
docs: update changelog for #81112
2026-05-16 13:22:24 +01:00
Eva (agent)
60b4105665
fix: migrate plugin tool contracts in doctor
2026-05-16 13:22:24 +01:00
Frank Yang
e6d04550ca
fix(gateway): route WebChat images through imageModel
...
Route WebChat image attachments through the configured imageModel when the active session model cannot accept images, while keeping one-turn image auth and fallback state ephemeral.
Thanks @frankekn.
2026-05-16 20:12:02 +08:00
Peter Steinberger
e0870473b2
docs: update changelog for Android links ( #82392 )
2026-05-16 13:06:26 +01:00
Neerav Makwana
07d2043081
fix(android): make chat links tappable
2026-05-16 13:06:26 +01:00
Peter Steinberger
03a7b19228
fix: recover gateway dashboard startup in stripped shells
2026-05-16 13:06:19 +01:00
Vincent Koc
7c70954892
docs(agents): clarify crabbox testbox routing
2026-05-16 20:05:50 +08:00
Vincent Koc
192caba631
fix(export): report malformed transcript rows ( #82553 )
2026-05-16 20:03:28 +08:00