Val Alexander
62ccd8b644
Fix model and tool normalization regressions
...
Summary:
- Fix model and tool normalization regressions, including explicit tool-policy grants for messaging profile warnings.
- Keep Codex and Microsoft Foundry auth handling compatible with aws-sdk auth profile modes after rebasing onto current main.
Verification:
- pnpm test src/agents/pi-tools.policy.test.ts
- pnpm tsgo:extensions
- pnpm tsgo:extensions:test
- pnpm test extensions/codex/src/app-server/auth-bridge.test.ts extensions/microsoft-foundry/index.test.ts
- pnpm test:extensions:package-boundary
- pnpm lint --threads=8
- git diff --check
- GitHub PR checks green on 4ad136106b
2026-05-07 02:29:28 -05:00
Val Alexander
d4e04f33a6
fix(sessions): retire stale direct dm rows after dmscope changes
...
Summary:
- Add explicit sessions cleanup --fix-dm-scope handling for stale direct-DM rows after session.dmScope returns to main.
- Preserve removed-row transcripts as deleted archives and expose the option through CLI, Gateway RPC, protocol schema, generated Swift mirrors, docs, tests, and changelog.
- Fixes #47561 and #45554 .
Verification:
- pnpm exec oxfmt --check --threads=1 CHANGELOG.md docs/cli/sessions.md docs/concepts/session.md src/config/sessions/cleanup-service.ts src/commands/sessions-cleanup.ts src/cli/program/register.status-health-sessions.ts src/gateway/protocol/schema/sessions.ts src/gateway/server-methods/sessions.ts src/config/sessions/store.pruning.integration.test.ts src/commands/sessions-cleanup.test.ts src/cli/program/register.status-health-sessions.test.ts
- git diff --check origin/main...HEAD
- pnpm protocol:check
- pnpm exec oxlint src/config/sessions/cleanup-service.ts src/commands/sessions-cleanup.ts src/cli/program/register.status-health-sessions.ts src/gateway/protocol/schema/sessions.ts src/gateway/server-methods/sessions.ts src/config/sessions/store.pruning.integration.test.ts src/commands/sessions-cleanup.test.ts src/cli/program/register.status-health-sessions.test.ts
- pnpm test src/config/sessions/store.pruning.integration.test.ts src/commands/sessions-cleanup.test.ts src/cli/program/register.status-health-sessions.test.ts src/gateway/server.sessions.store-rpc.test.ts
- pnpm changed:lanes --json
Security:
- No new network, credential, process execution, dependency, or permission surface. Cleanup is explicit operator-invoked local session-store repair.
CI note:
- Exact-head CI failures match current main at 2e78fc57af in unrelated extensions/codex and extensions/microsoft-foundry type checks, outside this PR diff. No required checks are reported for this branch.
2026-05-07 02:16:46 -05:00
Peter Steinberger
2e78fc57af
fix: accept aws-sdk auth profiles
2026-05-07 08:09:55 +01:00
Peter Steinberger
4721ca8e45
chore: update Bedrock provider lockfile
2026-05-07 07:57:48 +01:00
Peter Steinberger
c018d8405b
fix: refresh Bedrock profile credentials live
2026-05-07 07:57:48 +01:00
Vincent Koc
a35067f872
fix(media): avoid provider listing for exact media defaults
2026-05-06 23:44:34 -07:00
Peter Steinberger
64bbe96d88
fix(media): resolve slash-containing generation model overrides
2026-05-07 07:35:59 +01:00
Peter Steinberger
10341c6158
fix(llm-task): resolve model aliases before dispatch
2026-05-07 07:35:59 +01:00
Peter Steinberger
42ecd5d95e
fix(acpx): harden session lifecycle cleanup
...
Harden ACPX process cleanup with lease-backed ownership verification, startup orphan reaping, reusable cancel semantics, and spawned-session visibility fixes.
2026-05-07 07:30:37 +01:00
Kevin Lin
5b9672b4bb
fix: surface cron model rejection diagnostics
...
Fixes #78597
2026-05-06 23:28:02 -07:00
Vincent Koc
a4b8cc307c
docs: refresh plugin sdk api baseline hash
2026-05-06 23:16:24 -07:00
NVIDIAN
a2efabf4c9
fix(whatsapp): dedupe captioned MEDIA auto-replies ( #78770 )
...
* fix(whatsapp): dedupe captioned MEDIA auto-replies
* docs: note whatsapp media directive dedupe
---------
Co-authored-by: Marcus Castro <mcaxtr@openclaw.ai >
2026-05-07 03:15:19 -03:00
Vincent Koc
7dc597b921
docs: refresh config baseline hash
2026-05-06 23:10:46 -07:00
Peter Steinberger
a428568157
fix(gemini): gate thought-signature replay trust
2026-05-07 07:08:54 +01:00
Vincent Koc
5b34805895
test(agents): remove unused bundle snapshot variable
2026-05-06 22:52:32 -07:00
Shakker
c233e813a5
docs: clarify provider env metadata reuse
2026-05-07 06:48:13 +01:00
Shakker
835b884606
fix: guard provider env metadata reuse
2026-05-07 06:48:13 +01:00
Shakker
3a718ed491
docs: clarify metadata discovery reuse
2026-05-07 06:48:13 +01:00
Shakker
a7cc9e8a56
fix: require default discovery for metadata reuse
2026-05-07 06:48:13 +01:00
Shakker
917ccde7bf
docs: clarify load path metadata reuse
2026-05-07 06:48:13 +01:00
Shakker
ee7da91346
fix: guard metadata reuse on load paths
2026-05-07 06:48:13 +01:00
Shakker
fb2f3fbb08
docs: clarify metadata reuse changelog
2026-05-07 06:48:13 +01:00
Shakker
0caa8e22d7
fix: thread registry model workspace
2026-05-07 06:48:13 +01:00
Shakker
156068a3cf
fix: keep secret target cache unscoped
2026-05-07 06:48:13 +01:00
Peter Steinberger
5aefe6abd6
feat: stream elevenlabs tts into discord voice
2026-05-07 06:47:31 +01:00
Peter Steinberger
85b914a4e1
fix(model): repair provider replay edge cases
2026-05-07 06:41:59 +01:00
Val Alexander
a8d8d49ab8
fix(ui): label inherited thinking overrides
...
Closes #77581 .
## Summary
- Add a shared thinking-label formatter for inherited vs explicit reasoning values.
- Show inherited thinking controls as `Inherited (Default: <Level>)` in chat and Sessions selectors.
- Preserve provider/model labels for explicit thinking overrides and document the inherited/default wording.
## Verification
- `pnpm docs:list`
- `pnpm tsgo:core` on current `origin/main` (`70defcc046`) -> passes
- `git diff --check`
- `pnpm exec oxfmt --check --threads=1 ui/src/ui/thinking-labels.ts ui/src/ui/chat/session-controls.ts ui/src/ui/views/chat.test.ts ui/src/ui/views/sessions.ts ui/src/ui/views/sessions.test.ts docs/tools/thinking.md CHANGELOG.md`
- `pnpm changed:lanes --json` -> `core`, `coreTests`, `docs`
- `pnpm test ui/src/ui/views/chat.test.ts ui/src/ui/views/sessions.test.ts src/gateway/server.sessions.list-changed.test.ts` -> 3 Vitest shards, 58 tests
- Testbox `pnpm check:changed` on `a906cb75ce` -> passes
- GitHub PR checks for #78176 on `a906cb75ce` -> no pending or failed jobs
2026-05-07 00:31:41 -05:00
Vincent Koc
0a3c7d34e6
test(discord): type voice capture stream mock
2026-05-06 22:30:36 -07:00
Vincent Koc
6e5ba8b047
fix(discord): smooth voice capture prompts
2026-05-06 22:30:36 -07:00
Vincent Koc
93747f6955
test(qa): add discord voice autojoin smoke
2026-05-06 22:30:36 -07:00
Vincent Koc
5a67b57b4b
chore(changelog): note slack hot-path perf
2026-05-06 22:27:50 -07:00
Vincent Koc
7eaabc0b3b
perf(slack): trim thread context allocation
...
(cherry picked from commit 0caa419f76 )
2026-05-06 22:27:50 -07:00
Vincent Koc
ac74a92845
perf(slack): avoid redundant thread participation lookups
...
(cherry picked from commit 098a8b34b9 )
2026-05-06 22:27:49 -07:00
Vincent Koc
b09033e587
perf(slack): cache stream recipient team lookup
...
(cherry picked from commit 8ce7cc8aae )
2026-05-06 22:27:49 -07:00
Vincent Koc
c0302512d4
perf(slack): reduce message hot-path overhead
...
(cherry picked from commit 9962328b7c )
2026-05-06 22:27:49 -07:00
Vincent Koc
70defcc046
fix(commands): audit explicit task records
2026-05-06 22:22:39 -07:00
Vincent Koc
60313069ba
docs(changelog): move reply queue note to unreleased
2026-05-06 22:22:39 -07:00
Vincent Koc
f05f9f69d7
fix(agents): leave trusted media guard out of perf churn
2026-05-06 22:22:39 -07:00
Vincent Koc
f0a7b8a6a8
fix(core): satisfy perf bucket lint
2026-05-06 22:22:39 -07:00
Vincent Koc
42cddcae0a
fix(agents): keep transcript repair tool names typed
2026-05-06 22:22:39 -07:00
Vincent Koc
8a23485472
fix(reply): preserve queue metadata after perf cherry-picks
2026-05-06 22:22:39 -07:00
Vincent Koc
eee7307891
perf(core): trim reply helper churn
2026-05-06 22:22:39 -07:00
Vincent Koc
468c6a0101
perf(core): trim reply and agent allocation churn
2026-05-06 22:22:39 -07:00
Vincent Koc
8bff73cfb0
perf(core): reduce queue head churn
2026-05-06 22:22:39 -07:00
Vincent Koc
16b0a6202c
perf(reply): avoid queue churn in dedupe paths
2026-05-06 22:22:39 -07:00
Vincent Koc
e2d5e1b38d
fix(plugins): expose config to transport normalization
2026-05-06 22:20:24 -07:00
Peter Steinberger
25f16f8fe6
fix: preserve cli oauth session continuity
2026-05-07 06:10:19 +01:00
Shakker
597dcb15c0
docs: record dashboard metadata scan reduction
2026-05-07 06:10:05 +01:00
Shakker
111cef04ca
perf: reuse metadata for bundle settings
2026-05-07 06:10:05 +01:00
Shakker
fb49bcaf21
perf: reuse metadata for auth lookups
2026-05-07 06:10:05 +01:00