Skip to content

Commit 744f201

Browse files
committed
Bump version to 2.10.7
1 parent 3d31ab3 commit 744f201

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [2.10.6] - 2025-12-18
5+
## [2.10.7] - 2025-12-18
66

77
### 🐛 HACS Repositories Access Fix & Improvements
88

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
logger = setup_logger('ha_cursor_agent', LOG_LEVEL)
2424

2525
# Agent version
26-
AGENT_VERSION = "2.10.6"
26+
AGENT_VERSION = "2.10.7"
2727

2828
# FastAPI app
2929
app = FastAPI(

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Home Assistant Add-on Configuration
22
name: HA Vibecode Agent
3-
version: "2.10.6"
3+
version: "2.10.7"
44
slug: home_assistant_cursor_agent
5-
description: Enable Cursor, VS Code, Claude Code, or any MCP-enabled IDE to help you vibe-code and manage Home Assistant: create and debug automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language
5+
description: "Enable Cursor, VS Code, Claude Code, or any MCP-enabled IDE to help you vibe-code and manage Home Assistant: create and debug automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language"
66
url: https://github.com/Coolver/home-assistant-cursor-agent
77
arch:
88
- aarch64

0 commit comments

Comments
 (0)