Vincent Koc
ae655345c4
refactor(gateway): remove unused local interface wrapper
2026-06-19 01:42:03 +08:00
Vincent Koc
a48e5091cb
fix(plugins): make StepFun npm-only
2026-06-19 01:38:11 +08:00
Vincent Koc
e9229ab77e
refactor(tui): remove unused OSC8 wrapper
2026-06-19 01:33:13 +08:00
Vincent Koc
2c7fe6a39c
test(sqlite): use shared temp directory helper
2026-06-19 01:27:49 +08:00
Vincent Koc
361320cd9f
refactor(text): remove unused final tag predicate
2026-06-19 01:21:31 +08:00
Vincent Koc
b6cb3d2901
fix(backup): exclude memory reindex shadow databases
2026-06-19 01:20:06 +08:00
Vincent Koc
d074c0d970
fix(memory): detect shipped status indexes
2026-06-19 01:20:06 +08:00
Vincent Koc
39c9fd8592
fix(proxy): align managed proxy fixture settings
2026-06-19 01:20:06 +08:00
Vincent Koc
1d6b4ccfef
fix(proxy): preserve mode-specific blob types
2026-06-19 01:20:06 +08:00
Vincent Koc
b7b452d531
fix(proxy): preserve migration compatibility
2026-06-19 01:20:06 +08:00
Vincent Koc
d37de2a39a
fix(proxy): preserve capture store compatibility
2026-06-19 01:20:06 +08:00
Josh Lehman
9cfd1cd287
fix(memory): key index sources by path and source
2026-06-19 01:20:06 +08:00
Vincent Koc
9b66e291ae
test(doctor): align migration harness
2026-06-19 01:20:06 +08:00
Vincent Koc
7485dd6492
fix(sqlite): migrate legacy memory and proxy state
2026-06-19 01:20:06 +08:00
Vincent Koc
0876ed59e0
refactor(proxy): store captures in shared state database
2026-06-19 01:20:06 +08:00
Vincent Koc
88bc08c124
refactor(memory): canonicalize agent database tables
2026-06-19 01:20:06 +08:00
Vincent Koc
1db7c41bf2
fix(sdk): keep sqlite lifecycle helpers private
2026-06-19 01:20:06 +08:00
Vincent Koc
a7fada4b61
fix(memory): invalidate stale shadow indexes
2026-06-19 01:20:06 +08:00
Vincent Koc
8b7269d197
fix(sqlite): preserve migrations and reindex safety
2026-06-19 01:20:06 +08:00
Vincent Koc
f324f7e281
refactor(memory): use the per-agent sqlite database
2026-06-19 01:20:06 +08:00
Vincent Koc
4e0376255f
fix(onboard): reject deprecated external auth choices
2026-06-19 01:05:52 +08:00
Vincent Koc
0710eebec2
fix(plugins): avoid catalog lookup allocations
2026-06-19 01:05:52 +08:00
Vincent Koc
a4c27323bf
fix(plugins): align external provider types
2026-06-19 01:05:52 +08:00
Vincent Koc
21728777df
feat(plugins): externalize official provider batch
2026-06-19 01:05:52 +08:00
Monkey-wusky
4929cbdb04
fix(telegram): set richMessages default to false explicitly in schema ( #94048 )
...
Merged via squash.
Prepared head SHA: 4af05ac54a
Co-authored-by: Monkey-wusky <66244686+Monkey-wusky@users.noreply.github.com >
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com >
Reviewed-by: @obviyus
2026-06-18 22:28:30 +05:30
Vincent Koc
beea31a6b5
feat(firecrawl): add keyless scrape support ( #94551 )
...
Merged under maintainer approval while exact-head CI was queue-bound.
Co-authored-by: Developers Digest <124798203+developersdigest@users.noreply.github.com >
Co-authored-by: Vincent Koc <vincentkoc@users.noreply.github.com >
2026-06-19 00:23:41 +08:00
Vincent Koc
fa4f1abb29
fix(cron): release cancelled embedded lanes
2026-06-19 00:20:49 +08:00
王泽琛0668001337
bf9c59b6a4
fix(cron): prevent lane timeout during long tool execution
...
The lane timeout sliding window expires during long-running tool
execution (e.g. exec commands >5min) because noteLaneTaskProgress()
is never called during tool execution. Add a periodic 30s interval
that calls noteLaneTaskProgress() while the embedded attempt runs,
keeping the lane alive until the attempt completes.
Closes : openclaw/openclaw#94033
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-19 00:20:49 +08:00
Vincent Koc
1c18a7d6a3
refactor(agents): remove unused runtime tool-result truncation wrapper
2026-06-19 00:10:41 +08:00
Vincent Koc
508594a620
test(ci): stabilize MCP catalog timeout coverage
2026-06-19 00:07:25 +08:00
Vincent Koc
2ff1dfdebe
refactor(agents): remove unused runtime transcript rotation wrapper
2026-06-19 00:00:48 +08:00
Vincent Koc
81eaa88ce5
refactor(agents): remove stale live model switch map
2026-06-18 23:53:18 +08:00
Vincent Koc
ba779d8367
refactor(agents): remove unused thinking recovery sanitizer
2026-06-18 23:45:47 +08:00
Vincent Koc
ed389a87e9
refactor(agents): remove unused runner utility wrappers
2026-06-18 23:39:15 +08:00
clawsweeper[bot]
73aab30989
fix(cron): retry isolated setup timeouts ( #94588 )
...
Summary:
- Merged fix(cron): retry isolated setup timeouts after ClawSweeper review.
Automerge notes:
- PR branch already contained follow-up commit before automerge: fix(cron): retry isolated setup timeouts
Validation:
- ClawSweeper review passed for head 6b0ee52fcb .
- Required merge gates passed before the squash merge.
Prepared head SHA: 6b0ee52fcb
Review: https://github.com/openclaw/openclaw/pull/94588#issuecomment-4743572807
Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Co-authored-by: Aaron Eden <21063939+aaroneden@users.noreply.github.com >
Approved-by: takhoffman
2026-06-18 15:34:30 +00:00
Vincent Koc
967fb8d917
refactor(agents): remove unused transcript state helpers
2026-06-18 23:29:52 +08:00
Vincent Koc
092e9f69ab
refactor(agents): remove unused tool result size helper
2026-06-18 23:16:53 +08:00
Vincent Koc
c8fc2fedee
refactor(status): remove unused gateway probe exports
2026-06-18 23:07:58 +08:00
Vincent Koc
61210b015f
refactor(models): remove model row registry alias
2026-06-18 22:54:51 +08:00
Vincent Koc
ab25e340f9
refactor(commands): remove unused sandbox counters
2026-06-18 22:47:35 +08:00
Vincent Koc
af3acf0626
fix(gateway): honor WSL env in status hints
2026-06-18 16:43:58 +02:00
Vincent Koc
64db900bc4
test(gateway): assert codex approval resolver
2026-06-18 16:36:13 +02:00
Vincent Koc
8d808de80a
test(gateway): accept app-server approval proof
2026-06-18 16:36:13 +02:00
Vincent Koc
49d03d24a5
test(gateway): align approval and update proof
2026-06-18 16:36:13 +02:00
Vincent Koc
890055d421
fix(gateway): keep approval waits visible across backend calls
2026-06-18 16:36:13 +02:00
Vincent Koc
eb07ba5117
fix(doctor): honor WSL env overrides in hints
2026-06-18 16:35:55 +02:00
Shakker
54a2af32c9
test: route live cache trace env
2026-06-18 15:19:21 +01:00
Shakker
49f10a140b
fix: isolate model catalog state env
2026-06-18 15:18:11 +01:00
Shakker
ad550ae3dc
test: route runtime policy env gates
2026-06-18 15:14:46 +01:00
Shakker
7bdea54a82
fix: scope cli runner env helpers
2026-06-18 15:14:09 +01:00