Commit Graph

75040 Commits

Author SHA1 Message Date
Peter Steinberger
290f353d47 test(cron): mock run-owned registry loading 2026-08-01 16:02:33 -07:00
Peter Steinberger
0cf313a021 test(agents): align runtime owner fixtures 2026-08-01 15:34:11 -07:00
Peter Steinberger
44d17971cc test(agents): isolate runtime handle fixtures 2026-08-01 15:07:10 -07:00
Peter Steinberger
9ca5fd3ab6 fix(agents): reuse gateway prepared runtime generations 2026-08-01 13:25:20 -07:00
Peter Steinberger
c5aa52651b test(gateway): expect gateway-binding fact in reload rewarm 2026-08-01 12:31:51 -07:00
Peter Steinberger
9215b911cb refactor(plugins): root-owned bundle installation with scoped registry handles 2026-08-01 12:14:07 -07:00
Peter Steinberger
0a899bbfee refactor(plugins): root-owned bundle installation with scoped registry handles 2026-08-01 12:14:07 -07:00
Peter Steinberger
c5090b9cf5 refactor(policy): centralize doctor health-check descriptors (#117578) 2026-08-01 12:09:52 -07:00
Vincent Koc
ebf121af6a perf(gateway): mark recovery before model preparation (#117544)
* perf(gateway): keep recovery runtime off startup path

* perf(gateway): mark recovery before model preparation

* test(gateway): lock recovery marking failure order
2026-08-02 03:06:19 +08:00
Peter Steinberger
71b35c3e1d fix(openai): keep embedding identity stable across upgrades (#117557)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 11:59:31 -07:00
Javier Ailbirt
7563e40e47 fix(googlechat): drop invalid thread resource names before send (#108324)
Reply routing can hand sendGoogleChatMessage a `thread` that is not a
valid `spaces/{space}/threads/{thread}` resource name — a bare id, a
`spaces/{space}/messages/{message}` name, or a thread from a different
(or wrongly-cased) space. The Chat API rejects the whole request with
`400 INVALID_ARGUMENT`, so the reply is never delivered even though the
agent already produced it (and did any side effects).

Guard the send so the `thread` field and the messageReplyOption fallback
are applied only when the thread is a well-formed name belonging to the
target space; otherwise post to the space as a new thread. Revives the
approach of #28153 (auto-closed as stale) and addresses the failure mode
behind #64313.
2026-08-01 11:59:08 -07:00
Peter Steinberger
1e9a140520 fix(skills): preserve profile in ClawHub command hints (#117555)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 11:57:20 -07:00
Peter Steinberger
b0ec8bbdfa fix(cli): explain filtered plugin policy without unsafe recovery (#117556)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 11:55:59 -07:00
RileyJJY
9a120f364f fix(irc): strip markdown from outbound text (#112961) 2026-08-01 11:55:52 -07:00
Peter Steinberger
063907e970 refactor(plugins): consolidate registry snapshots (#117561) 2026-08-01 11:53:50 -07:00
Peter Steinberger
f35c34343a fix(plugins): fail blocked enable commands (#117536)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 11:48:24 -07:00
Peter Steinberger
c5dd9c3095 test(secrets): dedupe runtime state fixtures (#117563) 2026-08-01 11:48:07 -07:00
Vincent Koc
560eda25b0 test(memory): isolate mocked embedding providers (#117551)
* commit '7795d902f7fbe11c1ef99d8b10d3e1e5e926ab7d':
  test(memory): isolate mocked embedding providers
2026-08-02 02:36:12 +08:00
Vincent Koc
f4253da3e4 fix(docker): keep helper test portable on macOS (#117526)
* commit 'a164d9c477595042f688322e008b206c7e318ac2':
  test(docker): make line count assertion portable
2026-08-02 02:33:08 +08:00
Omar Shahine
a624ba7b96 feat(gateway): advertise chat attachment limits on hello-ok (#116188)
* feat(gateway): advertise chat attachment limits on hello-ok

Clients had no way to learn the gateway attachment ceilings, so external
clients hardcoded guesses that drifted from server enforcement. Publish the
two unconditional decoded-size ceilings on hello-ok policy.attachments from
one shared resolver so advertised values cannot drift from the parser.

MIME acceptance and per-message counts stay server-side: they depend on the
entrypoint, the resolved model, and payload sniffing, so they cannot be stated
once per connection.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 17d6c355-8948-4b48-a936-e08b1c8806ef

* feat(gateway): advertise chat attachment limits on hello-ok

---------

Co-authored-by: Omar Shahine <10343873+omarshahine@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Copilot-Session: 17d6c355-8948-4b48-a936-e08b1c8806ef
2026-08-01 11:31:29 -07:00
zengLingbiao
b340e682a2 fix(ui): preserve full graphemes in session owner initials (#117350) 2026-08-01 11:22:30 -07:00
Peter Steinberger
d876a83387 refactor(tui): consolidate runtime ownership (#117368) 2026-08-01 11:21:48 -07:00
Vincent Koc
7795d902f7 chore: merge main into memory test isolation fix
* origin/main: (35 commits)
  fix(update): return failure when dirty checkout blocks update (#117452)
  fix(auto-reply): apply mixed chat directives in one session transaction (#117542)
  refactor(ui): unify channel status and setup controls (#117499)
  fix(doctor): preserve surviving lint selections (#117543)
  fix(media): keep an unquoted MEDIA path with spaces as one media item (#112464)
  refactor(channels): consolidate lightweight plugin discovery (#117541)
  fix(imessage): prevent duplicate messages after delayed sends (#110853)
  refactor(memory): unify authoritative dreaming state and presentation (#117538)
  refactor(agents): consolidate main-session recovery ownership (#117383)
  fix(proxy-capture): make path-based session cleanup atomic (#98852)
  refactor(agents): consolidate compaction and context-engine ownership (#117482)
  fix(gateway): preserve Responses usage details (#117533)
  perf(gateway): skip empty session recovery stores (#117498)
  fix(ci): update canonical Kova performance pin (#117508)
  fix(system-agent): emit the wizard cancel hint once per message (#113731)
  refactor: dedupe secrets runtime snapshot fixtures (#117502)
  test(google): cover ready callback close precedence
  test(openai): dedupe realtime voice fixtures (#117503)
  fix(google): flush lazy prompts on provider readiness
  fix(gateway): keep canonical hooks on pristine startup path (#117493)
  ...
2026-08-02 02:21:19 +08:00
Vincent Koc
a164d9c477 chore: merge main into Docker portability fix
* origin/main: (26 commits)
  fix(update): return failure when dirty checkout blocks update (#117452)
  fix(auto-reply): apply mixed chat directives in one session transaction (#117542)
  refactor(ui): unify channel status and setup controls (#117499)
  fix(doctor): preserve surviving lint selections (#117543)
  fix(media): keep an unquoted MEDIA path with spaces as one media item (#112464)
  refactor(channels): consolidate lightweight plugin discovery (#117541)
  fix(imessage): prevent duplicate messages after delayed sends (#110853)
  refactor(memory): unify authoritative dreaming state and presentation (#117538)
  refactor(agents): consolidate main-session recovery ownership (#117383)
  fix(proxy-capture): make path-based session cleanup atomic (#98852)
  refactor(agents): consolidate compaction and context-engine ownership (#117482)
  fix(gateway): preserve Responses usage details (#117533)
  perf(gateway): skip empty session recovery stores (#117498)
  fix(ci): update canonical Kova performance pin (#117508)
  fix(system-agent): emit the wizard cancel hint once per message (#113731)
  refactor: dedupe secrets runtime snapshot fixtures (#117502)
  test(google): cover ready callback close precedence
  test(openai): dedupe realtime voice fixtures (#117503)
  fix(google): flush lazy prompts on provider readiness
  fix(gateway): keep canonical hooks on pristine startup path (#117493)
  ...
2026-08-02 02:20:18 +08:00
WhatsSkiLL
428a9e9cbc fix(update): return failure when dirty checkout blocks update (#117452)
Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com>
2026-08-01 11:11:19 -07:00
Vincent Koc
83e8033ac6 fix(google): preserve realtime prompts during startup (#117529)
* commit 'd60584ee2d1dc3755477b38234b37f8d11bc1b9c':
  test(google): cover ready callback close precedence
  fix(google): flush lazy prompts on provider readiness
  test(google): prove lazy realtime prompt delivery
  fix(google): bound lazy realtime user messages
2026-08-02 02:10:29 +08:00
Peter Steinberger
2e9d4de131 fix(auto-reply): apply mixed chat directives in one session transaction (#117542) 2026-08-01 11:10:07 -07:00
Peter Steinberger
fd343ca8cc refactor(ui): unify channel status and setup controls (#117499) 2026-08-01 11:03:07 -07:00
Peter Steinberger
3f9b24237b fix(doctor): preserve surviving lint selections (#117543)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 10:55:53 -07:00
MatthewSynthia
8206a0ceb6 fix(media): keep an unquoted MEDIA path with spaces as one media item (#112464)
Co-authored-by: MatthewSynthia <MatthewSynthia@users.noreply.github.com>
2026-08-01 10:54:01 -07:00
Peter Steinberger
5da998fe8a refactor(channels): consolidate lightweight plugin discovery (#117541) 2026-08-01 10:53:16 -07:00
Omar Shahine
b67fa6a2c4 fix(imessage): prevent duplicate messages after delayed sends (#110853)
* fix(imessage): outlive imsg send fallback

* test(imessage): prove delayed fallback resolves once

* fix(imessage): preserve the send timeout floor

---------

Co-authored-by: Omar Shahine <10343873+omarshahine@users.noreply.github.com>
2026-08-01 10:51:06 -07:00
Peter Steinberger
926afb66e9 refactor(memory): unify authoritative dreaming state and presentation (#117538) 2026-08-01 10:48:37 -07:00
Peter Steinberger
b7f0df0ac2 refactor(agents): consolidate main-session recovery ownership (#117383)
* refactor(agents): consolidate main-session recovery ownership

* test(agents): cover recovery owner boundaries
2026-08-01 10:40:56 -07:00
zhangLei99586
685a3dbe5d fix(proxy-capture): make path-based session cleanup atomic (#98852) 2026-08-01 10:40:40 -07:00
Peter Steinberger
bde1602e6e refactor(agents): consolidate compaction and context-engine ownership (#117482)
* refactor(agents): consolidate compaction and context-engine ownership

* fix(agents): preserve prior summaries during compaction fallback

* chore(ci): refresh merge proof after routing repair
2026-08-01 10:38:43 -07:00
Peter Steinberger
fb6f60a704 fix(gateway): preserve Responses usage details (#117533)
* fix(gateway): preserve Responses usage details

* fix(gateway): keep Responses usage type internal
2026-08-01 10:37:02 -07:00
Vincent Koc
5118b0b915 perf(gateway): skip empty session recovery stores (#117498)
* perf(gateway): skip inactive session recovery stores

* chore: leave release notes to release workflow
2026-08-02 01:29:54 +08:00
Vincent Koc
ace5d9ada7 fix(ci): update canonical Kova performance pin (#117508) 2026-08-02 01:28:23 +08:00
Jesse Merhi
9aceb1620d fix(system-agent): emit the wizard cancel hint once per message (#113731)
* fix(system-agent): emit the wizard cancel hint once per message

* refactor(wizard): own input wait semantics

* refactor(wizard): declare step input requirements

* refactor(wizard): infer input requirement by step type

* docs: note wizard cancel hint fix

* chore: follow release-owned changelog policy
2026-08-01 17:27:46 +00:00
Peter Steinberger
586e1fe10e refactor: dedupe secrets runtime snapshot fixtures (#117502)
* test(secrets): dedupe runtime snapshot fixtures

* test(secrets): preserve runtime auth-store fixture type
2026-08-01 10:26:33 -07:00
Vincent Koc
d60584ee2d test(google): cover ready callback close precedence 2026-08-02 01:25:41 +08:00
Peter Steinberger
b9bf34a3cd test(openai): dedupe realtime voice fixtures (#117503) 2026-08-01 10:22:51 -07:00
Vincent Koc
814a2ebb61 fix(google): flush lazy prompts on provider readiness 2026-08-02 01:22:33 +08:00
Vincent Koc
6dcb95a947 test(memory): isolate mocked embedding providers 2026-08-02 01:18:43 +08:00
Vincent Koc
8b994fc9e1 fix(gateway): keep canonical hooks on pristine startup path (#117493) 2026-08-02 01:16:30 +08:00
Peter Steinberger
a14ada134f fix(test): restore oxlint shard routing owner (#117531) 2026-08-01 10:15:10 -07:00
Peter Steinberger
17625e5cd2 fix(msteams): preserve thread targets for structured sends (#117516) 2026-08-01 10:07:22 -07:00
Masato Hoshino
29577fb03b fix(daemon): keep backslashes and quotes intact in generated systemd units (#117375)
* fix(daemon): keep backslashes and quotes intact in generated systemd units

systemdEscapeArg escaped only pairs of backslashes and rendered a quote as
two backslashes plus a quote, so any value holding a lone backslash or a
quote did not survive the readers in this module -- or systemd itself. The
installed Linux service received a different value than the operator
configured, with nothing reporting the difference.

parseSystemdEnvAssignment also carried a private copy of the shared
unquoting loop whose escape branch compared one character against a
two-character literal, so it never unescaped anything. Service inspection
reads through that path, so status and doctor reported the escaped form.

Align the writer with serializeSystemdEnvironmentFileValue and route the
reader through the shared splitter its three siblings already use. Adds
round-trip tables mirroring the Windows cmd sibling.

* fix(daemon): align systemd round-trip parser with current main

---------

Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
2026-08-01 12:04:05 -05:00
Peter Steinberger
e9b959aaaa fix(cli): preserve machine output through fatal terminal restores (#117487)
Co-authored-by: Peter Steinberger <steipete@macos.shared>
2026-08-01 10:03:33 -07:00