Skip to content

Commit 0a0d47c

Browse files
committed
chore: bump agent version metadata to 2.10.9
1 parent 81f7c75 commit 0a0d47c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HA Vibecode Agent - Home Assistant Add-on
22

3-
[![Version](https://img.shields.io/badge/version-2.10.8-blue.svg)](https://github.com/Coolver/home-assistant-vibecode-agent)
3+
[![Version](https://img.shields.io/badge/version-2.10.9-blue.svg)](https://github.com/Coolver/home-assistant-vibecode-agent)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![MCP Package](https://img.shields.io/npm/v/@coolver/home-assistant-mcp?label=MCP%20Package)](https://www.npmjs.com/package/@coolver/home-assistant-mcp)
66

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.8"
26+
AGENT_VERSION = "2.10.9"
2727

2828
# FastAPI app
2929
app = FastAPI(

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Home Assistant Add-on Configuration
22
name: HA Vibecode Agent
3-
version: "2.10.8"
3+
version: "2.10.9"
44
slug: home_assistant_cursor_agent
55
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

0 commit comments

Comments
 (0)