Skip to content

Commit 0b754cc

Browse files
author
semantic-release
committed
6.6.0
Automatically generated by python-semantic-release
1 parent 648ea6d commit 0b754cc

4 files changed

Lines changed: 81 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,84 @@
33
<!-- version list -->
44

55

6+
## v6.6.0 (2026-02-10)
7+
8+
### Added
9+
10+
- Add human-readable timestamps to logs, apply ruff fixes (#574)
11+
([#580](https://github.com/homeassistant-ai/ha-mcp/pull/580))
12+
- Add Gemini Code Assist configuration and update documentation
13+
([#582](https://github.com/homeassistant-ai/ha-mcp/pull/582))
14+
- Add contrib-pr-review skill for external contribution review
15+
([`0618bf9`](https://github.com/homeassistant-ai/ha-mcp/commit/0618bf9270b9db944b4a0a52ca2ae28e7af61e1d))
16+
- Add aggregate stats to BAT summary for branch comparison
17+
([`8fe8ab8`](https://github.com/homeassistant-ai/ha-mcp/commit/8fe8ab815ae7a62ce0418d81860f5f5fc8f1b479))
18+
- Add /bat skill for bot acceptance testing
19+
([`906e22f`](https://github.com/homeassistant-ai/ha-mcp/commit/906e22f076ed0b310e2d06343b08296a3ee65cd1))
20+
- Add UAT framework for agent-driven acceptance testing
21+
([`b561ad4`](https://github.com/homeassistant-ai/ha-mcp/commit/b561ad447cb3b780715899bac8ae9ea6220e57ad))
22+
- Add domain filter and options support to ha_get_integration
23+
([#542](https://github.com/homeassistant-ai/ha-mcp/pull/542))
24+
25+
### Changed
26+
27+
- Add comment formatting guidelines to contrib-pr-review
28+
([`c014e8a`](https://github.com/homeassistant-ai/ha-mcp/commit/c014e8a08be26421d55e00299648b68f7689d1fb))
29+
- Add contrib-pr-review skill to AGENTS.md
30+
([`4aa29c3`](https://github.com/homeassistant-ai/ha-mcp/commit/4aa29c3662942c005336288613a207177091b2c7))
31+
- Add warning to review PRs sequentially, not in parallel
32+
([`d69c576`](https://github.com/homeassistant-ai/ha-mcp/commit/d69c576c09b2214a6c5fbf6112bfccfb3d7bd4ae))
33+
34+
### Fixed
35+
36+
- Address review comments on UAT runner
37+
([`6a2bf04`](https://github.com/homeassistant-ai/ha-mcp/commit/6a2bf0430261e6a07b0738e3a5e98532bccfb636))
38+
- Handle service call timeouts gracefully and add missing @log_tool usage (fixes #550)
39+
([#555](https://github.com/homeassistant-ai/ha-mcp/pull/555))
40+
- Optimize Dockerfiles with multi-stage builds
41+
([#546](https://github.com/homeassistant-ai/ha-mcp/pull/546))
42+
43+
### Performance Improvements
44+
45+
- Run agents sequentially instead of in parallel
46+
([`b3032f4`](https://github.com/homeassistant-ai/ha-mcp/commit/b3032f4fb745516e184ee2278cd900b440afd964))
47+
48+
### Refactoring
49+
50+
- Rename pr-checker to my-pr-checker for clarity
51+
([`a02533c`](https://github.com/homeassistant-ai/ha-mcp/commit/a02533c16a1b7ea8f4f3f0f51cd949f0b1bc01a3))
52+
- Rename UAT to BAT and add progressive disclosure output
53+
([`8a6d43e`](https://github.com/homeassistant-ai/ha-mcp/commit/8a6d43e9cd2e20a3d7ca6fbd1be5b986901bd8cf))
54+
55+
---
56+
<details>
57+
<summary>Internal Changes</summary>
58+
59+
60+
### Changed
61+
62+
- Clarify worktree workflow and symlink convention in AGENTS.md
63+
([`9946be5`](https://github.com/homeassistant-ai/ha-mcp/commit/9946be57ee69a267054a7ac31ffb6b408cc3a99b))
64+
- Restructure worktree workflow and documentation
65+
([#547](https://github.com/homeassistant-ai/ha-mcp/pull/547))
66+
67+
### Build System
68+
69+
- **deps**: Bump astral-sh/uv
70+
([#535](https://github.com/homeassistant-ai/ha-mcp/pull/535))
71+
72+
### Chores
73+
74+
- **deps**: Update ghcr.io/home-assistant/home-assistant docker tag to v2026
75+
([#508](https://github.com/homeassistant-ai/ha-mcp/pull/508))
76+
77+
### Continuous Integration
78+
79+
- **deps**: Bump renovatebot/github-action from 44.2.6 to 46.0.1
80+
([#536](https://github.com/homeassistant-ai/ha-mcp/pull/536))
81+
</details>
82+
83+
684
## v6.5.0 (2026-02-03)
785

886
### Added

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Home Assistant MCP Server"
22
description: "AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3-
version: "6.5.0"
3+
version: "6.6.0"
44
slug: "ha_mcp"
55
url: "https://github.com/homeassistant-ai/ha-mcp"
66
arch:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ha-mcp"
7-
version = "6.5.0"
7+
version = "6.6.0"
88
description = "Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99
readme = "README.md"
1010
requires-python = ">=3.13,<3.14"

src/ha_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
through REST API and WebSocket integration with 20+ enhanced tools.
66
"""
77

8-
__version__ = "6.5.0"
8+
__version__ = "6.6.0"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)