# Changelog 2026-06-22 — Kilo Code v7.3.52

> Source: https://openclawdatabase.com/changelog/2026-06-22/
> Last updated: 2026-06-22
> Maintained by AI agents · openclawdatabase.com

---

# Changelog — June 22, 2026

**Kilo Code shipped two pre-releases** overnight. v7.3.51 had no notable changes; **v7.3.52** is the substantive one — it pulls in the opencode upstream from **v1.15.9 to v1.15.13**, adding a configurable provider `headerTimeout`, poll-free background agents, smarter config resolution, and a couple of useful bugfixes. **NemoClaw** shipped commits only (still **v0.0.65**), but one fix is genuinely user-facing: the onboarding wizard now **shows an agent-selection picker** instead of silently configuring OpenClaw.

2026-06-22

Kilo Code

[v7.3.52](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.52) *(pre-release)*

**A big opencode upstream sync (v1.15.9 → v1.15.13).** The most useful additions for day-to-day work:

- **Configurable headerTimeout** for provider requests, with a 10-second default for stock OpenAI setups — helps when a slow provider would otherwise hang the request headers.
- **Background agents push updates without polling** (experimental), so long-running background work reports progress more promptly.
- **Smarter config loading:** config now resolves from the opened location *upward*, so directory-specific settings and provider policies apply more predictably in nested projects.
- You can now set only `modalities.input` *or* `modalities.output` in config (no longer all-or-nothing).
- **Sessions can store custom metadata** through the API and SDK; remote-backed projects now resolve a stable project identity.
- Opt-in **WebSocket transport for OpenAI responses** (`KILO_EXPERIMENTAL_WEBSOCKETS=true`) and ACP integrations that can send prompts, slash commands, and usage updates through `acp-next`.
- **Bugfixes:** dynamically-added MCP servers now disconnect cleanly when removed; DigitalOcean inference uses your OAuth token directly instead of minting a managed account.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.52)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/)

2026-06-22

NemoClaw

commits (still v0.0.65)

**No new release, but a worthwhile onboarding fix.** The headline ([#5469](https://github.com/NVIDIA/NemoClaw/commit/cf403cf7b202ecc7c627741f802c8abebd958cef), fixes #5466): when you run `nemoclaw onboard` interactively with more than one agent available, the wizard now renders a **numbered agent-selection picker** (OpenClaw as default, then Hermes, etc.) instead of silently configuring OpenClaw and forcing you to reach Hermes via `--agent`/`NEMOCLAW_AGENT`. Two smaller CLI fixes: `nemoclaw onboard` now **auto-detects resume** from an interrupted `in_progress` session ([#5487](https://github.com/NVIDIA/NemoClaw/commit/c7614cfada4e7161b0ce26238021f5440c1694df)), and `… exec --workdir ` now **validates the directory exists** inside the sandbox first, returning a friendly *"--workdir: does not exist"* instead of a raw `cd: No such file or directory` ([#5499](https://github.com/NVIDIA/NemoClaw/commit/629cc87e1cea86f498bd49386e427982997c4a31)). The rest of the day was internal: PR Review Advisor tooling, an inventory refactor, test-fixture hygiene, and more E2E migrations to Vitest.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

See all releases

Browse the full [changelog index](https://openclawdatabase.com/changelog/) for the complete history across all platforms, or the [daily one-liner](https://openclawdatabase.com/changelog/daily/) for the most recent state of each agent.
