You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [2.10.44] - 2026-04-17
6
+
7
+
**Thanks:**[Chris Lennon](https://github.com/chrislennon) for the Home Assistant WebSocket resilience work shipped in [PR #38](https://github.com/Coolver/home-assistant-vibecode-agent/pull/38). [SpryNM](https://github.com/sprynm) for practical feedback that improved the **Codex** setup steps in the ingress UI (aligned with [OpenAI’s Codex MCP guide](https://developers.openai.com/codex/mcp/)).
8
+
9
+
### Steadier connection when Home Assistant restarts or the network blips
10
+
11
+
If Home Assistant restarted, the watchdog kicked in, or the network dropped for a moment, the agent could leave a lot of work waiting a long time for answers that would never come—so you saw long stretches of timeout noise even after things were fine again. It also sometimes gave up waiting for the link to come back a little too eagerly. This release smooths that out: work in flight is cleared promptly when the link drops, reconnects pause briefly instead of hammering the server, the agent waits longer for a healthy connection before reporting “not connected,” and very large registry exports get more headroom on busy but healthy systems.
12
+
13
+
### Setup panel (ingress UI)
14
+
15
+
-**Codex:** Explains that the shared config file may not exist yet; adds a one-line `codex mcp add …` option with a copy button; points to official MCP documentation.
16
+
-**Antigravity (Gemini):** New tab (after Cursor) with install notes, config path under `.gemini`, and merge guidance.
17
+
-**Tabs:** Claude Code stays the default first tab; Cursor second; Antigravity follows Cursor.
18
+
5
19
## [2.10.42] - 2026-04-10
6
20
7
21
**Release prepared with thanks to:**[@ctaylor86](https://github.com/ctaylor86), [@johny-mnemonic](https://github.com/johny-mnemonic), and [@wilsto](https://github.com/wilsto).
0 commit comments