Commit Graph

67697 Commits

Author SHA1 Message Date
Peter Steinberger
2e622491eb style(codex): restore event projector formatting 2026-07-13 09:48:42 +01:00
Peter Steinberger
d38fc3e2f0 fix(ci): keep Periphery scope checks off shared API quota (#106090)
* fix(ci): avoid API quota in Periphery scope checks

* fix(ci): preserve Periphery scope contracts
2026-07-13 01:47:43 -07:00
Peter Steinberger
61a9b49cea refactor(telegram): remove dead private exports (#106175)
* refactor(extensions): trim channel-private exports

* chore(deadcode): refresh Telegram export baseline

* fix(telegram): drop unused media import

* refactor(telegram): drop dead media re-export

* style(telegram): format media runtime imports
2026-07-13 01:46:24 -07:00
Peter Steinberger
a857c44300 refactor: extract chat abort handling from gateway handler (#106094)
* refactor(gateway): extract chat abort handling

* fix(gateway): keep abort helper types private
2026-07-13 01:41:13 -07:00
Peter Steinberger
dc89ee258e improve(ui): replace the chat settings popover with a composer view menu (#105904)
The composer gear popover mixed misplaced, mislabeled, and dead controls.
Replace it with a three-row View menu (Reasoning, Tool calls, Keep
commentary); drop the manual-refresh machinery and the auto-scroll modes
(near-bottom stays the only behavior); move the cron-session filter to the
sidebar sort menu as a working persisted toggle; move the send shortcut and
microphone picker to Settings -> Appearance -> Chat; delete the ephemeral
voice/model/sensitivity overrides in favor of the server talk config.
Settings keep an in-memory fallback when localStorage is blocked, and talk
sessions re-read persisted settings at launch.
2026-07-13 01:41:00 -07:00
Peter Steinberger
e460ad1536 feat(control-ui): one-row automations toolbar, failing drill-down, visible row actions (#106044)
* feat(control-ui): redesign automations toolbar, stats, and row actions

* refactor(control-ui): split cron run-history rendering into view-runs

* refactor(control-ui): leaf props contract for cron run-history module

* chore(i18n): reconcile locale metadata after rebase
2026-07-13 01:40:48 -07:00
Peter Steinberger
c2da10585c refactor(plugin-sdk): prune eligible deprecated exports (#106010)
* refactor(plugin-sdk): remove unshipped compatibility exports

* refactor(zalo): use typed outbound delivery results

* chore(plugin-sdk): ratchet deprecated surface budgets

* chore(changelog): defer release note to release automation

* fix(zalo): reject failed message adapter sends

* refactor(zalo): share typed send boundary

* chore(plugin-sdk): account for main deprecation drift
2026-07-13 01:39:38 -07:00
Pavan Kumar Gondhi
0d177c9b4d fix: keep command cron jobs operator-scoped [AI] (#106057)
* fix: scope agent cron command access

* test: avoid secret-like cron fixture text
2026-07-13 14:08:04 +05:30
Alix-007
d33254b7ec fix(google): bound realtime browser token requests (#106034)
* fix(google): bound realtime browser token requests

* fix(google): satisfy realtime timeout checks

* test(google): use placeholder browser key

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-13 01:36:19 -07:00
Peter Steinberger
65257bebdd fix(gateway): lower superseded reload log severity (#106165) 2026-07-13 01:35:41 -07:00
Peter Steinberger
35f80a1564 fix(discord): honor command owners in voice (#106155)
* fix(discord): honor command owners in voice

* chore(discord): defer voice note to release flow

* chore(discord): refresh pull request head
2026-07-13 01:34:49 -07:00
wuqxuan
6739b9fa07 fix(codex): do not promote missing_tool_result on abort/interrupt (#104955)
* fix(codex): do not promote missing_tool_result on abort/interrupt

Keep synthetic tool.result rows for transcript integrity, but skip
promoting the missing-tool invariant to promptError when the turn is
already aborted or interrupted so mid-exec cancel paths keep abort
classification and assistant text (#104898).

* fix(codex): preserve explicit abort outcome

---------

Co-authored-by: Altay <altay@hey.com>
2026-07-13 11:34:47 +03:00
Peter Steinberger
1eb3956355 fix(ui): hide empty native session categories (#106119)
* fix(ui): hide empty native session categories

* docs(changelog): note hidden empty session groups

* chore: keep changelog release-owned

* fix(ui): preserve native catalog errors

* style(ui): format session catalog renderer
2026-07-13 01:33:28 -07:00
Peter Steinberger
b1ce84b079 ci: reduce Blacksmith registrations for pull requests (#106146) 2026-07-13 01:32:25 -07:00
Peter Steinberger
477499c9c0 refactor(lobster): drop stale Ajv cache shim (#106179) 2026-07-13 01:31:16 -07:00
Peter Steinberger
cd36a175e6 fix(ci): register experience review live opt-in (#106157) 2026-07-13 01:31:01 -07:00
Peter Steinberger
bae913ba0c fix(ui): retry session group catalog loads (#106169) 2026-07-13 01:29:45 -07:00
Peter Steinberger
98e3f729bc refactor: remove dead plugin loader exports (#105937)
* refactor(plugins): trim activation and contract exports

* test(plugins): restore fixture cleanup

* refactor(plugins): trim install and loader exports

* test(plugins): fully reset loader caches

* refactor(plugins): trim metadata and catalog exports

* test(plugins): preserve catalog trust coverage

* refactor(plugins): trim provider and plugin exports

* refactor(plugins): trim runtime and tool exports

* test(plugins): update dead-export consumers

* test(plugins): remove empty dead-export suites

* refactor(plugins): align exports with split registry

* refactor(plugins): trim drifted loader exports

* style(plugins): format test fixtures

* refactor(scripts): use supported plugin APIs

* refactor(plugins): finish dead export cleanup

* chore(deadcode): refresh export baseline

* test(cli): mock production memory state

* chore(deadcode): sync latest export baseline

* fix(tests): keep plugin fixtures inside core

* chore(deadcode): refresh rebased export baseline

* chore(deadcode): sync current ratchets

* fix(plugins): retain reserved slot invariant

* fix(plugins): preserve dead-export invariants

* test(plugins): use neutral catalog query fixture

* test(plugins): satisfy catalog lint

* test(plugins): preserve integrity drift coverage

* fix(ci): register skill experience live proof
2026-07-13 01:29:33 -07:00
Peter Steinberger
8c740891e1 perf(ui): load page styles with lazy routes (#106183)
* perf(ui): load page styles with lazy routes

* fix(ui): preserve shared styles across lazy routes

* chore(ui): keep release note in PR
2026-07-13 01:28:40 -07:00
Vincent Koc
ccfa1d9b4d fix(ci): refresh plugin SDK API baseline hash (#106184) 2026-07-13 16:27:53 +08:00
Peter Steinberger
0bae4e0e43 fix(codex): update managed app-server to 0.144.3 [AI] (#106098)
* fix(codex): update managed app-server to 0.144.2

* fix(codex): update managed app-server to 0.144.3
2026-07-13 01:27:42 -07:00
Peter Steinberger
b9ab918354 feat(ui): surface still-running background tasks after the chat turn settles (#106115)
Control UI chat now keeps still-running background tasks visible after the agent turn settles: a status row above the composer shows the claw glyph parked nose-down (static, opacity breath only), a live elapsed time with tabular digits so the row never shifts, and a "1 running task"/"N running tasks" link that opens the background-tasks rail. The row hides while the agent is working, while disconnected, and once the last task finishes. Reuses the pane's existing tasks.list snapshot and live task events — no new polling or RPC. Includes a mock-dev-harness running-task fixture and generated locale translations for the two new strings.

Closes #106107

Evidence: focused suites green on Blacksmith Testbox (chat-background-tasks 16 tests, chat-view 185 tests); live mock-gateway verification with screenshots on the PR; autoreview (gpt-5.6-sol, xhigh) clean after fixing its two findings (aria-hidden ticking timer, disconnected suppression).
2026-07-13 01:25:56 -07:00
Pavan Kumar Gondhi
ffff72c43a fix(line): keep group allowlists scoped (#106056)
Prevent LINE group allowlist policy from inheriting DM allowFrom entries, so open DMs do not broaden group access. Keep group-specific allowlists and per-group overrides as the only group admission sources, and document the scoped behavior.

Co-authored-by: pgondhi987 <pgondhi987@users.noreply.github.com>
2026-07-13 01:18:31 -07:00
Peter Steinberger
7ff41d8271 style(ci): format experience review imports 2026-07-13 04:17:46 -04:00
Peter Steinberger
5cd1d13493 fix(discord): hydrate missing reply references (#106176)
Fix Discord inbound replies where Discord provides a message reference but omits the nested referenced message payload.

Refactor hydration so complete gateway replies fetch only the missing referenced message, while partial payloads still hydrate the current message first and reuse any referenced payload returned by Discord. Preserve non-blocking behavior for deleted references, forwarded messages, and failed reference fetches.

Closes #105862.
Supersedes #105901.

Co-authored-by: momothemage <niuzhengnan@163.com>
2026-07-13 01:11:40 -07:00
Peter Steinberger
7c26935572 feat(ui): surface self-learning toggle in the Skill Workshop tab (#106093)
Surfaces skills.workshop.autonomous.enabled in the Control UI Workshop tab:
a Self-learning header toggle plus an enable pitch card on the empty
proposal board. Reads the include-resolved config snapshot, patches the
canonical key over the existing runtimeConfig RFC 7396 merge-patch seam,
and surfaces patch failures in the workshop error banner. Copy states the
token cost and that drafts arrive as pending proposals (no unconditional
review guarantee, which would be false under approvalPolicy "auto").
Splits workshop empty states, header controls, and the self-learning
module out of the oversized page/view files. Locale bundles synced
(fallbacks=0 across 20 locales).

Closes #106054
2026-07-13 01:11:00 -07:00
Peter Steinberger
380cd9b7c8 chore(ci): drop obsolete experience review exemptions 2026-07-13 04:09:02 -04:00
Peter Steinberger
a18da069c5 fix(ci): eliminate experience review gate failures 2026-07-13 04:08:00 -04:00
Peter Steinberger
26e05c1c56 ci: repair main gate drift from skills experience-review landing 2026-07-13 00:59:56 -07:00
Peter Steinberger
d3f6d63fec feat(ui): surface self-learning toggle in the Skill Workshop tab (#106093)
Surfaces skills.workshop.autonomous.enabled in the Control UI Workshop tab:
a Self-learning header toggle plus an enable pitch card on the empty
proposal board. Reads the include-resolved config snapshot, patches the
canonical key over the existing runtimeConfig RFC 7396 merge-patch seam,
and surfaces patch failures in the workshop error banner. Copy states the
token cost and that drafts arrive as pending proposals (no unconditional
review guarantee, which would be false under approvalPolicy "auto").
Splits workshop empty states, header controls, and the self-learning
module out of the oversized page/view files. Locale bundles synced
(fallbacks=0 across 20 locales).

Closes #106054
2026-07-13 00:54:14 -07:00
juyaohuidt
78bfcd2c2e fix(cli): preserve literal --update subcommand args (#106144)
Co-authored-by: xydt-juyaohui <xydt-juyaohui@users.noreply.github.com>
2026-07-13 00:53:59 -07:00
Peter Steinberger
c2521d7c47 fix(ui): catalog sessions select in place and continue from desktop-app sources (#106074)
* fix(ui): make catalog sessions selectable in place and continuable from desktop-app sources

- sidebar: no phantom chat row for catalog keys, active highlight on catalog rows,
  adopted sessions render as their live row inside the catalog group (deduped from
  the regular list), host subtitle only for paired-node rows
- chat: view-only banner only after catalog metadata proves canContinue=false
- chat->sidebar continued event binds the adopted row before the next catalog poll
- anthropic: local claude-desktop sessions share the ~/.claude/projects store, so
  list them as continuable and allow catalog continue to fork-resume them

* refactor(ui): extract catalog row rendering and lookup into shared modules

Keeps app-sidebar/chat-pane/anthropic session-catalog under the LOC ratchet by
moving cohesive blocks: sidebar catalog groups + adopted-row binding into
app-sidebar-session-catalogs.ts, the catalog metadata lookup into
catalog-key.ts, and the Claude node-host commands into
session-catalog-node-commands.ts; ratchet baselines down for all three.

* fix(ui): explain the disabled composer when catalog metadata cannot resolve a session

* style(ui): keep chat-pane within the LOC ratchet

* fix(anthropic): keep catalog node-command helpers module-local and repin SDK surface

The node-command module now owns its capability constant, projects-store
probe, and params parsing, so the catalog engine exports nothing new.
Repin the SDK surface budgets (+1 export/+1 callable landed on main
without a pin bump); unexport the UI helper types knip flagged.
2026-07-13 00:49:35 -07:00
Peter Steinberger
02cbe66846 refactor: use built-in glob for package manifests (#105951)
* refactor: use built-in glob for package manifests

* docs: note built-in glob migration

* docs: defer dependency note to release process
2026-07-13 00:45:41 -07:00
Peter Steinberger
e2ec8283c4 refactor(deadcode): trim mid-size src exports (#105888)
* refactor(deadcode): trim auto-reply and CLI exports

* refactor(deadcode): trim cron and task exports

* refactor(deadcode): trim fleet and process exports

* test(deadcode): exercise live task and process seams

* test(fleet): cover stream redaction through owner module

* refactor(security): trim dead internal exports

* refactor(secrets): trim dead internal exports

* refactor(deadcode): trim remaining src exports

* refactor(deadcode): remove test-only runtime exports

* refactor(deadcode): trim pairing test exports

* refactor(deadcode): reconcile refreshed baseline

* test(auto-reply): deduplicate queue state imports
2026-07-13 00:42:56 -07:00
Peter Steinberger
0ab7e2569b fix(ci): preserve pinned manual checkout 2026-07-13 03:42:26 -04:00
Peter Steinberger
4e46f08fed fix(macos): keep CLI path discovery off main actor (#106089) 2026-07-13 00:41:59 -07:00
Peter Steinberger
6df498c3cd refactor: canonicalize binary operation results (#106049)
* refactor(normalization-core): promote shared result type

* refactor(agent-core): reuse canonical error coercion

* refactor: discriminate internal operation results

* docs: establish shared result convention

* fix(agent-core): preserve error coercion facade

* build: derive package entries from exports

* fix(plugins): resolve shared result subpath

* fix(ci): align Result integration guards

* build: refresh plugin SDK API baseline

* fix(agent-core): preserve toError compatibility
2026-07-13 00:39:43 -07:00
Peter Steinberger
2fc91410e8 refactor: consolidate reconnect supervisors (#105987)
* refactor: consolidate reconnect supervisors

* style: satisfy reconnect supervisor lint

* fix: keep reconnect supervisor internal

* refactor: keep retry supervisor lean

* chore: lower gateway client LOC baseline

* style: satisfy large-file LOC guard

* fix: cap long-lived reconnect backoff

* fix: preserve reconnect start failures

* test(sdk): include retry package in install smoke
2026-07-13 00:39:17 -07:00
Peter Steinberger
e168443123 refactor(ui): direct enable/disable and remove actions on plugin cards (#106040)
* refactor(ui): direct enable/disable and remove actions on plugin cards

Replace the state chip + kebab menu on plugin cards, installed rows,
ClawHub results, and MCP server rows with a direct Enable/Disable
button and a trash icon for removable entries. Drop the redundant
'View details' menu item (the whole card opens details) and delete the
now-unused menu machinery, document listeners, and CSS.

* style: oxfmt plugins-page test helper

* chore(i18n): prune removed pluginsPage menu keys from locale bundles
2026-07-13 00:38:35 -07:00
Peter Steinberger
700c87f0f2 refactor(whatsapp): reuse Baileys helpers (#106125)
Refs #106123
2026-07-13 00:36:11 -07:00
Peter Steinberger
92962af779 refactor: prune unsupported OPENCLAW env overrides (#105970)
* refactor: prune unsupported env overrides

* refactor: prune unsupported env overrides

* chore: keep dead export baseline current

* fix: preserve packaged telemetry override
2026-07-13 00:36:02 -07:00
Peter Steinberger
17630226fc improve(ios): make gateway QR pairing prominent in Settings (#106111)
Reorder Settings -> Gateway by intent: pairing (Add Gateway with Scan QR,
setup code, discovered gateways) right below status, nav-bar QR scanner
button on the gateway route, and a Scan QR to Pair status-card hero while
nothing is paired (honoring the shared connect lock). Manual Gateway and
credentials move to the bottom. Fix setup-code Connect busy spinner to
track the whole attempt. New strings ran the full native i18n pipeline.

Closes #106013
2026-07-13 00:35:38 -07:00
Peter Steinberger
d2b382528e feat(ios): guide first launch through pairing explainer and permissions (#106129)
* feat(ios): guide first launch through pairing explainer and permissions

* fix(ios): keep first-run flow resumable and surface limited grants in onboarding

* chore(ios): regenerate native i18n after rebase

* chore(android): project refreshed native translations into strings.xml

* fix(ios): move i18n wrapper contract to shared permission row and sync catalog
2026-07-13 00:35:31 -07:00
Peter Steinberger
da6221d08e test: speed timing-sensitive UI and process suites (#105882)
* test: replace fixed waits with controlled time

* fix(ci): scope LOC ratchet to changed files

* fix(ci): stabilize changed-file ratchets

* test: stabilize sidebar session checks

* test(ui): isolate retained runtime modules

* test(ui): align streaming markdown assertions
2026-07-13 00:35:19 -07:00
Peter Steinberger
a4383306dc fix(plugin-sdk): preserve sandbox create options 2026-07-13 00:35:08 -07:00
Peter Steinberger
f06ec98c90 fix(auto-reply): preserve parsed media fallback 2026-07-13 00:35:08 -07:00
Peter Steinberger
c4e82aceea refactor(agents): internalize env sanitization options 2026-07-13 00:35:08 -07:00
Peter Steinberger
b9fd02c51d test(channels): remove deprecated catalog mocks 2026-07-13 00:35:08 -07:00
Peter Steinberger
2c9850048a fix(plugin-sdk): preserve agent session compatibility method 2026-07-13 00:35:08 -07:00
Peter Steinberger
968d72b589 refactor(agents): remove singular media directive use 2026-07-13 00:35:08 -07:00