|
3 | 3 | <!-- version list --> |
4 | 4 |
|
5 | 5 |
|
| 6 | +## v6.7.0 (2026-02-17) |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Add user acceptance stories for BAT framework |
| 11 | + ([#583](https://github.com/homeassistant-ai/ha-mcp/pull/583)) |
| 12 | +- Add ha_get_states tool for bulk entity state retrieval |
| 13 | + ([#588](https://github.com/homeassistant-ai/ha-mcp/pull/588)) |
| 14 | +- Add offset pagination to ha_search_entities and ha_hacs_search (#605) |
| 15 | + ([#619](https://github.com/homeassistant-ai/ha-mcp/pull/619)) |
| 16 | +- Add wait parameter to config and service call tools (#381) |
| 17 | + ([#564](https://github.com/homeassistant-ai/ha-mcp/pull/564)) |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- Classify BAT metrics as primary vs secondary |
| 22 | + ([#639](https://github.com/homeassistant-ai/ha-mcp/pull/639)) |
| 23 | +- Update safety annotations with correct MCP spec definitions |
| 24 | + ([`59787a2`](https://github.com/homeassistant-ai/ha-mcp/commit/59787a261a60d41dc9e314dd3a851bb4a55d0f14)) |
| 25 | +- Add @maxperron as contributor for beta testing |
| 26 | + ([`0220708`](https://github.com/homeassistant-ai/ha-mcp/commit/0220708325aeca55c78349cb118423f9bad802ef)) |
| 27 | +- Update contributors - promote sergeykad and kingpanther13 to maintainers, add airlabno and ryphez |
| 28 | + ([`44f42b9`](https://github.com/homeassistant-ai/ha-mcp/commit/44f42b92de72b5a9e59279c19c8664c0a02b3f2a)) |
| 29 | +- Add Codex Desktop UI MCP quick setup |
| 30 | + ([#615](https://github.com/homeassistant-ai/ha-mcp/pull/615)) |
| 31 | + |
| 32 | +### Fixed |
| 33 | + |
| 34 | +- Enable stateless_http in add-on and fix runtime Python version |
| 35 | + ([#626](https://github.com/homeassistant-ai/ha-mcp/pull/626)) |
| 36 | +- Treat 504 proxy error as expected during ha_restart |
| 37 | + ([#621](https://github.com/homeassistant-ai/ha-mcp/pull/621)) |
| 38 | +- Remove internal info leaks from error responses (#517) |
| 39 | + ([#586](https://github.com/homeassistant-ai/ha-mcp/pull/586)) |
| 40 | +- Reduce per-call token usage by slimming search responses and deep_search defaults |
| 41 | + ([#579](https://github.com/homeassistant-ai/ha-mcp/pull/579)) |
| 42 | +- Prevent ha_deep_search timeout on large HA instances |
| 43 | + ([#575](https://github.com/homeassistant-ai/ha-mcp/pull/575)) |
| 44 | +- Detect correct PR number when multiple PR refs exist in commit message |
| 45 | + ([#613](https://github.com/homeassistant-ai/ha-mcp/pull/613)) |
| 46 | +- Allow editing default dashboard without hyphen in url_path (#591) |
| 47 | + ([#592](https://github.com/homeassistant-ai/ha-mcp/pull/592)) |
| 48 | +- **tests**: Poll for entity registration in deep search E2E tests |
| 49 | + ([#589](https://github.com/homeassistant-ai/ha-mcp/pull/589)) |
| 50 | + |
| 51 | +### Refactoring |
| 52 | + |
| 53 | +- Improve ruff linter config and fix violations |
| 54 | + ([#624](https://github.com/homeassistant-ai/ha-mcp/pull/624)) |
| 55 | +- **__main__**: Fix security issues, bugs, and reduce duplication |
| 56 | + ([#609](https://github.com/homeassistant-ai/ha-mcp/pull/609)) |
| 57 | + |
| 58 | +--- |
| 59 | +<details> |
| 60 | +<summary>Internal Changes</summary> |
| 61 | + |
| 62 | + |
| 63 | +### Chores |
| 64 | + |
| 65 | +- Add ruff pre-commit hook and CI lint job |
| 66 | + ([#604](https://github.com/homeassistant-ai/ha-mcp/pull/604)) |
| 67 | +- **deps**: Update ghcr.io/astral-sh/uv docker tag to v0.9.30 |
| 68 | + ([#597](https://github.com/homeassistant-ai/ha-mcp/pull/597)) |
| 69 | +- **deps**: Update python docker tag to v3.14 |
| 70 | + ([#598](https://github.com/homeassistant-ai/ha-mcp/pull/598)) |
| 71 | +- Enforce LF line endings via .gitattributes |
| 72 | + ([#596](https://github.com/homeassistant-ai/ha-mcp/pull/596)) |
| 73 | + |
| 74 | +### Continuous Integration |
| 75 | + |
| 76 | +- **deps**: Bump actions/cache from 4 to 5 |
| 77 | + ([#632](https://github.com/homeassistant-ai/ha-mcp/pull/632)) |
| 78 | +- **deps**: Bump renovatebot/github-action from 46.0.2 to 46.1.1 |
| 79 | + ([#631](https://github.com/homeassistant-ai/ha-mcp/pull/631)) |
| 80 | +- Add unit tests to PR pipeline and pre-commit hook |
| 81 | + ([#620](https://github.com/homeassistant-ai/ha-mcp/pull/620)) |
| 82 | +- **deps**: Bump renovatebot/github-action from 46.0.1 to 46.0.2 |
| 83 | + ([#584](https://github.com/homeassistant-ai/ha-mcp/pull/584)) |
| 84 | +</details> |
| 85 | + |
| 86 | + |
6 | 87 | ## v6.6.1 (2026-02-10) |
7 | 88 |
|
8 | 89 | ### Fixed |
|
0 commit comments