Mark L
|
5b06c8c6e3
|
fix(config): normalize gateway bind host aliases during migration (#30855)
* fix(config): normalize gateway bind host aliases during migration [AI-assisted]
* config(legacy): detect gateway.bind host aliases as legacy
* config(legacy): sanitize bind alias migration log output
* test(config): cover bind alias legacy detection and log escaping
* config(legacy): add source-literal gate to legacy rules
* config(legacy): make issue detection source-aware
* config(legacy): require source-literal gateway.bind alias detection
* config(io): pass parsed source to legacy issue detection
* test(config): cover resolved-only gateway.bind alias legacy detection
* changelog: format after #30855 rebase conflict resolution
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
|
2026-03-01 19:53:00 -08:00 |
|
NIO
|
ea3955cd78
|
fix(cron): add retry policy for one-shot jobs on transient errors (#24355) (openclaw#24435) thanks @hugenshen
Verified:
- pnpm install --frozen-lockfile
- pnpm check
- pnpm test -- --run src/cron/service.issue-regressions.test.ts src/config/config-misc.test.ts
Co-authored-by: hugenshen <16300669+hugenshen@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
|
2026-03-01 06:58:03 -06:00 |
|
Peter Steinberger
|
75423a00d6
|
refactor: deduplicate shared helpers and test setup
|
2026-02-23 20:40:44 +00:00 |
|
Peter Steinberger
|
e02c470d5e
|
feat(tools): add kimi web_search provider
Co-authored-by: adshine <adshine@users.noreply.github.com>
|
2026-02-23 18:27:37 +00:00 |
|
Peter Steinberger
|
1f850374f6
|
fix(gateway): harden channel health monitor recovery
|
2026-02-17 03:26:26 +01:00 |
|
Advait Paliwal
|
bc67af6ad8
|
cron: separate webhook POST delivery from announce (#17901)
* cron: split webhook delivery from announce mode
* cron: validate webhook delivery target
* cron: remove legacy webhook fallback config
* fix: finalize cron webhook delivery prep (#17901) (thanks @advaitpaliwal)
---------
Co-authored-by: Tyler Yust <TYTYYUST@YAHOO.COM>
|
2026-02-16 02:36:00 -08:00 |
|
Peter Steinberger
|
d69496c449
|
perf(test): fold small config suites into config misc
|
2026-02-16 02:45:00 +00:00 |
|
Peter Steinberger
|
be3c431011
|
perf(test): fold gateway config schema tests into config misc
|
2026-02-16 02:45:00 +00:00 |
|
Peter Steinberger
|
056070c2bf
|
perf(test): fold cron webhook schema coverage into config misc
|
2026-02-16 02:44:59 +00:00 |
|
Peter Steinberger
|
5709b30700
|
perf(test): consolidate config misc suites
|
2026-02-16 00:18:27 +00:00 |
|