From c04f3e288ccef2d2299ac0dc76ad8e86b849bcd2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:11:20 +0200 Subject: [PATCH] Improve Claude optimization tooling --- claude_desktop/config.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/claude_desktop/config.yaml b/claude_desktop/config.yaml index 7987560804..d6b4631ec5 100644 --- a/claude_desktop/config.yaml +++ b/claude_desktop/config.yaml @@ -2,7 +2,7 @@ arch: - aarch64 - amd64 audio: true -description: "Claude Desktop with Headroom MCP context compression and RTK acceleration" +description: "Claude Desktop with Headroom, RTK, and TokenSave optimization" devices: - /dev/dri - /dev/dri/card0 @@ -46,19 +46,23 @@ options: ha_mcp_token: "" github_token: "" github_username: "" - install_caveman: true + enable_tools_health_report: true + expose_headroom_dashboard: false + headroom_wrap_claude_code: true + install_caveman: false install_github_cli: true install_headroom: true install_rtk: true install_tokensave: true + tokensave_project_paths: [] panel_admin: false panel_icon: mdi:robot-happy ports: 3001/tcp: null - 8787/tcp: 8787 + 8787/tcp: null ports_description: 3001/tcp: Claude Desktop web interface - 8787/tcp: Headroom dashboard and proxy + 8787/tcp: Optional Headroom dashboard and proxy privileged: - SYS_ADMIN - DAC_READ_SEARCH @@ -83,14 +87,19 @@ schema: ha_mcp_token: password? github_token: password? github_username: str? + enable_tools_health_report: bool + expose_headroom_dashboard: bool + headroom_wrap_claude_code: bool install_caveman: bool install_github_cli: bool install_headroom: bool install_rtk: bool install_tokensave: bool + tokensave_project_paths: + - str slug: claude_desktop tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.19" +version: "1.20" video: true