Vincent Koc
aa79ab1403
refactor(outbound): reuse channel action context builder
2026-06-23 00:25:53 +08:00
Vincent Koc
a87aed4108
refactor(agents): reuse shared error normalization
2026-06-23 00:23:13 +08:00
Hannes Rudolph
69c4d1aa85
Revert "feat(discord): add server management helper actions"
...
This reverts commit ae22f485ec .
2026-06-22 10:20:19 -06:00
Vincent Koc
7c90351ff3
refactor(gateway): share MCP bearer token classification
2026-06-23 00:20:11 +08:00
zerone0x
3a7cdaf32c
fix: include persisted plugin contracts for migrations ( #89612 )
2026-06-22 16:18:48 +00:00
Hannes Rudolph
ae22f485ec
feat(discord): add server management helper actions
2026-06-22 10:18:28 -06:00
Vincent Koc
dab145ef76
refactor(infra): share Windows port inspection
2026-06-23 00:16:38 +08:00
Vincent Koc
336494c863
refactor(agents): share session tool output rendering
2026-06-23 00:14:44 +08:00
Vincent Koc
7588bd7b75
refactor(gateway): share control-plane identity normalization
2026-06-23 00:10:48 +08:00
Vincent Koc
37ac0f0dd2
refactor(infra): remove stale utility re-exports
2026-06-23 00:07:13 +08:00
Vincent Koc
345ad9862d
refactor(agents): remove stale facade exports
2026-06-23 00:01:42 +08:00
Vincent Koc
206552c697
refactor(agents): remove stale runner facades
2026-06-22 23:40:06 +08:00
Vincent Koc
451ae8c678
fix(agents): normalize hallucinated Office file extensions ( #95805 )
...
* fix(agents): normalize hallucinated Office file extensions
Co-authored-by: lizeyu-xydt <41978486+lzyyzznl@users.noreply.github.com >
Co-authored-by: Dirk <279172199+xzh-icenter@users.noreply.github.com >
* fix(sessions): remove unused runtime store binding
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
Co-authored-by: Dirk <279172199+xzh-icenter@users.noreply.github.com >
2026-06-22 23:38:24 +08:00
Vincent Koc
a29edce409
refactor(infra): share error normalization
2026-06-22 23:35:04 +08:00
Vincent Koc
e3058efa10
fix(sessions): drop unused runtime context binding
2026-06-22 23:32:06 +08:00
Vincent Koc
b3b5b08e67
fix(memory): preserve Windows session transcript paths
2026-06-22 23:32:06 +08:00
Vincent Koc
71ef6b2312
refactor(tools): remove stale inventory re-exports
2026-06-22 23:20:31 +08:00
Vincent Koc
a6390b2b90
refactor(agents): share bundle runtime allowlist gating
2026-06-22 23:07:58 +08:00
Vincent Koc
e2e678326e
refactor(tools): share inventory presentation helpers
2026-06-22 23:05:49 +08:00
Vincent Koc
4ec006da66
refactor(doctor): share primary model resolution
2026-06-22 23:01:14 +08:00
Vincent Koc
8fe181c2b0
refactor(tasks): share audit JSON payload formatting
2026-06-22 22:55:53 +08:00
Vincent Koc
e66aa357f8
refactor(models): share auth command agent resolution
2026-06-22 22:49:50 +08:00
Vincent Koc
8b78ae2855
fix(session-memory): sanitize model artifacts before saving memory ( #95791 )
...
* fix(session-memory): sanitize model artifacts before saving memory
Co-authored-by: Sophia <44297511+SweetSophia@users.noreply.github.com >
Co-authored-by: YBoy <231405196+YB0y@users.noreply.github.com >
* fix(sdk): update plugin surface budgets
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
Co-authored-by: YBoy <231405196+YB0y@users.noreply.github.com >
2026-06-22 22:48:03 +08:00
Vincent Koc
b10fedb7de
refactor(acp): reuse shared error normalization
2026-06-22 22:45:53 +08:00
Vincent Koc
008d101b16
refactor(sessions): share runtime transcript context resolution
2026-06-22 22:39:59 +08:00
Vincent Koc
28b374a8a7
fix(cron): compare thread IDs when deduping failure destinations ( #95794 )
...
* fix(cron): compare thread IDs when deduping failure destinations
* fix(clownfish): address review for gitcrawl-1889-autonomous-bulk-20260622a (1)
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-22 22:39:19 +08:00
Vincent Koc
ae6bea1771
refactor(gateway): reuse session message count helper
2026-06-22 22:35:28 +08:00
Vincent Koc
f7d6a059a4
refactor(sessions): share bounded file range reads
2026-06-22 22:32:36 +08:00
Vincent Koc
f6da93db0f
refactor(gateway): share transcript metadata parsing
2026-06-22 22:27:04 +08:00
Vincent Koc
905c9759a7
refactor(voice-call): share path normalization
2026-06-22 22:18:49 +08:00
Vincent Koc
9c85b812fe
chore(tlon): remove inert SSRF policy helper
2026-06-22 22:12:48 +08:00
Vincent Koc
83cfb6112c
chore(deadcode): remove stale session test facades
2026-06-22 22:07:37 +08:00
Vincent Koc
8744e86e67
refactor: remove test-only production helpers
2026-06-22 22:00:15 +08:00
Andy Ye
da63854f58
fix(cron): clean up isolated sessions after runs
...
* Clean up isolated cron sessions after runs
* Clean up isolated cron sessions after runs
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-22 21:58:11 +08:00
Gio Della-Libera
a2b8f67395
fix(web-ui): skip hidden subagent picker pages
...
* fix(web-ui): skip hidden subagent picker pages
* test(ui): cover hidden chat picker pages in browser
* fix(web-ui): skip hidden subagent picker pages
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-22 21:55:09 +08:00
Josh Lehman
d3781cc4b8
refactor: add memory and QMD session identity mapping ( #95087 )
2026-06-22 06:28:54 -07:00
Anson_H
3895c9341b
perf(cli): speed up precomputed command help startup
...
* perf: speed up precomputed command help
* perf: precompute sessions and tasks help
* Speed up precomputed command help startup
* Speed up precomputed command help startup
---------
Co-authored-by: Zeheng Huang <153708448+hunjaiboy@users.noreply.github.com >
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-22 21:27:47 +08:00
Vincent Koc
7626ca38b3
chore(release): refresh generated metadata
2026-06-22 21:25:38 +08:00
Vincent Koc
49fac864d4
refactor(acp): remove stale type re-export shim
2026-06-22 21:23:14 +08:00
mjamiv
4e5b788234
fix(auto-reply): clear runtime model cache on reset
...
Merges the Clownfish-repaired contributor branch for #77339 . Clownfish preflight cleared security/comments/review, accepted pnpm check:changed, and the PR is clean/mergeable on head f610324c08 .
2026-06-22 21:17:23 +08:00
Vincent Koc
c149d217da
refactor(memory): remove duplicate embedding input facade
2026-06-22 21:10:23 +08:00
Vincent Koc
3288291a08
refactor(agents): remove unused image helper
2026-06-22 21:03:58 +08:00
Song Zhenlin
afa1045238
fix(cli): document Commander rawArgs dependency
...
Merges the Clownfish-repaired contributor branch for #91193 . Clownfish preflight cleared security/comments/review, accepted pnpm check:changed, and the PR is clean/mergeable on head a05c170345 .
2026-06-22 21:01:52 +08:00
Vincent Koc
dbc07ad84d
refactor(agents): remove unused helper wrappers
2026-06-22 20:56:59 +08:00
WadydX
6b11bd97d9
meta(issue-template): add dedicated docs bug report form
...
Merges the Clownfish-repaired contributor branch for #76668 . Clownfish preflight cleared security/comments/review, accepted pnpm check:changed, and the PR is clean/mergeable on head c04a40d92c .
2026-06-22 20:52:50 +08:00
Vincent Koc
0a2ca1f7ac
refactor(auto-reply): remove unused thinking exports
2026-06-22 20:43:04 +08:00
tayoun
73930764e6
fix(build): allow tsdown heap override
...
Merges the Clownfish-repaired contributor branch for #94622 . Clownfish preflight cleared security/comments/review, accepted pnpm check:changed, and the PR is clean/mergeable on head 8de57351f7 .
2026-06-22 20:36:42 +08:00
Vincent Koc
a4eb49a176
refactor(qa): share gateway message text extraction
2026-06-22 20:25:26 +08:00
Vincent Koc
db21588636
refactor(qa): share suite summary file loading
2026-06-22 20:24:20 +08:00
Vincent Koc
88b64e4b86
fix(discord): drain queued voice replies after stream close
2026-06-22 20:20:56 +08:00