Vincent Koc
cb552bcc42
docs: fix duplicate redirect source, fix faq heading dash-vs-comma for valid anchor
2026-03-19 11:05:10 -07:00
Vincent Koc
d9e9a9e819
fix(pi): align package graph and declare compaction summaries
2026-03-19 11:02:18 -07:00
Vincent Koc
13be4b4cc2
docs: add Groq provider page
2026-03-19 10:57:59 -07:00
Vincent Koc
b28cf6a8a4
docs: split memory.md into concept intro + reference page
2026-03-19 10:57:47 -07:00
Vincent Koc
d57c327d45
docs: sub-group CLI reference into 8 clusters
2026-03-19 10:57:34 -07:00
Vincent Koc
089c8bc65e
docs: Phase 3 IA restructure — move pi to Reference, merge Models groups, move install/node to Install, move prose to Skills, migrate brave-search/perplexity/tts into tools/
2026-03-19 10:42:46 -07:00
Vincent Koc
faf81c5574
docs: clarify Pi agent core relationship in runtime boundaries
2026-03-19 10:35:09 -07:00
Vincent Koc
a18f7d7d35
docs: add orphan pages to nav, fix Twitch URL, normalize json5 fences, fix msteams config
2026-03-19 10:33:03 -07:00
Vincent Koc
9f2a01d972
docs: replace stale claude-sonnet-4-5 with 4-6, normalize Node version, remove stale dates
2026-03-19 10:33:03 -07:00
Vincent Koc
0b11ee48f8
docs: fix 26 broken anchor links across 18 files
2026-03-19 10:33:02 -07:00
Vincent Koc
624d536551
docs: remove quickstart stub from hubs, add redirect to getting-started
2026-03-19 10:32:30 -07:00
Vincent Koc
1dd857f6a6
docs: add API key prereq, first-message step, fix landing page quick start
2026-03-19 10:32:30 -07:00
Vincent Koc
65a2917c8f
docs: remove pi-mono jargon, fix features list, update Perplexity config path
2026-03-19 10:32:30 -07:00
fuller-stack-dev
36f394c299
fix(gateway): increase WS handshake timeout from 3s to 10s ( #49262 )
...
* fix(gateway): increase WS handshake timeout from 3s to 10s
The 3-second default is too aggressive when the event loop is under load
(concurrent sessions, compaction, agent turns), causing spurious
'gateway closed (1000)' errors on CLI commands like `openclaw cron list`.
Changes:
- Increase DEFAULT_HANDSHAKE_TIMEOUT_MS from 3_000 to 10_000
- Add OPENCLAW_HANDSHAKE_TIMEOUT_MS env var for user override (no VITEST gate)
- Keep OPENCLAW_TEST_HANDSHAKE_TIMEOUT_MS as fallback for existing tests
Fixes #46892
* fix: restore VITEST guard on test env var, use || for empty-string fallback, fix formatting
* fix: cover gateway handshake timeout env override (#49262 ) (thanks @fuller-stack-dev)
---------
Co-authored-by: Wilfred <wilfred@Wilfreds-Mac-mini.local >
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-19 22:46:40 +05:30
Vincent Koc
3dfd8eef7f
ci(node22): drop duplicate config docs check from compat lane
2026-03-19 09:56:42 -07:00
Harold Hunt
401ffb59f5
CLI: support versioned plugin updates ( #49998 )
...
Merged via squash.
Prepared head SHA: 545ea60fa2
Co-authored-by: huntharo <5617868+huntharo@users.noreply.github.com >
Reviewed-by: @huntharo
2026-03-19 12:51:10 -04:00
Vincent Koc
7fb142d115
test(whatsapp): override config-runtime mock exports safely
2026-03-19 09:42:13 -07:00
Vincent Koc
639f78d257
style(format): restore import order drift
2026-03-19 09:38:42 -07:00
Vincent Koc
dcbcecfb85
fix(ci): resolve Claude marketplace shortcuts from OS home
2026-03-19 09:38:42 -07:00
Ayaan Zaidi
f1e4f8e8d2
fix: add changelog attribution for Azure Foundry custom providers ( #50535 )
2026-03-19 22:07:19 +05:30
Ayaan Zaidi
91104ac740
fix(onboard): respect services.ai custom provider compatibility
2026-03-19 22:07:19 +05:30
Ayaan Zaidi
5b1836d700
fix(onboard): raise azure probe output floor
2026-03-19 21:53:27 +05:30
Ayaan Zaidi
7a57082466
fix(provider): onboard azure custom endpoints via responses
2026-03-19 21:53:27 +05:30
Vincent Koc
9d772d6eab
fix(ci): normalize bundle mcp paths and skip explicit channel scans
2026-03-19 09:16:45 -07:00
Gustavo Madeira Santana
ff6541f69d
Matrix: fix Jiti runtime API boundary
2026-03-19 11:40:44 -04:00
Tak Hoffman
5a41229a6d
docs: simplify AGENTS validation policy
2026-03-19 10:34:04 -05:00
Tak Hoffman
e1b5ffadca
docs: clarify scoped-test validation policy
2026-03-19 10:29:39 -05:00
Tak Hoffman
fb18034011
test: add macmini test profile
2026-03-19 10:29:39 -05:00
xubaolin
bfe979dd5b
refactor: add Android LocationHandler test seam ( #50027 ) (thanks @xu-baolin)
2026-03-19 20:57:43 +05:30
Gustavo Madeira Santana
12ad809e79
Matrix: fix runtime encryption loading
2026-03-19 11:08:17 -04:00
Gustavo Madeira Santana
8268c28053
Matrix: isolate thread binding manager stateDir reuse
2026-03-19 11:08:16 -04:00
Vincent Koc
44cd4fb55f
fix(ci): repair main type and boundary regressions
2026-03-19 08:00:33 -07:00
Gustavo Madeira Santana
0c4fdf1284
Format: apply import ordering cleanup
2026-03-19 10:33:16 -04:00
Gustavo Madeira Santana
f4f0b171d3
Matrix: isolate credential write runtime
2026-03-19 10:33:16 -04:00
Liu Ricardo
8c01347989
test(contracts): cover matrix session binding adapters ( #50369 )
...
Merged via squash.
Prepared head SHA: 25412dbc2c
Co-authored-by: ChroniCat <220139611+ChroniCat@users.noreply.github.com >
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com >
Reviewed-by: @gumadeiras
2026-03-19 10:26:37 -04:00
Gustavo Madeira Santana
c7cbc8cc0b
CI: validate plugin runtime deps in install smoke
2026-03-19 09:44:27 -04:00
Vincent Koc
79d7fdce93
test(telegram): inject media loader in delivery replies
2026-03-19 06:30:59 -07:00
Vincent Koc
a0445b192e
test(signal): mock daemon readiness in monitor suite
2026-03-19 06:30:59 -07:00
Vincent Koc
1c1a3b6a75
fix(discord): break plugin-sdk account helper cycle
2026-03-19 06:30:59 -07:00
Gustavo Madeira Santana
dd10f290e8
Matrix: wire thread binding command support
2026-03-19 09:24:31 -04:00
Johnson Shi
191e1947c1
docs: add Azure VM deployment guide with in-repo ARM templates and bootstrap script ( #47898 )
...
* docs: add Azure Linux VM install guide
* docs: move Azure guide into dedicated docs/install/azure layout
* docs: polish Azure guide onboarding and reference links
* docs: address Azure review feedback on bootstrap safety
* docs: format azure ARM template
* docs: flatten Azure install docs and move ARM assets
2026-03-19 08:15:06 -05:00
Harold Hunt
5508374669
fix(plugins): share split-load singleton state (openclaw#50418) thanks @huntharo
...
Co-authored-by: huntharo <5617868+huntharo@users.noreply.github.com >
2026-03-19 09:10:24 -04:00
Gustavo Madeira Santana
7f86be1037
Matrix: accept messageId alias for poll votes
2026-03-19 08:50:49 -04:00
Tyler Yust
20728e1035
fix: stop newline block streaming from sending per paragraph
2026-03-19 05:40:12 -07:00
Tyler Yust
47b02435c1
fix: honor BlueBubbles chunk mode and envelope timezone
2026-03-19 05:40:12 -07:00
Gustavo Madeira Santana
75e6c8fe9c
Matrix: persist clean shutdown sync state
2026-03-19 08:31:44 -04:00
Gustavo Madeira Santana
16129272dc
Tests: update Matrix agent bind fixtures
2026-03-19 08:31:38 -04:00
Gustavo Madeira Santana
f8eb23de1c
CLI: fix check failures
2026-03-19 08:29:57 -04:00
Gustavo Madeira Santana
34ee75b174
Matrix: restore doctor migration previews
2026-03-19 08:09:52 -04:00
Gustavo Madeira Santana
4443cc771a
Matrix: wire startup migration into doctor and gateway
2026-03-19 08:03:57 -04:00