Download Latest Version OpenClaw-2026.9.4.dSYM.zip (74.8 MB)
Email in envelope

Get an email when there's a new version of OpenClaw

Home / v2026.9.1
Name Modified Size InfoDownloads / Week
Parent folder
OpenClaw-2026.9.1.dmg 2026-09-03 382.4 MB
OpenClaw-2026.9.1.dSYM.zip 2026-09-03 76.1 MB
OpenClaw-2026.9.1.zip 2026-09-03 534.7 MB
openclaw-2026.9.1-postpublish-evidence.json.sha256 2026-09-03 110 Bytes
openclaw-2026.9.1-postpublish-evidence.json 2026-09-03 1.2 kB
OpenClawCompanion-Setup-arm64.exe 2026-09-03 111.4 MB
OpenClawCompanion-Setup-x64.exe 2026-09-03 125.8 MB
OpenClawCompanion-SHA256SUMS.txt 2026-09-03 200 Bytes
openclaw-2026.9.1-release-manifest.json.sha256 2026-09-03 106 Bytes
openclaw-2026.9.1-release-manifest.json 2026-09-03 129.3 kB
openclaw-2026.9.1-dependency-evidence.zip 2026-09-03 118.4 kB
openclaw 2026.9.1 source code.tar.gz 2026-09-03 120.0 MB
openclaw 2026.9.1 source code.zip 2026-09-03 140.6 MB
README.md 2026-09-03 88.6 kB
Totals: 14 Items   1.5 GB 1

2026.9.1

Highlights

  • Diagrams in every chat: Mermaid blocks now render as diagrams in the Control UI and in the native macOS, iOS, and Android apps, with enlarge previews and a retry when a diagram fails to render on mobile. (#134913, [#135746], [#135470], [#135342])
  • From install to chat in one prompt: fresh installs (including npx openclaw@latest) get a quick-start lane that detects existing Claude Code or Codex logins and API keys, verifies them live, and opens the web dashboard from a foreground Gateway; the full wizard stays available as Custom setup. (#134221) Thanks @fuller-stack-dev.
  • Personal skill libraries on shared Gateways: keep your own skills beside the workspace set with openclaw skills library, import them from ZIP archives, and share or publish them per identity on team Gateways. Related [#133602]. (#134068)
  • Updates that leave you working: openclaw update now rolls back the npm candidate when the post-update Doctor fails, preserves your configuration and secret references across a failed upgrade, hands failures to a built-in triage agent, waits for plugin readiness before restarting, accepts npm 12 local archives, lets agent-launched updates finish outside the Gateway process tree, and proceeds without a Gateway service instead of refusing when no service manager exists (users on 2026.8.2 without a service manager should run openclaw update --no-restart once). Related [#134204], [#135655]. (#135462, [#134490], [#134865], [#134699], [#134663], [#136316], [#135701]) Thanks @fuller-stack-dev, @Patrick-Erichsen, @vyctorbrzezowski, @jalehman, @devzeroLL, and @obviyus.
  • A Gateway that stays up: startup recovers under load and with large agent rosters, malformed legacy cron rows are quarantined instead of blocking boot, migration warnings degrade the Gateway instead of refusing to start, local model servers become the preferred OOM victims, and Windows Gateways stay online after an agent restart. Related [#135743], [#134458], [#135150], [#136275], [#120134], [#134851]. (#132186, [#135773], [#134704], [#135713], [#136276], [#134549], [#134853]) Thanks @galiniliev, @LiuwqGit, @obviyus, @609NFT, @Nielsh82, @Zak-Finance, @vincentkoc, @nerclid, @w1130150306, and @cmanrav.
  • Codex approvals that stick: "Allow Always" is durable for MCP tools on OpenClaw-configured servers, tool approvals follow the session's posture, and approvals granted to an active Codex placement are reused instead of asked again. Related [#132369]. (#136019, [#135812], [#132370]) Thanks @jalehman.
  • Approvals reach your chat: when a delegated system agent proposes a config change or Gateway restart, the approval card is delivered to the originating channel (Telegram topics included) with the requester's title, instead of stalling silently. Related [#136083]. (#134670, [#136091]) Thanks @obviyus.
  • Android catches up with the web UI: the chat screen, sidebar navigation, and appearance settings match the Control UI, the composer grows to six lines, and recording is offered when dictation is unavailable. Related [#125322]. (#134939, [#135923], [#135794]) Thanks @IWhatsskill, @obviyus, @BennyAI2, and @RaviTharuma.

Changes

  • Personal GitHub accounts: connect "My GitHub" beside the system account in your profile, publish pull requests under an explicit personal identity, and switch sessions without re-verifying credentials every time. (#133799, [#136223])
  • Model setup that shows how you are signed in: Model Setup lists account versus API-key access with the runtime-reported email for Codex and Claude candidates, the catalog "+" opens the native Codex or Claude CLI in a terminal, and the provider defaults page autosaves with a simpler model picker footer. Related [#136068]. (#136521, [#136230], [#134813], [#136160]) Thanks @Patrick-Erichsen.
  • New models and usage: support Anthropic Fable 5.1 from shared model metadata, show SuperGrok usage in openclaw models and the usage panel, keep GPT-5.6 Ultra selected across runtime boundaries and configured native accounts, and keep Sonnet 5 pricing current on Vertex. Related [#135623], [#135991], [#135664]. (#135638, [#135766], [#135397], [#136061], [#135761])
  • Local and configured providers: discover llama.cpp models behind web-app endpoints, keep local Ollama routes selectable, auto-enable the Google provider plugin when it is configured, retain externally authenticated providers in the model menu, and refresh model catalogs after auth or config changes without a restart. Related [#135361], [#134731], [#135221], [#134516]. (#135445, [#135095], [#135239], [#135046], [#134361], [#135063], [#135353]) Thanks @gaoanze888, @Bloodis94, @obviyus, @BoatAngle, @Solvely-Colin, and @goslingmanagment.
  • Agent working directories and worktrees: set agents.defaults.cwd or a per-agent cwd and describe directory roles in the prompt, configure a global worktreeRoot, and run up to 100 managed checkouts without sessions being rejected at the limit. Related [#134848], [#135852]. (#135080, [#134872], [#135885], [#135989])
  • Configuration controls: cron.skipMissedJobs skips missed recurring jobs at startup, blockedHostnames on the SSRF policy blocks configured hosts for browser, web fetch, and webhooks, config set accepts --expect-current-json, --expect-current-absent, --dry-run, and --strict-json, and channels.<id>.enabled: false no longer loads that channel plugin. (#135071, [#135097], [#136137], [#136211]) Thanks @vincentkoc.
  • Memory maintenance: openclaw memory reset rebuilds derived indexes without deleting sessions, and recall outcomes from active memory are surfaced to the model. Related [#135086]. (#135653, [#135193]) Thanks @Alix-007, @obviyus, and @wave-workflow.
  • Codex plugin: preserve native history in supervised message forks, let idle chats resume while other chats run, stop interrupting long quiet native turns, keep configured MCP tools on native fallback, honor the user's time zone, keep replies working after sub-plugin config changes, keep inbound audio for automatic voice replies, hide saved reasoning unless enabled, hide node exec when no capable node is connected, keep Codex streams connected under load, and move managed installs to Codex 0.152.1. Related [#134552], [#136143], [#99272], [#122233], [#136015], [#135618], [#135571], [#135978], [#135966], [#135338]. (#134660, [#136196], [#134755], [#134941], [#136172], [#135863], [#135884], [#136008], [#136000], [#135577], [#136184], [#136705]) Thanks @obviyus, @ernestrolfson-design, @itsuzef, @NianJiuZst, @davidcittadini, @vyctorbrzezowski, @hyper-sdn, and @tzlwn1.
  • Session naming and switching: new-session names are prepared after idle typing, switching sessions in large lists is faster with lighter sidebar work and payloads, sidebar catalog groups are capped at five sessions, and New Session and Chat do less startup work. Related [#133702]. (#133724, [#135021], [#135332], [#135574], [#136362], [#136021], [#136040]) Thanks @fuller-stack-dev.
  • Control UI layout: sidebar controls move into the agent header, session context menus are regrouped, the accent color lives with the theme, dashboard widgets fill mobile width, the shared Agent picker and settings pages are streamlined with loading skeletons, hovercards show participants, and Gateway suspension appears in account footers. Related [#135506], [#135535], [#132147]. (#134365, [#135526], [#135547], [#133814], [#134680], [#134684], [#134659], [#134636], [#136542], [#136220], [#134478], [#134764]) Thanks @vyctorbrzezowski, @MoerAI, and @Patrick-Erichsen.
  • Chat polish: compaction gets a folding shimmer, the composer has a stable accessible name and accepts the next prompt right after send, Escape closes the visible session popover, dropdowns reopened stay dismissible, keyboard navigation survives submenu switches, and chat errors can be copied without expanding them. Related [#136441], [#134997], [#135613], [#136070]. (#135988, [#133829], [#135345], [#136445], [#135006], [#135629], [#136085]) Thanks @aniruddhaadak80 and @Takhoffman.
  • macOS app: a streamlined native chat composer, a browser sidebar that can expand past half width, lower idle menu-bar CPU, notifications when background sessions finish, a Talk overlay that survives quick toggles, and speech recognizers reused between voice captures. Related [#136157], [#136562], [#127645]. (#135608, [#136168], [#136572], [#136519], [#135731], [#135401]) Thanks @HuzaifaChaudary and @Colton-Harris.
  • iOS and watchOS: open session dashboards without nested Control UI, disclose model targets and enforce availability, show the latest output when reopening chats, keep Watch and realtime voice replies with their own turn, and explain when a spoken reply times out. Related [#134306], [#135251], [#135693]. (#132983, [#135044], [#135429], [#135697], [#135795], [#135765]) Thanks @fuller-stack-dev and @goslingmanagment.
  • Linux desktop: first-run Gateway choices work without the CLI installed. Related [#135565]. (#135650)
  • Channel controls: Feishu and Matrix deliver the buttons an agent reply offers, and LINE tells the agent which buttons it renders, keeps the words a quick-reply prompt leaves behind, lets a group mention reach the turn that answers it, and gives up a card LINE would refuse instead of losing the reply. Related [#132739], [#134975], [#135187], [#135228]. (#135255, [#133268], [#134915], [#134976], [#135195], [#135229]) Thanks @edenfunf and @ml12580.
  • CLI: channels add/login/logout/remove/resolve accept --agent, mcp --json emits a JSON failure envelope, zsh and Bash completions escape descriptions and option values correctly, heartbeat status shows Gateway ages, sessions tail reports recorded trajectory outcomes, secrets JSON failures stay machine-readable, device approval hints keep their profile context, and TUI picker cancellation routes through shared input. Related [#132347], [#46932], [#136089], [#136406], [#136632], [#136556], [#135089], [#133128]. (#135505, [#132379], [#64490], [#135114], [#136557], [#136093], [#136407], [#136142], [#136633], [#133151]) Thanks @wangmiao0668000666, @EdenKangdw, @walker1211, @jeffrey4341, @qingminglong, @obviyus, and @aniruddhaadak80.
  • Plugins and skills: renamed official plugins migrate by their legacy npm package name, plugin updates require capability consent when prior acceptance is stale while verified first-party plugins are exempt, plugin uninstalls persist across a Gateway restart and keep channel settings, and skill Workshop content, read-only diagnosis, and channel setup are corrected. Related [#134076], [#135726], [#136591]. (#130894, [#134172], [#134933], [#135460], [#135729], [#134759], [#134871], [#136600], [#136615]) Thanks @cxyhhhhh, @RileyJJY, @beastyrabbit, @devzeroLL, @obviyus, and @Patrick-Erichsen.
  • Uninstall and backups: openclaw uninstall defaults to removing only the service and keeps user data, Claude migration backups preserve overwritten generated skills, and backups exclude disabled workspaces, tolerate ACPX-generated symlinks, find managed schedules by identity, keep Git failure diagnostics, and retain the active config through volatile filtering. Related [#125694], [#127403], [#135218], [#136159], [#136118], [#136665]. (#134299, [#134302], [#135830], [#136215], [#136133], [#135455], [#136666]) Thanks @PollyBot13, @kodi, @obviyus, @ericcaiwx-star, @jarvismazz, @LiuwqGit, @wave-workflow, @ly85206559, and @devzeroLL.

Fixes

  • Ingress and token safety: bound concurrent pre-auth reads on SMS webhooks, stop delivering commands to a Watch node after its device is revoked, require the per-process nonce on the Copilot Azure BYOK proxy, isolate webhook rate limits by client, let authorized scoped node tokens be managed by their owner, and reject oversized A2A JSON-RPC batches and responses. (#136504, [#135904], [#134781], [#134622], [#135617], [#134603]) Thanks @drobison00 and @eleqtrizit.
  • Secrets stay redacted: config.get no longer returns unredacted pre-migration snapshots, blank sensitive fields stay editable without being treated as secrets, systemd unit backups no longer leak Gateway tokens, and iOS omits deep-link URLs from logs. Related [#135649], [#131781]. (#134940, [#135798], [#131786], [#134738]) Thanks @SunnyShu0925, @markhaines, @vyctorbrzezowski, and @eleqtrizit.
  • Browser and filesystem boundaries: Chrome MCP --browserUrl endpoints obey the CDP reachability policy, unreviewed Chrome MCP upgrades are blocked, unsupported fill field keys are rejected, sanitized temp file names reject dot segments, and memory sync skips symlinked or non-regular workspace files instead of aborting. Related [#135845], [#131231], [#134967]. (#135857, [#136121], [#131400], [#135803], [#135042]) Thanks @LiuwqGit, @obviyus, @srb11e, @teddytennant, @ruel225, and @kiranvk-2011.
  • Authority boundaries: agent creation stops after delegated authority closes, system-agent setup stops writing after its run closes, unauthorized native /compact returns no response, clients are paused when a role requires a verified identity, guest coding works again in private sandboxes, and dashboard GitHub Actions reads use the agent identity. Related [#136081], [#136219], [#133955], [#37634], [#135515]. (#136090, [#136247], [#131408], [#136420], [#135702], [#135740]) Thanks @igs-rogenlo, @obviyus, @aoclaw-glitch, and @whyuds.
  • Upgrade data safety: identical session event replays migrate cleanly, nested session writes keep their order, schema-17 session repair is atomic, legacy cron rows keep their enabled state and delivery intent, credentials replaced during cleanup are preserved, workspaces survive legacy agent-list upgrades, and per-agent memory search survives Doctor. Related [#134455], [#131113], [#135634], [#135635], [#135637], [#135656], [#134256]. (#134568, [#131456], [#134272], [#132868], [#135736], [#134892], [#134760]) Thanks @shakkernerd, @gaoanze888, @Grynn, @RileyJJY, @obviyus, @CanReader, and @vdruts.
  • Doctor converges: doctor --fix finishes on empty workspace attestations, stale workspace setup loops resolve, incomplete exec-approvals migrations fail loudly and empty stubs retire, contaminated device-pairing records no longer crash migration, Windows Doctor and retained workspace recovery are unblocked, and legacy transcript checks are left to migration. Related [#134445], [#134331], [#135437], [#135968], [#134340], [#131770]. (#134641, [#135755], [#135454], [#135981], [#134483], [#136578], [#134765]) Thanks @leilei3167, @obviyus, @rosssaunders, @jjjhenriksen, @Deregtx, @qdivan, @samson1357924, @LiuwqGit, and @sblindt.
  • Doctor keeps your config: authored values and agents survive repair, official plugin config is preserved before install, external plugin payloads are kept, keyed multi-agent rosters and explicit agent rosters are repaired and persisted, and stale npm plugins are recovered during update repair. Related [#134407], [#134353], [#135450]. (#135671, [#134717], [#135791], [#134706], [#134758], [#135451]) Thanks @fuller-stack-dev, @obviyus, @abacha, and @xiaomijituan.
  • Shared credential migration: interrupted migrations recover, stranded credentials are restored, redundant relocation subsets converge, relocation conflicts are diagnosed with forced-login owners cleared, relogin repairs stale profile order, custom provider SecretRefs survive Doctor, the durable auth order is published on a running Gateway, and shared auth health reports without a default agent. Related [#132605], [#132979], [#135385], [#135140], [#135079], [#135734]. (#134952, [#135346], [#135096], [#134808], [#135739], [#135355], [#135357], [#135847], [#135443], [#134902], [#133978]) Thanks @jodok, @fuller-stack-dev, @Deregtx, @obviyus, @mattcbianco, @dannevang, @yetval, @josephbergvinson, and @lzhan011.
  • Credential writes and state directories: CLI and Gateway state-directory split-brain is detected before credential writes, Model Setup no longer leaves a stale claude-cli key after Claude CLI activation, retained device-auth files and unconfigured agent databases are explained, and stale OpenAI doctor route pins are repaired. Related [#134379], [#101672]. (#134403, [#134779], [#135295], [#102180]) Thanks @obviyus, @leilei3167, @aaajiao, @PollyBot13, @849261680, and @cpwilhelmi.
  • Subagent completions arrive: completions are delivered after busy parent turns, background completion rejections are caught, empty completions are recorded, unsent completions are no longer reported as delivered, rejected requester wakes settle, model reroutes are shown in the completion including rerouted siblings in batched requester wakes, and Swarm completion guidance matches delivery. Related [#134186], [#131734], [#135633], [#135692], [#133517]. (#136423, [#131735], [#135846], [#136524], [#136033], [#135531], [#133660]) Thanks @svdwalt007, @ruel225, @louisfy, @obviyus, @jakestenger, @Grynn, and @MertBasar0.
  • Compaction and context accounting: native compaction is serialized with session writers and kept in one persistent transcript marker, cached usage is no longer overcounted, context usage survives Anthropic proxies that omit usage or cache fields, and status keeps context usage after tool-only turns. Related [#99843], [#126436], [#135530]. (#135441, [#136169], [#99864], [#126473], [#135467], [#134634], [#135580]) Thanks @jjjhenriksen, @obviyus, @LZY3538, @ayaangazali, @jrex-jooni, @Oliverbot26, @Yigtwxx, @goslingmanagment, @dmsrg399, and @VACInc.
  • Fallback and retries: Anthropic refusals are terminal instead of resending, model fallback no longer cycles every provider when the session already holds a turn claim, transient LLM retries have one failover owner that surfaces a persistent outage sooner, and failover counters appear in console logs. Related [#134968], [#134187]. (#134980, [#134219], [#134281], [#135844]) Thanks @Marvinthebored, @obviyus, @tzlwn1, and @svdwalt007.
  • Replies that reach the conversation: stale session dispatches are refreshed so a message after a reset is not dropped, deliveries mirrored into another session are no longer silently lost, an interrupted user message stays in context after restart recovery, fenced code survives duplicate-block collapse byte for byte, commentary progress shows before final validation with unique segment identities, and requester sessions recover after a settle-wake timeout. Related [#135149], [#132766], [#135881], [#135882], [#135949], [#134971], [#135231]. (#135154, [#134083], [#136023], [#135945], [#135954], [#135081], [#135854]) Thanks @brettdaman, @obviyus, @edenfunf, @VACInc, @abacha, @leilei3167, @yetval, @ruel225, @JosephNatsu, @akagifreeez, @tomroberts78, and @nikolascostello.
  • Cron and heartbeat: cancelled runs settle without ending cron retries early, NO_REPLY is preserved after tool calls, proven-not-sent announce deliveries retry, failure-alert outcomes persist, one-shot retries survive startup recovery, immediate main-session wakes are admitted with heartbeat disabled, the first-alert preamble shows once for isolated routes, the configured watchdog timeout is honored, scheduled replies bind to the published runtime, and ISO dates honor time zones. Related [#133743], [#133785], [#135658], [#135836], [#134500], [#135205], [#135435], [#136225]. (#133747, [#135919], [#135985], [#135516], [#135083], [#134648], [#135849], [#135925], [#136256], [#135973], [#135155]) Thanks @shakkernerd, @leilei3167, @obviyus, @Frank683456, @gaoanze888, @yetval, @RayWangyangMa, @rwinkelman, @sunlit-deng, @LowCode191, @virtexvirtuoso, @xialonglee, @jaxonparrott, @Famyoff, and @brettdaman.
  • Cron configuration: kind changes work without an env object, isolated cron add no longer hides a fail-closed announce route, jobs are created with configured Codex app-server auth, legacy shorthand schedules validate their payload, history pages after visibility filtering, Doctor refuses store rewrites another process committed after its snapshot, and account identities are no longer suggested as recipients. Related [#134895], [#136042]. (#134639, [#135003], [#134525], [#135829], [#136043], [#127999], [#134368]) Thanks @solomonneas, @ericcaiwx-star, @obviyus, @sjf-oa, @sjf, @teddytennant, @yetval, and @BryanTegomoh.
  • Sessions and runs: a cyclic session parent chain no longer hangs context building, the Gateway survives late CLI output after a timeout, restart drain counts as ingress idle, stale CLI recovery cannot replace newer sessions, yielded CLI spawns settle, BOOT.md runs when a previous boot session exists, oversized transcript archives stream instead of loading whole, queued cold turns keep CLI continuity, and worktree restore capacity advice is correct. Related [#132581], [#124343], [#134748]. (#131567, [#132582], [#133871], [#135168], [#134974], [#134831], [#136171], [#136283], [#136644], [#136717]) Thanks @igs-rogenlo, @TARSDrakon, @SebTardif, @obviyus, @mushuiyu886, @VACInc, @aoclaw-glitch, @miguelarios, @efe-arv, @liri-ha, and @anyech.
  • Tool results and edits: oc-path patches preserve exact edit bytes, PDF and image analysis survive Code Mode, plugin tools are kept for namespaced allowlist entries, exec selects capable nodes and reports its target, failed /bash commands show their real exit status, sessions_spawn declares its completion-message expectation, and failed-exec warnings are preserved on silent turns. Related [#136530], [#132750], [#131765], [#133385], [#75848], [#135068]. (#136531, [#135037], [#132753], [#131767], [#133414], [#136570], [#135119], [#132756]) Thanks @tommyjoseph, @vyctorbrzezowski, @MoerAI, @alfredjbclaw, and @sashankh.
  • Markdown, links, and media: task lists survive chunk boundaries, literal Markdown and balanced image URLs are preserved, complete markdown links are parsed and link preprocessing is cancelled with the reply, UTF-8 attachments are recognized across sniff boundaries and keep their types when chunks are reused, inferred text is preserved while downloads are rejected promptly, fractional storage limits are reported accurately, and attachment failure cards stay out of durable model history. Related [#127637], [#135921], [#135922], [#136397], [#135061], [#136139], [#136140]. (#135200, [#136228], [#135341], [#132883], [#135227], [#135232], [#135928], [#136402], [#135185], [#136685]) Thanks @teddytennant, @obviyus, @SunnyShu0925, @ly85206559, @gaoanze888, and @snls1994.
  • Slack: replies to existing threads send again, Agent View DMs keep their per-root sessions after a Gateway restart in HTTP mode and collapse correctly when Slack rejects the prompts probe, short replies arrive before progress finalization, quiet previews stay on the latest preamble, socket and relay accounts start without an unused signing secret, pre-dispatch rejections are surfaced, agent RPC messages use the configured identity, and Enterprise thread lookups are not duplicated. Related [#126872]. (#136566, [#136559], [#136510], [#136460], [#134716], [#136092], [#134827], [#132723], [#122078], [#121598]) Thanks @danielduerr, @pash-openai, @zhangguiping-xydt, @Iskam31, and @mikasa0818.
  • Discord: webhook reply limits and delivery outcomes are preserved, missing response IDs no longer falsely confirm delivery, model picker choices apply without false failures, session-busy notices honor reply visibility, error replies stop after a voice consult is cancelled, and voice capture is bound to one lifecycle owner. Related [#135946], [#135947], [#133550], [#135442], [#135340]. (#135963, [#136620], [#135382], [#135444], [#135380], [#135870]) Thanks @Call44 and @LZY3538.
  • Telegram and WhatsApp: durably queued Telegram callbacks are acknowledged promptly, WhatsApp replies are sent unquoted when the quote cache misses so bubbles never render blank, and Doctor reports shadowed ack emoji and lossy acknowledgement scope migrations. Related [#133294], [#127948], [#119317], [#112796]. (#133379, [#127959], [#119501], [#129825]) Thanks @zhangguiping-xydt, @Paeddy87, @Finn763, @markswitch83, @harjothkhara, @obviyus, @abacha, and @yetval.
  • iMessage, Signal, Google Chat, Teams, Matrix, Feishu, Twitch, Tlon: iMessage sends fail fast after the private-API bridge dies and remote attachments survive materialization, Signal publishes terminal status on permanent SSE rejection and rejects invalid UTF-8, Google Chat labeled links keep labels with spaces, Teams keeps thread context without a replyToId and Doctor can load its state checker after a source build, Matrix keeps code out of spoiler collisions and persists its sync cache after schema upgrades, Feishu validates document API outcomes, Twitch names the accessToken key in setup errors, and Tlon preserves parser progress. Related [#135860], [#136104], [#129344], [#136499], [#134741]. (#134572, [#136301], [#136178], [#121569], [#136151], [#129345], [#136509], [#128453], [#134742], [#135106], [#135421], [#135181]) Thanks @omarshahine, @zhangguiping-xydt, @obviyus, @zqchris, @masatohoshino, @sunlit-deng, @ericcaiwx-star, @KimOckHyun, @amalysh, @ruel225, @w9n, and @ly85206559.
  • Channel accounts and delivery: HTTP routes are scoped to account lifetimes, rejected webhook connections are released after answering, failed plugin accounts appear in status and health, explicitly disabled manifest accounts are omitted, explicit channels resolve through the scoped plugin registry, capability timeout reports stay alive, message plugin cleanup runs before the CLI exits, and the selected agent is preserved during plugin discovery. Related [#132886], [#126808], [#135573], [#136538], [#136563]. (#133297, [#126818], [#135082], [#135417], [#135831], [#136539], [#136564], [#135505]) Thanks @zhangguiping-xydt, @goffern, @edenfunf, @obviyus, @ly85206559, @ruel225, and @TailsProwerWorks.
  • Voice, Talk, and TTS: voice-call setup reports missing agent ownership, diagnostic logs stream with backpressure, host cancellation is not reported as a tool failure, Talk consults keep their owner across clients and internal prompts out of later context, narration requests are cancelled when their turn ends, terminal command replies stay text-only, local CLI synthesis inherits request timeouts, OpenAI OAuth audio transcription works again, and Volcengine TTS rejects invalid UTF-8. Related [#132619], [#134883], [#126730], [#82582], [#96135]. (#134739, [#134838], [#134924], [#135031], [#135423], [#134839], [#134802], [#135222], [#135855], [#134010]) Thanks @felixboenkost-droid, @sunlit-deng, @astra-openclaw, @najef1979-code, @yungchentang, @kAIborg24, and @ZengWen-DT.
  • Web chat and Control UI recovery: replies to attachment-only assistant messages are restored, replies appear above queued prompts and hydrated replies reconcile by identity during recovery, WebChat reset denials show without admin scope, Ask OpenClaw connections and conversation recovery are restored, and cloud sessions can be restored from Chat or kept stopped with cleanup failures surfaced. Related [#135507], [#135533], [#134679], [#134727], [#134506]. (#135393, [#135568], [#135715], [#134696], [#134776], [#135024], [#135583]) Thanks @starship863, @jalehman, @rwinkelman, and @obviyus.
  • Control UI chat: new-session sends show immediately under load, sent images stay visible during history handoff and stable on hover, loaded images survive Gateway outages, late dictation transcripts are kept after Stop, the selected agent stays on native progress cards and dashboards, interrupted runs retire from history, commentary reconciles by run and item identity, and speaker names survive conversation exports. Related [#135026], [#135156], [#136437]. (#136069, [#136072], [#136440], [#136446], [#135109], [#135426], [#134714], [#134457], [#134888], [#136439]) Thanks @obviyus, @jadabreu, @rwinkelman, @Synthetic2802, and @RomneyDa.
  • Control UI details: wildcard tool policies display correctly, compact output token counts return, tool-only model auth rows are ignored, the model picker discloses its write scope, unavailable agent harnesses and trusted-proxy login failures are explained, OAuth errors are concise, heartbeat scratch loads read-only, automation links open beyond the loaded page, equivalent Usage filters clear from their menus, format-constrained settings stay editable, the chat face switch gets icons and embedded visibility with standardized menu options, sharing member lists load with skeletons, model provider refresh status is aligned, Inbox stays out of Settings, and the macOS composer shows the Default permission icon. Related [#134306], [#134304], [#135556], [#134916], [#135457], [#135948], [#136568], [#135720], [#134409]. (#135786, [#135951], [#134218], [#134473], [#135118], [#135584], [#135112], [#135508], [#136012], [#136569], [#136603], [#136602], [#136646], [#136647], [#136648], [#136649], [#136650], [#136609], [#135722], [#134413]) Thanks @wantosure, @fuller-stack-dev, @goslingmanagment, @shakkernerd, @gaoanze888, @obviyus, @itsuzef, @Patrick-Erichsen, and @vyctorbrzezowski.
  • Control UI sessions and boards: pinned sessions show a filled neutral pin without repeating titles, group titles stay on one marquee line, question sessions stay on one line, rewind hides while the agent works, task reviews fill the side panel, tall task progress scrolls, board widgets replace on put and Remove matches its menu, Workboard task links recover after cursor rejection, and free-text questions are separated from optionless ones. Related [#134647], [#135705], [#134477]. (#134775, [#134651], [#135523], [#136606], [#135521], [#135926], [#134517], [#135748], [#136637], [#136619], [#134598], [#135524], [#136607], [#136614], [#136527], [#136668], [#134631], [#134732], [#134860], [#134791], [#134653], [#134833], [#135008], [#135681], [#135957], [#134686], [#135724], [#136002]) Thanks @Patrick-Erichsen, @obviyus, @asgeirtj, @VACInc, @teddytennant, @shakkernerd, @goslingmanagment, and @Grynn.
  • Pull request tooling in the Control UI: an explicitly approved replacement head is recovered, merge receipts finish when main advances, merges invoked from another checkout are recovered, ignored files are preserved, quota failures are distinguished from authentication errors, and GitHub sign-in works when anonymous API quota is exhausted with the CLI preflighted before device authorization. Related [#135496], [#135335], [#134701], [#135872], [#135028]. (#135622, [#135396], [#134778], [#135500], [#135657], [#135873], [#134724], [#135301]) Thanks @mushuiyu886, @obviyus, and @jadabreu.
  • macOS app fixes: confirmed setup cancellation and onboarding failures are shown clearly with retry actions, misleading AI setup progress is replaced, computer input works after execution, bounded native pipe reads and final drains are centralized, native notifications are cancelled before side effects, and completions are delivered before notification status arrives. Related [#134573], [#134800], [#134621], [#136206], [#136207], [#136208]. (#134654, [#134756], [#135041], [#134689], [#136214], [#135796], [#136683]) Thanks @gaoanze888 and @wbstrbt.
  • iOS fixes: assistant text selection survives long press, duplicate replies after a history refresh are gone, and dependency resolution works with WebRTC 152. Related [#135217], [#135249]. (#135430, [#135789], [#134942]) Thanks @Solvely-Colin and @nikolaihack.
  • Android fixes: sends are prevented with auth-unavailable models, credentials are masked with correct secret input behavior, reconnect cleanup stays scoped to its connection, reconnected and queued messages no longer get stuck or reappear after deletion, health is rechecked when Refresh races a queued send, chat choices and live appearance updates are preserved, narrow composers stay readable, the settings conversation keeps its position, and refresh results and progress stay current. Related [#135874], [#136047], [#128926], [#136638]. (#134884, [#136352], [#135878], [#135961], [#136161], [#136413], [#136173], [#135432], [#136550], [#136643]) Thanks @fuller-stack-dev and @aniruddhaadak80.
  • Installers: Windows installs tolerate npm stderr warnings, use basic parsing for MinGit downloads, and keep the portable Node extraction fallback; the installer no longer points at a log that does not exist; Docker images install libgomp1 for managed llama.cpp and build the explicitly selected WhatsApp plugin; and source installs use isolated linking to reduce filesystem churn. Related [#134638], [#134439], [#120659]. (#134385, [#134412], [#135410], [#134655], [#134532], [#120660], [#135728]) Thanks @ly85206559, @mohamedelrefaiy, @chelsealong, @henrique-simoes, and @fr-meyer.
  • Plugins: orphan installs recover without weakening ownership, ambiguous copied plugin paths are rejected, build stamps are ignored in registry freshness, plugin load errors survive retries, complete config errors are reported, the Weixin package compatible with the current SDK is selected, scoped ClawHub specs match in uninstall warnings, optional hook-pack dependencies install, inspection diagnostics and configured policy are preserved, lifecycle-less prepared channel turns run, packaged setup and TSX build artifacts resolve, the persisted registry refreshes when source mounts change, and plugin updates rediscover restored payloads instead of reusing stale cached facts after a reinstall. Related [#134321], [#136357], [#134657], [#136046], [#136594], [#136595], [#114020], [#135990], [#136455], [#136456], [#136516]. (#134590, [#136373], [#134780], [#134874], [#93842], [#134854], [#135749], [#136050], [#136596], [#135179], [#135993], [#135245], [#135820], [#134719], [#136458], [#136517]) Thanks @MoerAI, @obviyus, @abacha, @LiuwqGit, @Dresch63, @RayWangyangMa, @axiom-ncis, @bladin, @teddytennant, @nissl24, @fridaylans2000-art, @jooey, and @ssaade01.
  • Memory: automatic reindex recovers after concurrent writes, orphaned workspace locks recover after PID reuse, deep consolidation works with explicit ownership, clean transient CLI searches stay off the reindex path, index identity mismatches are attributed, unnecessary full rebuilds are avoided, replies stay responsive during legacy index repair, cache overflow is prevented during forced reindex, embeddings honor the environment proxy and resolve profile auth, and embedded session recall returns the newest history. Related [#134332], [#134999], [#134687], [#135459], [#135641], [#134337], [#135414], [#136656]. (#134333, [#135051], [#135166], [#135520], [#135864], [#136064], [#135062], [#135373], [#134858], [#134744], [#135415], [#136657], [#131329]) Thanks @TheAngryPit, @obviyus, @pengzh1, @gru-10k, @zhangguiping-xydt, @giangthb, @gaoanze888, @LifeViwer, @yetval, @CjTruHeart, @ThatGuySizemore, @Artemeey, @0x-Parzival, and @hartmark.
  • Model harness selection: model selections without an activatable harness are rejected with the reason explained, utility completions route through the selected runtime, scheduled model aliases stay scoped to the selected agent, models status skips refresh with a matching agent directory override, harness policy reasons are preserved, and the Claude subprocess keeps its failure diagnostics. Related [#134305], [#134304], [#135566], [#134690]. (#134837, [#135118], [#135711], [#135069], [#134862], [#135206], [#134794]) Thanks @fuller-stack-dev and @goslingmanagment.
  • Providers and CLIs on PATH: claude-cli connects through PATH shims, Windows bare commands resolve through PATHEXT with empty entries dropped, native Claude login is preserved for blank node-host credentials, the CLI-backend run honors the fallback delegation gate, Responses continuations survive admitted tool arguments and exclude tools from the request-equality check, zai honors thinkingLevelMap, DeepInfra refreshes estimates from native pricing, Model Studio cache defaults are honored, Bedrock rejects malformed embedding encodings, and OpenCode Go sends the required User-Agent. Related [#135013], [#134960], [#134709], [#135538]. (#135124, [#135138], [#135807], [#134932], [#115405], [#134423], [#132951], [#132697], [#134893], [#135093], [#133716], [#135588]) Thanks @zhangguiping-xydt, @obviyus, @masatokawano, @gaoanze888, @Vasanthdev2004, @teddytennant, @MertBasar0, @hartmark, @wangjx-xydt, @RileyJJY, and @VACInc.
  • Local models: llama.cpp context-size-exceeded is treated as overflow, managed release archives extract safely, managed server inspection responses are bounded, and local providers are stopped before Gateway shutdown. Related [#133860], [#134649]. (#133888, [#129035], [#132490], [#134890]) Thanks @gokay-ai, @cursoragent, @Areson, @pgondhi987, @RileyJJY, @MoerAI, @obviyus, and @Deregtx.
  • MCP and tools: OAuth-authenticated MCP requests carry a Content-Length, MCP runtimes are not evicted during requester resolution, MCP lint finishes when SQLite is busy, agents_wait deadlines stay monotonic, approval grant lifetimes are validated, terminal summaries release after nested calls settle, and tool-loop warnings are bucketed. Related [#136204], [#134605]. (#136234, [#134819], [#134698], [#135292], [#133806], [#135398], [#135103]) Thanks @LiuwqGit, @obviyus, @Volevanius, @qingminglong, and @pfrederiksen.
  • Browser tool: tab enumeration has its own budget separate from the CDP handshake timeout, messages are no longer interrupted during startup recovery, standalone routing errors and cropped screenshots are avoided, native action cancellation is isolated by page, and stale group updates no longer revoke valid commands. Related [#132452], [#136464], [#135176]. (#135219, [#135016], [#135315], [#136465], [#135186]) Thanks @SunnyShu0925, @obviyus, @alexph-dev, @jesse-merhi, and @rwinkelman.
  • Nodes and devices: the openclaw node worker exits after a stop even with stdin held open, same-install CLI nodes are classified correctly, ambiguity between current node clients is preserved, recently connected nodes stay in list age filters, remote exec hides without an executable node, node wakes retry after clock rollback, presence expires after rollback and stays bounded, and the rejected setup-code warning is clarified. Related [#135661], [#136593], [#136635], [#135914]. (#135665, [#136604], [#136636], [#135936], [#136067], [#133354], [#134737], [#134740], [#134795], [#136654]) Thanks @Colton-Harris, @obviyus, @qingminglong, @lzhan011, @0x-Parzival, and @eleqtrizit.
  • Gateway networking: SSH tunnel stop awaits process reaping, probe tunnels are abortable and handle SIGINT/SIGTERM, listener timeouts ignore clock skew, long temp paths no longer break desktop tunnels, socat forwards that name OpenClaw are distinguished, the tailscale sudo fallback names the operator fix, Accept media-range precedence is honored, invalid utcOffset values are rejected, and usage peak hours survive daylight saving. Related [#127457], [#127591], [#135706], [#124567]. (#133847, [#135182], [#135281], [#135456], [#133381], [#135825], [#118197], [#124568], [#135153], [#125378]) Thanks @aniruddhaadak80, @obviyus, @xialonglee, @ly85206559, @ericcaiwx-star, @cursoragent, @pengzh1, @ezimerman, @peterolkhov, @zyw02, @qdivan, and @tzlwn1.
  • Gateway serving and status: encoded and symlinked Control UI assets load, stale 304 responses are avoided, retained asset memory is bounded, APNG icons go through the shared image policy, small hosts no longer get false RSS critical alerts, delivery queue warnings appear in detailed status, active probes are reported when the preferred account is unconfigured, wait deadlines are not reported as draining, terminal timeout reasons stay in the sidebar, session-observer failures show their real cause, and method discovery no longer loads session storage. Related [#136442], [#136443], [#135606], [#136106], [#136415], [#136640], [#136598], [#135305]. (#136444, [#135619], [#136108], [#136417], [#136641], [#134889], [#136599], [#135797], [#135466], [#135337], [#135102], [#135105], [#136676]) Thanks @vincentkoc, @LiuwqGit, and @Cobblestone-Digital1.
  • Sessions store and CLI selectors: strict transcript appends work without a storePath, configured transcript stores are honored, incognito sessions stay in their explicit environment, ACP metadata comes from the selected agent, blank --session-id, --session-key, --store, --every, suspend wait, dead-letter, and agent selectors are rejected instead of silently defaulted, --target-file reads are bounded, and deeply nested config mutations are stack-safe. Related [#136198], [#136217], [#136224], [#136662], [#129734]. (#136201, [#136221], [#136227], [#136280], [#134797], [#134799], [#135742], [#135270], [#135848], [#136664], [#134957], [#129918], [#135273], [#136574]) Thanks @marmar9615-cloud, @obviyus, @qingminglong, @masatohoshino, @xialonglee, @SunnyShu0925, @hpyhandsome, and @SebTardif.
  • Skills and worktrees: one profile cannot exhaust pending ZIP imports, Doctor reports plugin version drift after upgrades and blocked workspace migration cleanup, tailscale-managed ingress recovers after upgrades, concurrent session starts avoid duplicate Git work, canonical skill names survive discovery and the Workshop, and ordinary replies no longer trigger eager skill discovery. Related [#135587], [#136493]. (#135593, [#134719], [#134751], [#135394], [#134912], [#136495], [#136716]) Thanks @jjjhenriksen.
  • Config and terminal output: the CLI suggests config patch --file when a shell strips JSON quotes, openclaw config shows approval allowlist no-op snapshots, tabbed table columns stay aligned, authored hyperlink destinations survive in the TUI, duration quantities are preserved across locales, and console trace stacks are kept without duplicate errors. Related [#135164], [#136573], [#136468]. (#135203, [#136574], [#136312], [#136469], [#133224], [#136066], [#135932]) Thanks @SunnyShu0925 and @wojtek76.
  • Lower memory: reduce memory spikes in catalogs, resets, and chat, release retained Gateway and Activity memory, cut memory held by transcript scans and chat views, decode and capture large command output with less memory, drop repeated JSON copies of Code Mode results, release completed log payloads and evicted queue entries, and reduce memory used by HTTP response bodies and CodeMode between tool calls. (#134722, [#134891], [#135326], [#135189], [#135894], [#135898], [#135918], [#136030], [#136416], [#134954], [#135040], [#135183], [#136567], [#136340])
  • Faster replies and streaming: less overhead for concurrent and long streaming replies, faster concurrent final-answer streaming, pending streamed replies kept current, reduced work during streaming event delivery, faster CodeMode and session lookup, reduced turn preparation, cheaper session metadata reads, lower approval tracking across concurrent runs, and faster fence-aware message chunking. Related [#135750]. (#136350, [#135751], [#136180], [#136041], [#136249], [#136296], [#134935], [#134673], [#136391], [#136205], [#135208], [#135220], [#135204], [#135034], [#135014], [#134930], [#135626], [#135607], [#136428], [#136425], [#136099], [#135464], [#135390], [#135504], [#135514]) Thanks @quangtran88.
  • Faster startup and plugins: faster Doctor bootstrap and cold Doctor in built checkouts, CLI-only code no longer loads at startup, plugin catalogs and known contribution owners avoid full scans, catalog worker imports are scoped, verified metadata is reused during startup, unused discovery is skipped for read-only catalog queries, the Claude Code catalog refresh no longer re-scans the projects tree on every poll, and shell commands have shorter cold starts. Related [#136385], [#135893], [#134864]. (#136500, [#136399], [#133105], [#135260], [#135953], [#135486], [#136141], [#136020], [#136222], [#136124], [#134581], [#134807], [#134812], [#134814], [#135169], [#135172], [#135091], [#135073], [#135121], [#136063], [#136080], [#136162], [#136398], [#136401], [#136403], [#136381], [#135998], [#135986], [#135942], [#135931], [#135077], [#135048], [#135007]) Thanks @ly85206559, @zeroaltitude, @obviyus, @LiuwqGit, and @rwinkelman.
  • Faster UI, terminal, and logging: cheaper Control UI history and config processing, side panel and Workboard styles load with their owners, Settings English is deferred, attributed Markdown and reply formatting allocate less, terminal tables and SGR handling avoid character arrays, and log formatting, payload counting, and tail trimming do less work. (#135851, [#136186], [#135131], [#135950], [#135725], [#136014], [#136389], [#135473], [#136451], [#136479], [#136380], [#135602], [#135625], [#136435], [#134979], [#135974], [#136028], [#136393], [#136404], [#135476], [#135477], [#135475], [#135597], [#136450], [#136457], [#136418], [#135094], [#135107], [#135116], [#135162], [#134978], [#134988], [#134998], [#136377], [#135135], [#134746]) Thanks @arpe1618 and @vincentkoc.
  • Compaction, updates, and diagnostics: update recovery modules load only when an update starts, the Docker upgrade survivor stops before the package update, diagnostics keep explicit fleet ownership and read-only work off the SQLite writer lifecycle, maintenance leases renew during synchronous work, and worker state closes before its runtime directory is removed. Related [#135684]. (#135942, [#135561], [#135447], [#136010], [#134880], [#134911]) Thanks @fuller-stack-dev, @obviyus, @Grynn, and @rwinkelman.

Complete contribution record

This audited record covers the complete 999239d745d9cf73b0bf5c8791944565ecd3fcf2..c0433bc59efc6a6ccde0363dd6f5dabbbbc950f3 history: 1,195 in-range PRs + 0 retained seed-only PRs = 1,195 unique PRs. The generation manifest also supplies direct commits as editorial input; the grouped notes above prioritize user impact.

Shipped baseline exclusions: v2026.8.1 (14 PRs: [#109622], [#111527], [#112678], [#112967], [#117561], [#119051], [#121394], [#128548], [#129174], [#130030], [#131220], [#131228], [#131717], [#131811]); v2026.8.2 (8 PRs: [#133773], [#133963], [#134103], [#134111], [#134207], [#134208], [#134428], [#134870]).

Pull requests

  • PR [#134568] Related [#134455]. Thanks @shakkernerd.
  • PR [#134083] Related [#132766]. Thanks @edenfunf and @VACInc and @abacha.
  • PR [#134478] Thanks @Patrick-Erichsen.
  • PR [#134637]
  • PR [#134642]
  • PR [#134645]
  • PR [#134646]
  • PR [#134652]
  • PR [#134643] Thanks @vincentkoc.
  • PR [#134630] Thanks @vincentkoc.
  • PR [#134656]
  • PR [#134661]
  • PR [#134672]
  • PR [#134671]
  • PR [#134537]
  • PR [#134627]
  • PR [#134675]
  • PR [#134676]
  • PR [#134669]
  • PR [#134590] Related [#134321]. Thanks @MoerAI and @obviyus and @abacha.
  • PR [#134593]
  • PR [#134272] Thanks @RileyJJY and @obviyus.
  • PR [#134654] Related [#134573].
  • PR [#134673]
  • PR [#134677] Thanks @vincentkoc.
  • PR [#134694]
  • PR [#134634] Thanks @goslingmanagment and @dmsrg399.
  • PR [#134698] Related [#134605]. Thanks @obviyus and @pfrederiksen.
  • PR [#134631] Thanks @Patrick-Erichsen.
  • PR [#134707]
  • PR [#134641] Related [#134445]. Thanks @leilei3167 and @obviyus and @rosssaunders.
  • PR [#134536]
  • PR [#134717] Related [#134407]. Thanks @obviyus and @abacha.
  • PR [#134702]
  • PR [#134651] Related [#134647]. Thanks @Patrick-Erichsen.
  • PR [#134691] Thanks @vincentkoc.
  • PR [#134650] Thanks @vincentkoc.
  • PR [#134720]
  • PR [#134704] Related [#134458]. Thanks @obviyus and @Nielsh82.
  • PR [#134693]
  • PR [#134695] Thanks @vincentkoc.
  • PR [#134706]
  • PR [#134728]
  • PR [#134483] Related [#134340]. Thanks @qdivan and @obviyus and @samson1357924.
  • PR [#134733]
  • PR [#134732] Thanks @Patrick-Erichsen.
  • PR [#134653] Thanks @Patrick-Erichsen.
  • PR [#134684] Thanks @Patrick-Erichsen.
  • PR [#134722]
  • PR [#134716] Thanks @pash-openai.
  • PR [#134747]
  • PR [#134581]
  • PR [#134688]
  • PR [#134754]
  • PR [#134751]
  • PR [#134668]
  • PR [#132917] Related [#132862]. Thanks @xydt-juyaohui and @obviyus and @lakemike.
  • PR [#132199] Thanks @africoding.
  • PR [#134686]
  • PR [#134626]
  • PR [#134699] Related [#134204]. Thanks @Patrick-Erichsen and @vyctorbrzezowski.
  • PR [#134760] Related [#134256]. Thanks @obviyus and @vdruts.
  • PR [#134763]
  • PR [#134765] Related [#131770]. Thanks @obviyus and @LiuwqGit and @sblindt.
  • PR [#134745] Thanks @vincentkoc.
  • PR [#131619] Thanks @MertBasar0.
  • PR [#134746] Thanks @vincentkoc.
  • PR [#134517] Thanks @VACInc.
  • PR [#134724]
  • PR [#134764] Thanks @Patrick-Erichsen.
  • PR [#134782]
  • PR [#134473] Related [#134306]. Thanks @fuller-stack-dev and @goslingmanagment.
  • PR [#132727] Thanks @qingminglong.
  • PR [#134752]
  • PR [#132868] Thanks @CanReader and @obviyus.
  • PR [#134172] Related [#134076]. Thanks @RileyJJY and @beastyrabbit.
  • PR [#134793]
  • PR [#134659] Thanks @Patrick-Erichsen.
  • PR [#134792]
  • PR [#134762] Thanks @vincentkoc.
  • PR [#134791] Thanks @Patrick-Erichsen.
  • PR [#115405] Thanks @MertBasar0.
  • PR [#122726] Related [#122372]. Thanks @191612731-cloud and @vincentkoc.
  • PR [#134598] Related [#134477]. Thanks @Patrick-Erichsen and @goslingmanagment.
  • PR [#134632]
  • PR [#134696] Related [#134679].
  • PR [#129825] Related [#112796]. Thanks @zhangguiping-xydt and @obviyus and @yetval.
  • PR [#131567] Thanks @igs-rogenlo.
  • PR [#134351] Related [#134323].
  • PR [#134739] Related [#132619]. Thanks @felixboenkost-droid.
  • PR [#134712]
  • PR [#134758]
  • PR [#124672] Thanks @qingminglong.
  • PR [#134778] Related [#134701].
  • PR [#134708] Related [#134692].
  • PR [#134775] Thanks @Patrick-Erichsen.
  • PR [#134636] Thanks @Patrick-Erichsen.
  • PR [#134825]
  • PR [#122628] Thanks @sunlit-deng and @obviyus.
  • PR [#134719]
  • PR [#134820]
  • PR [#134811]
  • PR [#134822]
  • PR [#134808] Related [#132979]. Thanks @fuller-stack-dev.
  • PR [#127999] Thanks @yetval and @obviyus.
  • PR [#134759]
  • PR [#134412] Thanks @ly85206559.
  • PR [#133354] Thanks @qingminglong.
  • PR [#134832]
  • PR [#134814]
  • PR [#134548]
  • PR [#134844] Thanks @vincentkoc.
  • PR [#134833]
  • PR [#133220] Related [#133171]. Thanks @SunnyShu0925 and @ruel225.
  • PR [#134836]
  • PR [#134840]
  • PR [#133414] Related [#133385]. Thanks @MoerAI.
  • PR [#134776] Related [#134727].
  • PR [#134299] Related [#125694]. Thanks @PollyBot13 and @kodi.
  • PR [#134804]
  • PR [#134847] Thanks @vincentkoc.
  • PR [#134845]
  • PR [#134809]
  • PR [#134805] Thanks @vincentkoc.
  • PR [#133105] Thanks @ly85206559.
  • PR [#134838] Thanks @sunlit-deng.
  • PR [#134861] Thanks @vincentkoc.
  • PR [#134856] Thanks @vincentkoc.
  • PR [#134361] Thanks @obviyus.
  • PR [#134852]
  • PR [#134877]
  • PR [#134863]
  • PR [#134821] Thanks @vincentkoc.
  • PR [#114678] Thanks @harjothkhara and @obviyus.
  • PR [#134802] Related [#82582]. Thanks @najef1979-code.
  • PR [#132723] Thanks @zhangguiping-xydt.
  • PR [#134885]
  • PR [#134660] Related [#134552].
  • PR [#134874]
  • PR [#134882]
  • PR [#134674]
  • PR [#134857]
  • PR [#134894]
  • PR [#132186] Thanks @galiniliev.
  • PR [#119501] Related [#119317]. Thanks @harjothkhara and @obviyus and @abacha.
  • PR [#134842]
  • PR [#134879]
  • PR [#134909]
  • PR [#134824]
  • PR [#134281] Thanks @obviyus.
  • PR [#132883] Related [#127637]. Thanks @SunnyShu0925.
  • PR [#134928]
  • PR [#132756] Thanks @sashankh.
  • PR [#134923]
  • PR [#134889]
  • PR [#134927] Related [#134919].
  • PR [#134828] Related [#134823].
  • PR [#134860] Thanks @Patrick-Erichsen.
  • PR [#134936]
  • PR [#134921]
  • PR [#134932]
  • PR [#134908]
  • PR [#134933]
  • PR [#134812]
  • PR [#134813] Thanks @Patrick-Erichsen.
  • PR [#134930]
  • PR [#102180] Related [#101672]. Thanks @849261680 and @obviyus and @cpwilhelmi.
  • PR [#132477]
  • PR [#134837] Related [#134305]. Thanks @fuller-stack-dev and @goslingmanagment.
  • PR [#134827]
  • PR [#134872] Related [#134848].
  • PR [#134949]
  • PR [#134742] Related [#134741]. Thanks @w9n and @obviyus.
  • PR [#134940]
  • PR [#134935]
  • PR [#134907] Thanks @fuller-stack-dev.
  • PR [#134950]
  • PR [#134961]
  • PR [#134912]
  • PR [#134585]
  • PR [#134905]
  • PR [#134954]
  • PR [#134973]
  • PR [#134946]
  • PR [#134881]
  • PR [#134981]
  • PR [#134942]
  • PR [#134978]
  • PR [#134601]
  • PR [#131691] Related [#131491]. Thanks @LiuwqGit and @meircohen.
  • PR [#134711] Thanks @qingminglong.
  • PR [#134983]
  • PR [#134926] Thanks @vincentkoc.
  • PR [#134979]
  • PR [#134876] Thanks @vincentkoc.
  • PR [#134947]
  • PR [#134904] Thanks @vincentkoc.
  • PR [#134934]
  • PR [#134734]
  • PR [#134884] Thanks @fuller-stack-dev.
  • PR [#134917] Thanks @qingminglong.
  • PR [#134958] Thanks @vincentkoc.
  • PR [#134962] Thanks @vincentkoc.
  • PR [#134948]
  • PR [#134302] Related [#127403]. Thanks @PollyBot13.
  • PR [#134977] Thanks @vincentkoc.
  • PR [#134991]
  • PR [#134893] Related [#134709].
  • PR [#134986]
  • PR [#134888]
  • PR [#135011]
  • PR [#134850] Related [#134841].
  • PR [#134984]
  • PR [#135001]
  • PR [#134952]
  • PR [#134607] Thanks @vincentkoc and @obviyus.
  • PR [#134725] Related [#134718].
  • PR [#120105] Thanks @qingminglong and @vincentkoc.
  • PR [#135004]
  • PR [#134964]
  • PR [#135015]
  • PR [#134913]
  • PR [#135020]
  • PR [#134998]
  • PR [#134988]
  • PR [#135021]
  • PR [#134519] Thanks @RomneyDa.
  • PR [#135007]
  • PR [#135008]
  • PR [#134965]
  • PR [#134466]
  • PR [#134854]
  • PR [#134966]
  • PR [#135025]
  • PR [#135040]
  • PR [#135005] Thanks @vincentkoc.
  • PR [#134891]
  • PR [#134839]
  • PR [#135014]
  • PR [#132627] Thanks @Alix-007.
  • PR [#134944]
  • PR [#135012] Thanks @vincentkoc.
  • PR [#134992] Thanks @vincentkoc.
  • PR [#135037]
  • PR [#134807]
  • PR [#134670] Thanks @obviyus.
  • PR [#134799] Thanks @marmar9615-cloud.
  • PR [#135050]
  • PR [#135048]
  • PR [#135027]
  • PR [#134714]
  • PR [#122730] Related [#121083]. Thanks @191612731-cloud and @fujixm5.
  • PR [#134875] Related [#134867].
  • PR [#133778] Thanks @qingminglong.
  • PR [#120645] Thanks @firepinn.
  • PR [#135039]
  • PR [#135046] Related [#134516]. Thanks @goslingmanagment.
  • PR [#134423] Thanks @hartmark.
  • PR [#135034]
  • PR [#125791] Thanks @santhiprakash.
  • PR [#135029]
  • PR [#135030]
  • PR [#134862]
  • PR [#120913] Thanks @qingminglong.
  • PR [#135033]
  • PR [#135043]
  • PR [#125378] Thanks @qdivan.
  • PR [#135047]
  • PR [#135076]
  • PR [#134740] Thanks @lzhan011 and @0x-Parzival.
  • PR [#134880]
  • PR [#134385] Thanks @ly85206559.
  • PR [#135064]
  • PR [#134831] Related [#134748]. Thanks @miguelarios.
  • PR [#134797] Thanks @marmar9615-cloud.
  • PR [#135065]
  • PR [#134915] Thanks @edenfunf.
  • PR [#134902]
  • PR [#135074]
  • PR [#135066]
  • PR [#135069]
  • PR [#121569] Thanks @sunlit-deng.
  • PR [#135095] Related [#134731]. Thanks @obviyus and @BoatAngle.
  • PR [#133806] Thanks @qingminglong.
  • PR [#135072]
  • PR [#135073]
  • PR [#134010] Thanks @ZengWen-DT.
  • PR [#135078]
  • PR [#134362]
  • PR [#135094]
  • PR [#133814] Related [#132147]. Thanks @MoerAI and @vyctorbrzezowski.
  • PR [#135070]
  • PR [#135096] Related [#132605]. Thanks @jodok.
  • PR [#133297] Related [#132886]. Thanks @zhangguiping-xydt and @goffern.
  • PR [#135075]
  • PR [#135101]
  • PR [#135019] Thanks @xialonglee and @obviyus.
  • PR [#135062]
  • PR [#132623] Thanks @sunlit-deng.
  • PR [#135031] Related [#126730]. Thanks @astra-openclaw.
  • PR [#135090]
  • PR [#120161] Thanks @qingminglong.
  • PR [#134924] Related [#134883].
  • PR [#135091]
  • PR [#128453] Thanks @ruel225.
  • PR [#134892]
  • PR [#135105]
  • PR [#134835] Related [#134834].
  • PR [#133716] Thanks @RileyJJY.
  • PR [#135107]
  • PR [#135110] Thanks @vincentkoc.
  • PR [#135103]
  • PR [#121598] Thanks @mikasa0818.
  • PR [#135082]
  • PR [#135120]
  • PR [#135051] Related [#134999]. Thanks @pengzh1 and @obviyus and @gru-10k.
  • PR [#135098]
  • PR [#135099]
  • PR [#135116]
  • PR [#135113] Thanks @vincentkoc.
  • PR [#129035] Thanks @pgondhi987.
  • PR [#135108]
  • PR [#135102]
  • PR [#134221] Thanks @fuller-stack-dev.
  • PR [#135123] Related [#135104].
  • PR [#134794] Related [#134690].
  • PR [#135114] Related [#135089]. Thanks @walker1211.
  • PR [#64490] Thanks @EdenKangdw and @walker1211.
  • PR [#135121]
  • PR [#135122]
  • PR [#135119] Related [#135068].
  • PR [#135128]
  • PR [#135100]
  • PR [#135141]
  • PR [#134969]
  • PR [#118197] Thanks @peterolkhov.
  • PR [#135042] Related [#134967]. Thanks @ruel225 and @obviyus and @kiranvk-2011.
  • PR [#120660] Related [#120659]. Thanks @fr-meyer.
  • PR [#135136]
  • PR [#123220] Thanks @wanyongstar.
  • PR [#122078] Thanks @Iskam31.
  • PR [#123893]
  • PR [#135003] Related [#134895]. Thanks @ericcaiwx-star and @obviyus.
  • PR [#135157] Thanks @vincentkoc.
  • PR [#135006] Related [#134997].
  • PR [#135109] Related [#135026]. Thanks @obviyus and @jadabreu.
  • PR [#135165]
  • PR [#134890] Related [#134649]. Thanks @MoerAI and @obviyus and @Deregtx.
  • PR [#135161]
  • PR [#135126] Thanks @vincentkoc.
  • PR [#135063]
  • PR [#134655] Related [#134638]. Thanks @mohamedelrefaiy.
  • PR [#135118] Related [#134304]. Thanks @fuller-stack-dev and @goslingmanagment.
  • PR [#135059] Thanks @vincentkoc.
  • PR [#134744] Thanks @0x-Parzival.
  • PR [#135162]
  • PR [#134957] Thanks @xialonglee and @obviyus.
  • PR [#135172]
  • PR [#135131]
  • PR [#134490] Thanks @fuller-stack-dev.
  • PR [#135146] Thanks @vincentkoc.
  • PR [#135125]
  • PR [#135170]
  • PR [#135169]
  • PR [#135183]
  • PR [#132951] Thanks @hartmark.
  • PR [#135158]
  • PR [#134937]
  • PR [#135201]
  • PR [#133224]
  • PR [#135159]
  • PR [#135160]
  • PR [#133268] Related [#132739]. Thanks @edenfunf and @ml12580.
  • PR [#135106]
  • PR [#135204]
  • PR [#135189]
  • PR [#135181]
  • PR [#135186] Related [#135176].
  • PR [#135081] Related [#134971]. Thanks @akagifreeez and @obviyus and @tomroberts78.
  • PR [#135207]
  • PR [#134780] Related [#134657]. Thanks @RayWangyangMa and @obviyus and @axiom-ncis.
  • PR [#134910]
  • PR [#135153]
  • PR [#135246]
  • PR [#135257]
  • PR [#135206] Thanks @fuller-stack-dev.
  • PR [#135259]
  • PR [#134403] Thanks @obviyus.
  • PR [#135232]
  • PR [#135220]
  • PR [#135208]
  • PR [#135258]
  • PR [#132582] Related [#132581]. Thanks @TARSDrakon.
  • PR [#135145]
  • PR [#135235]
  • PR [#135222]
  • PR [#135226]
  • PR [#135265]
  • PR [#135269]
  • PR [#135271]
  • PR [#135260]
  • PR [#134738] Thanks @eleqtrizit.
  • PR [#135289]
  • PR [#135275]
  • PR [#135274]
  • PR [#135245] Thanks @ssaade01.
  • PR [#135254]
  • PR [#135285]
  • PR [#135294]
  • PR [#134903]
  • PR [#134911]
  • PR [#134779] Related [#134379]. Thanks @leilei3167 and @obviyus and @aaajiao.
  • PR [#135288]
  • PR [#133799]
  • PR [#135306]
  • PR [#133379] Related [#133294]. Thanks @zhangguiping-xydt and @Paeddy87.
  • PR [#135124] Related [#135013]. Thanks @zhangguiping-xydt and @obviyus and @masatokawano.
  • PR [#135155] Thanks @brettdaman and @obviyus.
  • PR [#131456] Related [#131113]. Thanks @gaoanze888 and @Grynn.
  • PR [#135317]
  • PR [#135319]
  • PR [#135325]
  • PR [#135148]
  • PR [#135323]
  • PR [#135326]
  • PR [#131017] Related [#130918]. Thanks @Alix-007 and @emes.
  • PR [#135077] Related [#134864].
  • PR [#132571] Thanks @edenfunf.
  • PR [#134980] Related [#134968]. Thanks @Marvinthebored and @obviyus.
  • PR [#135227]
  • PR [#135312]
  • PR [#135360]
  • PR [#135322]
  • PR [#135332]
  • PR [#135321]
  • PR [#135304]
  • PR [#135313]
  • PR [#134781] Thanks @eleqtrizit.
  • PR [#135138] Related [#134960]. Thanks @gaoanze888 and @Vasanthdev2004.
  • PR [#135346]
  • PR [#135345] Thanks @Takhoffman.
  • PR [#135355] Related [#135140]. Thanks @obviyus and @mattcbianco.
  • PR [#135363]
  • PR [#135287]
  • PR [#134865]
  • PR [#131329] Thanks @hartmark.
  • PR [#135369]
  • PR [#135368]
  • PR [#135353]
  • PR [#135357] Related [#135079]. Thanks @obviyus and @dannevang.
  • PR [#135374]
  • PR [#134974] Related [#124343]. Thanks @VACInc and @aoclaw-glitch.
  • PR [#135302]
  • PR [#135382] Related [#133550]. Thanks @Call44.
  • PR [#135407] Thanks @itsuzef.
  • PR [#135279] Thanks @qingminglong.
  • PR [#135185] Related [#135061]. Thanks @gaoanze888 and @obviyus and @snls1994.
  • PR [#135373]
  • PR [#135426] Related [#135156]. Thanks @obviyus and @rwinkelman and @Synthetic2802.
  • PR [#135303]
  • PR [#134680] Thanks @Patrick-Erichsen.
  • PR [#135444] Related [#135442].
  • PR [#135390]
  • PR [#135474]
  • PR [#135336]
  • PR [#118045] Thanks @AAliKKhan.
  • PR [#132370] Related [#132369]. Thanks @jalehman.
  • PR [#135454] Related [#135437].
  • PR [#135380] Related [#135340].
  • PR [#135393]
  • PR [#135264]
  • PR [#135367]
  • PR [#135044] Related [#134306]. Thanks @fuller-stack-dev and @goslingmanagment.
  • PR [#135386]
  • PR [#131767] Related [#131765]. Thanks @vyctorbrzezowski.
  • PR [#135428]
  • PR [#135024] Related [#134506]. Thanks @jalehman.
  • PR [#134664] Thanks @jalehman.
  • PR [#135154] Related [#135149]. Thanks @brettdaman and @obviyus.
  • PR [#134068] Related [#133602].
  • PR [#135497]
  • PR [#135529]
  • PR [#135239] Related [#135221]. Thanks @Solvely-Colin.
  • PR [#134365] Thanks @vyctorbrzezowski.
  • PR [#135397]
  • PR [#135112] Related [#134916]. Thanks @shakkernerd.
  • PR [#135431]
  • PR [#135440]
  • PR [#135432]
  • PR [#135425]
  • PR [#135543]
  • PR [#135401] Thanks @Colton-Harris.
  • PR [#135495] Thanks @lzhan011.
  • PR [#135445] Related [#135361]. Thanks @gaoanze888 and @Bloodis94.
  • PR [#135391] Thanks @Peetiegonzalez and @obviyus.
  • PR [#134929] Thanks @hannesrudolph.
  • PR [#135392]
  • PR [#135447]
  • PR [#135460]
  • PR [#134756]
  • PR [#135464]
  • PR [#135505]
  • PR [#135342]
  • PR [#135560]
  • PR [#135500]
  • PR [#135071]
  • PR [#135423]
  • PR [#135200]
  • PR [#135568] Related [#135507].
  • PR [#135572]
  • PR [#135375]
  • PR [#135195] Related [#135187]. Thanks @edenfunf.
  • PR [#135579]
  • PR [#135405]
  • PR [#135586]
  • PR [#135523] Thanks @Patrick-Erichsen.
  • PR [#135524] Thanks @Patrick-Erichsen.
  • PR [#135595] Thanks @hannesrudolph.
  • PR [#134532] Related [#134439]. Thanks @chelsealong and @henrique-simoes.
  • PR [#135594]
  • PR [#135412]
  • PR [#135284]
  • PR [#135557]
  • PR [#134976] Related [#134975]. Thanks @edenfunf.
  • PR [#135559]
  • PR [#134945]
  • PR [#134572] Thanks @omarshahine.
  • PR [#135093]
  • PR [#135600]
  • PR [#127284] Thanks @RomneyDa and @karkarl.
  • PR [#135605]
  • PR [#135598]
  • PR [#135415] Related [#135414].
  • PR [#124568] Related [#124567]. Thanks @zyw02.
  • PR [#135521] Thanks @Patrick-Erichsen.
  • PR [#135514]
  • PR [#135473]
  • PR [#135574]
  • PR [#135593] Related [#135587].
  • PR [#135475]
  • PR [#135504]
  • PR [#135602]
  • PR [#135477]
  • PR [#135563]
  • PR [#135624]
  • PR [#135597]
  • PR [#135577] Related [#135338].
  • PR [#135644]
  • PR [#135592]
  • PR [#135651]
  • PR [#135421] Thanks @ly85206559.
  • PR [#135601]
  • PR [#135640]
  • PR [#135638] Related [#135623].
  • PR [#135669]
  • PR [#135611]
  • PR [#135476]
  • PR [#135210]
  • PR [#135643]
  • PR [#135398]
  • PR [#133897] Thanks @RomneyDa.
  • PR [#122586] Related [#68170]. Thanks @vincentkoc and @lidge-jun and @richard-scott.
  • PR [#135273] Thanks @SebTardif.
  • PR [#134443] Thanks @RomneyDa.
  • PR [#135625]
  • PR [#135585]
  • PR [#135626]
  • PR [#135607]
  • PR [#135616]
  • PR [#135667] Thanks @vincentkoc.
  • PR [#134457] Thanks @RomneyDa.
  • PR [#135662]
  • PR [#126887] Thanks @vincentkoc and @RomneyDa.
  • PR [#134613] Thanks @RomneyDa.
  • PR [#134614] Thanks @RomneyDa.
  • PR [#134615] Thanks @RomneyDa.
  • PR [#135622] Related [#135496].
  • PR [#135177]
  • PR [#135619] Related [#135606].
  • PR [#135650] Related [#135565].
  • PR [#135674]
  • PR [#126473] Related [#126436]. Thanks @ayaangazali and @Oliverbot26.
  • PR [#99864] Related [#99843]. Thanks @LZY3538 and @ayaangazali and @jrex-jooni.
  • PR [#135672]
  • PR [#135629] Related [#135613].
  • PR [#135547] Related [#135535]. Thanks @vyctorbrzezowski.
  • PR [#135501]
  • PR [#135681] Related [#135575].
  • PR [#135617]
  • PR [#135680]
  • PR [#135608]
  • PR [#135685]
  • PR [#135687]
  • PR [#133091] Related [#127333]. Thanks @SunnyShu0925.
  • PR [#135174]
  • PR [#135470]
  • PR [#135609] Related [#135352].
  • PR [#135698]
  • PR [#135719]
  • PR [#135703]
  • PR [#135718] Related [#135233]. Thanks @boramyleng.
  • PR [#135725]
  • PR [#134549] Related [#120134]. Thanks @nerclid and @w1130150306.
  • PR [#135723]
  • PR [#135526] Related [#135506]. Thanks @vyctorbrzezowski.
  • PR [#129402] Related [#129401]. Thanks @ashawwal.
  • PR [#135712]
  • PR [#135337] Related [#135305]. Thanks @LiuwqGit and @Cobblestone-Digital1.
  • PR [#135702] Related [#37634]. Thanks @whyuds.
  • PR [#135670]
  • PR [#135721]
  • PR [#135735]
  • PR [#135741]
  • PR [#135451] Related [#135450].
  • PR [#135315]
  • PR [#129345] Related [#129344]. Thanks @amalysh.
  • PR [#121618] Thanks @fr-meyer.
  • PR [#135697] Related [#135693].
  • PR [#135752]
  • PR [#135739] Related [#135385]. Thanks @Deregtx.
  • PR [#135724] Related [#135691].
  • PR [#135653]
  • PR [#135394] Thanks @jjjhenriksen.
  • PR [#135080]
  • PR [#135711] Related [#135566]. Thanks @goslingmanagment.
  • PR [#135733]
  • PR [#132379] Related [#132347]. Thanks @wangmiao0668000666.
  • PR [#135755] Related [#134331]. Thanks @jjjhenriksen and @Deregtx.
  • PR [#134939] Thanks @IWhatsskill and @obviyus.
  • PR [#135639]
  • PR [#135763]
  • PR [#133847] Related [#127457]. Thanks @aniruddhaadak80 and @obviyus.
  • PR [#135715] Related [#135533]. Thanks @starship863.
  • PR [#135229] Related [#135228]. Thanks @edenfunf.
  • PR [#135713] Related [#135150]. Thanks @Zak-Finance.
  • PR [#135701] Related [#135655].
  • PR [#135396] Related [#135335].
  • PR [#135736] Related [#135634], [#135635], [#135637], [#135656].
  • PR [#135580] Related [#135530]. Thanks @VACInc.
  • PR [#135097]
  • PR [#135781]
  • PR [#135203] Related [#135164]. Thanks @SunnyShu0925 and @wojtek76.
  • PR [#135772]
  • PR [#135647] Related [#135630].
  • PR [#135270] Thanks @qingminglong.
  • PR [#135292] Thanks @qingminglong.
  • PR [#135564] Related [#135562]. Thanks @vyctorbrzezowski.
  • PR [#135753]
  • PR [#135787]
  • PR [#135792]
  • PR [#135790] Related [#135785].
  • PR [#135799]
  • PR [#135769]
  • PR [#135456] Thanks @ly85206559.
  • PR [#135804]
  • PR [#135806]
  • PR [#129930] Thanks @ralphptorres.
  • PR [#135766]
  • PR [#134218] Thanks @wantosure.
  • PR [#135584] Related [#135556].
  • PR [#135805] Thanks @hannesrudolph.
  • PR [#135810]
  • PR [#135417] Thanks @ly85206559.
  • PR [#135583]
  • PR [#135817]
  • PR [#126818] Related [#126808]. Thanks @edenfunf and @obviyus.
  • PR [#135561] Thanks @fuller-stack-dev.
  • PR [#131400] Related [#131231]. Thanks @LiuwqGit and @obviyus and @srb11e.
  • PR [#135791] Related [#134353]. Thanks @xiaomijituan.
  • PR [#135439] Related [#135365].
  • PR [#135797]
  • PR [#135182] Related [#127591]. Thanks @aniruddhaadak80 and @obviyus.
  • PR [#135823]
  • PR [#133888] Related [#133860]. Thanks @gokay-ai and @cursoragent and @Areson.
  • PR [#135728]
  • PR [#132697] Thanks @wangjx-xydt.
  • PR [#135820] Related [#135819].
  • PR [#135756]
  • PR [#134639] Thanks @solomonneas.
  • PR [#135818]
  • PR [#135784]
  • PR [#70002] Thanks @xudaiyanzi.
  • PR [#135738]
  • PR [#135822] Thanks @hannesrudolph.
  • PR [#135761] Related [#135664].
  • PR [#134755] Related [#99272], [#122233]. Thanks @obviyus and @ernestrolfson-design.
  • PR [#135179] Related [#114020]. Thanks @nissl24 and @fridaylans2000-art and @obviyus and @jooey.
  • PR [#135833]
  • PR [#135657]
  • PR [#135135] Thanks @arpe1618.
  • PR [#135834]
  • PR [#135849] Related [#135205]. Thanks @obviyus and @virtexvirtuoso.
  • PR [#135765]
  • PR [#135816]
  • PR [#135830] Related [#135218]. Thanks @obviyus and @ericcaiwx-star and @jarvismazz.
  • PR [#135751] Related [#135750].
  • PR [#135832]
  • PR [#135850]
  • PR [#135854] Related [#135231]. Thanks @obviyus and @nikolascostello.
  • PR [#135168] Thanks @mushuiyu886 and @obviyus.
  • PR [#135740] Related [#135515].
  • PR [#135166] Related [#134687]. Thanks @zhangguiping-xydt and @obviyus and @giangthb.
  • PR [#135466]
  • PR [#135844]
  • PR [#135812]
  • PR [#135041] Related [#134800].
  • PR [#135875]
  • PR [#135885] Related [#135852].
  • PR [#135193] Related [#135086]. Thanks @Alix-007 and @obviyus and @wave-workflow.
  • PR [#135902] Thanks @RomneyDa.
  • PR [#135870] Thanks @LZY3538.
  • PR [#135795]
  • PR [#135894]
  • PR [#135891]
  • PR [#135869]
  • PR [#135903] Related [#135896].
  • PR [#135904]
  • PR [#135898]
  • PR [#135901] Related [#135899].
  • PR [#135873] Related [#135872].
  • PR [#135915]
  • PR [#135926] Related [#135705]. Thanks @obviyus and @asgeirtj.
  • PR [#135825] Related [#135706]. Thanks @pengzh1 and @obviyus and @ezimerman.
  • PR [#135911]
  • PR [#130894] Thanks @cxyhhhhh.
  • PR [#135916]
  • PR [#135877]
  • PR [#135918]
  • PR [#135255] Thanks @edenfunf.
  • PR [#135760] Thanks @RomneyDa.
  • PR [#135759] Thanks @RomneyDa.
  • PR [#135928] Related [#135921], [#135922].
  • PR [#135932]
  • PR [#135786]
  • PR [#135883]
  • PR [#135940]
  • PR [#135773] Related [#135743]. Thanks @LiuwqGit and @obviyus and @609NFT.
  • PR [#135936] Related [#135914].
  • PR [#135942]
  • PR [#135888]
  • PR [#135511] Related [#135487].
  • PR [#135931]
  • PR [#135952]
  • PR [#135939]
  • PR [#135956]
  • PR [#135953]
  • PR [#135957] Related [#135682]. Thanks @obviyus and @Grynn.
  • PR [#135951]
  • PR [#134689] Related [#134621]. Thanks @gaoanze888 and @wbstrbt.
  • PR [#135919] Related [#135658]. Thanks @leilei3167 and @obviyus and @Frank683456.
  • PR [#135884] Related [#135571]. Thanks @hyper-sdn.
  • PR [#135582]
  • PR [#135665] Related [#135661]. Thanks @Colton-Harris and @obviyus.
  • PR [#135938] Related [#135920], [#135930].
  • PR [#133829] Thanks @aniruddhaadak80.
  • PR [#135878] Related [#135874].
  • PR [#135971]
  • PR [#135758] Thanks @RomneyDa.
  • PR [#135967]
  • PR [#135973]
  • PR [#135963] Related [#135946], [#135947].
  • PR [#135950]
  • PR [#135972]
  • PR [#135974]
  • PR [#135989]
  • PR [#135993] Related [#135990].
  • PR [#135965]
  • PR [#135960]
  • PR [#135995] Related [#135975], [#135977].
  • PR [#136004] Thanks @vincentkoc.
  • PR [#135986]
  • PR [#135994]
  • PR [#135983] Thanks @vincentkoc.
  • PR [#136000] Related [#135966].
  • PR [#136003]
  • PR [#136017]
  • PR [#135789]
  • PR [#136020] Related [#135893]. Thanks @LiuwqGit.
  • PR [#135794] Related [#125322]. Thanks @RaviTharuma.
  • PR [#135998]
  • PR [#135746]
  • PR [#135981] Related [#135968].
  • PR [#136001] Related [#135999].
  • PR [#136027]
  • PR [#135962]
  • PR [#136024]
  • PR [#136040] Thanks @fuller-stack-dev.
  • PR [#136006]
  • PR [#135729] Related [#135726]. Thanks @devzeroLL and @obviyus.
  • PR [#135988]
  • PR [#136028]
  • PR [#136044]
  • PR [#135731] Related [#127645]. Thanks @HuzaifaChaudary.
  • PR [#135857] Related [#135845].
  • PR [#136012] Related [#135948].
  • PR [#136007] Thanks @vincentkoc.
  • PR [#135943]
  • PR [#136055]
  • PR [#136054] Thanks @vincentkoc.
  • PR [#136008] Related [#135978].
  • PR [#136031]
  • PR [#135864] Related [#135641]. Thanks @yetval and @obviyus and @CjTruHeart.
  • PR [#135961]
  • PR [#136050] Related [#136046].
  • PR [#135976]
  • PR [#135847] Related [#135734]. Thanks @yetval and @obviyus and @josephbergvinson.
  • PR [#136030]
  • PR [#136002]
  • PR [#136061] Related [#135991].
  • PR [#136041]
  • PR [#136014]
  • PR [#136053] Related [#136051], [#136052].
  • PR [#136057]
  • PR [#135478]
  • PR [#136043] Related [#136042].
  • PR [#136021]
  • PR [#135829] Thanks @teddytennant and @obviyus.
  • PR [#136063]
  • PR [#135803] Thanks @teddytennant.
  • PR [#136066]
  • PR [#136010] Related [#135684]. Thanks @obviyus and @Grynn.
  • PR [#136062] Related [#136058], [#136060].
  • PR [#136064] Related [#134337]. Thanks @ThatGuySizemore.
  • PR [#135848] Thanks @masatohoshino and @obviyus.
  • PR [#136019]
  • PR [#136086] Thanks @vincentkoc.
  • PR [#136101]
  • PR [#135749] Thanks @teddytennant and @obviyus.
  • PR [#135831] Related [#135573]. Thanks @ruel225 and @obviyus and @TailsProwerWorks.
  • PR [#136033] Related [#135692]. Thanks @obviyus and @Grynn.
  • PR [#136065] Thanks @RomneyDa.
  • PR [#136056] Thanks @RomneyDa.
  • PR [#136077] Thanks @RomneyDa.
  • PR [#136075] Thanks @RomneyDa.
  • PR [#135954] Related [#135949]. Thanks @JosephNatsu.
  • PR [#136080]
  • PR [#136124]
  • PR [#136108] Related [#136106]. Thanks @vincentkoc.
  • PR [#135517] Thanks @jmewing and @obviyus.
  • PR [#136112]
  • PR [#135742] Thanks @marmar9615-cloud and @obviyus.
  • PR [#135520] Related [#135459]. Thanks @gaoanze888 and @obviyus and @LifeViwer.
  • PR [#136093] Related [#46932], [#136089]. Thanks @jeffrey4341.
  • PR [#136078]
  • PR [#135748] Thanks @teddytennant and @obviyus.
  • PR [#136121]
  • PR [#136067]
  • PR [#136114]
  • PR [#136109] Related [#136087].
  • PR [#136119]
  • PR [#136141]
  • PR [#136091] Related [#136083].
  • PR [#135351] Thanks @teddytennant and @obviyus.
  • PR [#136136]
  • PR [#136152] Related [#136128].
  • PR [#136090] Related [#136081].
  • PR [#136023] Related [#135881]. Thanks @leilei3167 and @obviyus and @yetval.
  • PR [#136092] Thanks @pash-openai.
  • PR [#136125]
  • PR [#136099]
  • PR [#136133] Related [#136118].
  • PR [#135807] Thanks @teddytennant.
  • PR [#136069]
  • PR [#136164] Thanks @vincentkoc.
  • PR [#136162]
  • PR [#136160]
  • PR [#136132] Related [#136117].
  • PR [#136166]
  • PR [#135516] Thanks @RayWangyangMa and @obviyus.
  • PR [#136111] Related [#136102].
  • PR [#134648] Related [#134500]. Thanks @sunlit-deng and @obviyus and @LowCode191.
  • PR [#136191]
  • PR [#136153]
  • PR [#93842] Thanks @bladin.
  • PR [#136167] Related [#136163].
  • PR [#134333] Related [#134332]. Thanks @TheAngryPit and @obviyus.
  • PR [#134219] Related [#134187]. Thanks @tzlwn1 and @obviyus and @svdwalt007.
  • PR [#136195]
  • PR [#136193]
  • PR [#136169]
  • PR [#135467] Thanks @Yigtwxx.
  • PR [#134737] Thanks @lzhan011 and @obviyus.
  • PR [#136137] Thanks @vincentkoc.
  • PR [#136186]
  • PR [#136201] Related [#136198].
  • PR [#136150]
  • PR [#136209]
  • PR [#136072]
  • PR [#136127] Thanks @vincentkoc.
  • PR [#136187]
  • PR [#135083] Thanks @rwinkelman and @obviyus.
  • PR [#136180]
  • PR [#136227] Related [#136224].
  • PR [#135281] Thanks @xialonglee.
  • PR [#135341] Thanks @teddytennant and @obviyus.
  • PR [#136228] Related [#136139], [#136140].
  • PR [#136134]
  • PR [#134525] Thanks @sjf-oa and @sjf.
  • PR [#136222]
  • PR [#136214] Related [#136206], [#136207], [#136208].
  • PR [#135855] Related [#96135]. Thanks @yungchentang and @kAIborg24.
  • PR [#135671] Thanks @fuller-stack-dev.
  • PR [#132492] Thanks @RileyJJY.
  • PR [#132490] Thanks @RileyJJY.
  • PR [#135851]
  • PR [#136142] Thanks @qingminglong and @obviyus.
  • PR [#136182]
  • PR [#136243]
  • PR [#136232]
  • PR [#136161]
  • PR [#135846] Related [#135633]. Thanks @louisfy and @obviyus and @jakestenger.
  • PR [#136192]
  • PR [#135455] Thanks @ly85206559 and @obviyus.
  • PR [#136241] Related [#136237].
  • PR [#136245]
  • PR [#136223]
  • PR [#136254]
  • PR [#131408] Thanks @igs-rogenlo.
  • PR [#136216]
  • PR [#136196] Related [#136143].
  • PR [#136151] Related [#136104]. Thanks @ericcaiwx-star and @obviyus and @KimOckHyun.
  • PR [#136234] Related [#136204]. Thanks @LiuwqGit and @obviyus and @Volevanius.
  • PR [#135925] Related [#135435]. Thanks @xialonglee and @obviyus and @jaxonparrott.
  • PR [#136256] Related [#136225]. Thanks @obviyus and @Famyoff.
  • PR [#136184]
  • PR [#136221] Related [#136217].
  • PR [#136205] Thanks @quangtran88.
  • PR [#133871] Thanks @SebTardif and @obviyus.
  • PR [#136272]
  • PR [#135985] Related [#135836]. Thanks @gaoanze888 and @obviyus and @yetval.
  • PR [#136105]
  • PR [#132753] Related [#132750]. Thanks @tommyjoseph.
  • PR [#136265]
  • PR [#136215] Related [#136159]. Thanks @LiuwqGit and @obviyus and @wave-workflow.
  • PR [#136171] Thanks @efe-arv and @liri-ha and @obviyus.
  • PR [#136229]
  • PR [#136172] Related [#136015]. Thanks @NianJiuZst and @obviyus and @davidcittadini.
  • PR [#135462] Thanks @fuller-stack-dev.
  • PR [#136278] Thanks @jodok.
  • PR [#136173] Related [#128926]. Thanks @aniruddhaadak80.
  • PR [#136085] Related [#136070].
  • PR [#136036] Related [#136032].
  • PR [#135824] Thanks @vincentkoc.
  • PR [#135793] Thanks @vincentkoc.
  • PR [#136280]
  • PR [#135443] Thanks @lzhan011 and @obviyus.
  • PR [#136287]
  • PR [#133747] Related [#133743], [#133785]. Thanks @shakkernerd.
  • PR [#136291]
  • PR [#133978] Thanks @yetval.
  • PR [#136263]
  • PR [#135828] Thanks @griswomw2 and @obviyus.
  • PR [#136298]
  • PR [#136211]
  • PR [#135016] Thanks @jesse-merhi.
  • PR [#136296]
  • PR [#136138] Thanks @RomneyDa.
  • PR [#136305]
  • PR [#136249]
  • PR [#136247] Related [#136219].
  • PR [#131786] Related [#131781]. Thanks @vyctorbrzezowski.
  • PR [#136283] Related [#135905]. Thanks @obviyus and @anyech.
  • PR [#136018]
  • PR [#136304]
  • PR [#136312]
  • PR [#136315] Thanks @vincentkoc.
  • PR [#136233] Thanks @RomneyDa.
  • PR [#136307]
  • PR [#136316]
  • PR [#135508] Related [#135457]. Thanks @gaoanze888 and @obviyus and @itsuzef.
  • PR [#136107] Thanks @vincentkoc.
  • PR [#136323]
  • PR [#136308] Thanks @vincentkoc.
  • PR [#133724] Related [#133702].
  • PR [#136269] Thanks @yetval and @obviyus.
  • PR [#136347]
  • PR [#136351]
  • PR [#136344]
  • PR [#136336]
  • PR [#136353]
  • PR [#136185]
  • PR [#136335]
  • PR [#136352]
  • PR [#136168] Related [#136157].
  • PR [#135441] Thanks @jjjhenriksen and @obviyus.
  • PR [#135796]
  • PR [#136273]
  • PR [#136276] Related [#136275]. Thanks @vincentkoc.
  • PR [#135486] Thanks @zeroaltitude and @obviyus.
  • PR [#136354]
  • PR [#136380]
  • PR [#136377]
  • PR [#136381]
  • PR [#135301] Related [#135028]. Thanks @mushuiyu886 and @obviyus and @jadabreu.
  • PR [#136359]
  • PR [#134853] Related [#134851]. Thanks @cmanrav and @obviyus.
  • PR [#132983] Thanks @fuller-stack-dev.
  • PR [#136407] Related [#136406].
  • PR [#136340]
  • PR [#136389]
  • PR [#136416]
  • PR [#136417] Related [#136415].
  • PR [#136309] Thanks @vincentkoc.
  • PR [#136418]
  • PR [#136398]
  • PR [#136404]
  • PR [#136319] Thanks @vincentkoc.
  • PR [#136403]
  • PR [#133381] Thanks @ericcaiwx-star and @cursoragent and @obviyus.
  • PR [#136391]
  • PR [#136362]
  • PR [#136425]
  • PR [#134663] Thanks @jalehman.
  • PR [#135863] Related [#135618]. Thanks @vyctorbrzezowski.
  • PR [#127959] Related [#127948]. Thanks @Finn763 and @markswitch83.
  • PR [#136178] Thanks @masatohoshino and @obviyus.
  • PR [#136301] Related [#135860]. Thanks @zhangguiping-xydt and @obviyus and @zqchris.
  • PR [#136438]
  • PR [#136448]
  • PR [#136473]
  • PR [#136450]
  • PR [#134795] Thanks @eleqtrizit.
  • PR [#136402] Related [#136397]. Thanks @ly85206559.
  • PR [#136481]
  • PR [#135219] Related [#132452]. Thanks @SunnyShu0925 and @obviyus and @alexph-dev.
  • PR [#135798] Related [#135649]. Thanks @SunnyShu0925 and @markhaines.
  • PR [#136393]
  • PR [#134941] Thanks @itsuzef and @obviyus.
  • PR [#136444] Related [#136442], [#136443].
  • PR [#136483]
  • PR [#136446]
  • PR [#136479]
  • PR [#129918] Related [#129734]. Thanks @SunnyShu0925 and @obviyus and @hpyhandsome.
  • PR [#136522]
  • PR [#135430] Related [#135217], [#135249]. Thanks @Solvely-Colin and @nikolaihack.
  • PR [#135429] Related [#135251].
  • PR [#135295] Thanks @PollyBot13 and @obviyus.
  • PR [#136534]
  • PR [#136419]
  • PR [#136388] Thanks @vincentkoc.
  • PR [#136460]
  • PR [#136463]
  • PR [#134819] Thanks @qingminglong and @obviyus.
  • PR [#136423] Related [#134186]. Thanks @svdwalt007.
  • PR [#136500]
  • PR [#136440]
  • PR [#134858] Thanks @Artemeey and @obviyus.
  • PR [#136434] Thanks @masatohoshino and @obviyus.
  • PR [#136461]
  • PR [#136541]
  • PR [#136445] Related [#136441].
  • PR [#136470]
  • PR [#136413] Related [#136047].
  • PR [#136428]
  • PR [#136510] Related [#126872]. Thanks @danielduerr.
  • PR [#136401]
  • PR [#136550]
  • PR [#136435]
  • PR [#136567]
  • PR [#136451]
  • PR [#136420] Related [#133955]. Thanks @obviyus and @aoclaw-glitch.
  • PR [#136511]
  • PR [#136539] Related [#136538].
  • PR [#136570] Related [#75848]. Thanks @alfredjbclaw.
  • PR [#136501]
  • PR [#136457]
  • PR [#136540]
  • PR [#136478]
  • PR [#136399] Related [#136385].
  • PR [#136220]
  • PR [#135945] Related [#135882]. Thanks @ruel225 and @obviyus and @yetval.
  • PR [#136580]
  • PR [#136439] Related [#136437].
  • PR [#136469] Related [#136468].
  • PR [#136366] Thanks @vincentkoc.
  • PR [#136574] Related [#136573].
  • PR [#131735] Related [#131734]. Thanks @ruel225.
  • PR [#136577]
  • PR [#136527] Thanks @Patrick-Erichsen.
  • PR [#136373] Related [#136357]. Thanks @LiuwqGit and @obviyus and @Dresch63.
  • PR [#136094] Thanks @RomneyDa.
  • PR [#133445] Thanks @edenfunf.
  • PR [#135588] Related [#135538]. Thanks @VACInc.
  • PR [#136230] Related [#136068].
  • PR [#136572] Related [#136562].
  • PR [#136559]
  • PR [#135410] Thanks @ly85206559.
  • PR [#136566]
  • PR [#136571]
  • PR [#136601]
  • PR [#136590]
  • PR [#136542] Thanks @Patrick-Erichsen.
  • PR [#135923] Thanks @BennyAI2.
  • PR [#136532]
  • PR [#136465] Related [#136464].
  • PR [#136569] Related [#136568].
  • PR [#136603]
  • PR [#136615]
  • PR [#136604] Related [#136593].
  • PR [#136521]
  • PR [#136602]
  • PR [#136430]
  • PR [#136616]
  • PR [#136607] Thanks @Patrick-Erichsen.
  • PR [#136620]
  • PR [#136597]
  • PR [#136624] Thanks @RomneyDa.
  • PR [#136531] Related [#136530].
  • PR [#136537] Related [#136536].
  • PR [#136628] Thanks @RomneyDa.
  • PR [#136614] Thanks @Patrick-Erichsen.
  • PR [#136504] Thanks @drobison00.
  • PR [#126419] Thanks @drobison00.
  • PR [#136505] Thanks @drobison00.
  • PR [#136564] Related [#136563].
  • PR [#136286]
  • PR [#136596] Related [#136594], [#136595].
  • PR [#136509] Related [#136499].
  • PR [#136599] Related [#136598].
  • PR [#136600] Related [#136591].
  • PR [#132266] Thanks @MonkeyLeeT.
  • PR [#136637] Thanks @Patrick-Erichsen.
  • PR [#136520]
  • PR [#136621]
  • PR [#136557] Related [#136556].
  • PR [#135531] Thanks @MertBasar0 and @obviyus.
  • PR [#136626]
  • PR [#136176] Thanks @vincentkoc.
  • PR [#136633] Related [#136632].
  • PR [#136519]
  • PR [#136636] Related [#136635].
  • PR [#136578] Thanks @LiuwqGit.
  • PR [#136325] Thanks @vincentkoc.
  • PR [#136619] Thanks @shakkernerd.
  • PR [#136641] Related [#136640]. Thanks @vincentkoc.
  • PR [#134622] Thanks @eleqtrizit.
  • PR [#136654]
  • PR [#136606] Thanks @Patrick-Erichsen.
  • PR [#136627] Thanks @RomneyDa.
  • PR [#135744] Thanks @vincentkoc.
  • PR [#136657] Related [#136656].
  • PR [#136524]
  • PR [#136664] Related [#136662].
  • PR [#136668] Thanks @Patrick-Erichsen.
  • PR [#136658]
  • PR [#133660] Related [#133517].
  • PR [#134603] Thanks @eleqtrizit.
  • PR [#134368] Thanks @BryanTegomoh.
  • PR [#136037] Thanks @RomneyDa.
  • PR [#136038] Thanks @RomneyDa.
  • PR [#136666] Related [#136665].
  • PR [#134413] Related [#134409]. Thanks @vyctorbrzezowski.
  • PR [#133151] Related [#133128]. Thanks @aniruddhaadak80.
  • PR [#136672]
  • PR [#136605] Thanks @vincentkoc.
  • PR [#136676]
  • PR [#136646] Thanks @Patrick-Erichsen.
  • PR [#136647] Thanks @Patrick-Erichsen.
  • PR [#136648] Thanks @Patrick-Erichsen.
  • PR [#136649] Thanks @Patrick-Erichsen.
  • PR [#136650] Thanks @Patrick-Erichsen.
  • PR [#136681] Thanks @vincentkoc.
  • PR [#136644]
  • PR [#136495] Related [#136493].
  • PR [#135802] Thanks @vincentkoc.
  • PR [#136643] Related [#136638].
  • PR [#135722] Related [#135720]. Thanks @vyctorbrzezowski.
  • PR [#136517] Related [#136516].
  • PR [#136670] Thanks @vincentkoc.
  • PR [#136685]
  • PR [#136683]
  • PR [#136688]
  • PR [#136700]
  • PR [#136667] Thanks @vincentkoc.
  • PR [#136659]
  • PR [#136295]
  • PR [#136698]
  • PR [#136695]
  • PR [#135859] Thanks @vincentkoc.
  • PR [#136704]
  • PR [#136678]
  • PR [#136705]
  • PR [#136716]
  • PR [#136717]
  • PR [#136675]
  • PR [#136458] Related [#136455], [#136456].
  • PR [#136084]
  • PR [#136350]
  • PR [#136609] Thanks @Patrick-Erichsen.
  • PR [#136770]
  • PR [#136771]
  • PR [#136798]
  • PR [#136968]
  • PR [#136395] Thanks @fuller-stack-dev and @vincentkoc.
  • PR [#137012] Related [#136881]. Thanks @leilei3167 and @obviyus and @anordick.

Release verification

Source: README.md, updated 2026-09-03