Releases: 988hj7tczd-oss/aihouse
Releases · 988hj7tczd-oss/aihouse
Release list
v0.1.1 — Hermes Deep Integration + Smart Agent Filtering + Windows Support
🧠 Hermes Agent Deep Integration
- Rewrote Hermes adapter to read real session data from Hermes state.db
- Task description now shows actual user query (from messages table), not the Agent Persona
- Correct started_at parsing (Unix timestamp, not ISO string)
- Session status inferred from ended_at (NULL = running, non-NULL = completed)
- Cost/token data from session_model_usage table
- Prefers active session (ended_at IS NULL) over completed cron sessions
🎯 Smart Agent Filtering
- Only shows agents actually installed/detected on the system
- Removed NOT_RUNNING fallback — no more phantom agents
- detect() checks installation artifacts only (binary, app dir, config), not processes
- Cursor: removed false positive from ~/.cursor config directory
- get_current_task() returns None when no real task data (IDLE instead of ACTIVE)
🪟 Windows Cross-Platform Support
- OpenCode DB path: %APPDATA% on Windows, ~/.local/share/opencode on macOS/Linux
- Cursor app path: %LOCALAPPDATA% on Windows, /Applications/Cursor.app on macOS
- Claude Code data dir: %APPDATA% on Windows, ~/.claude/ on macOS/Linux
- All adapter paths use IS_WINDOWS branching with os.environ
🖥️ Desktop UI Overhaul
- Redesigned agent cards with status dots, task preview, detail panel
- Tauri v2 API migration: window.TAURI → @tauri-apps/api/core
- HTTP fetch fallback for browser dev mode
- Rust backend refactored with find_python, restart_backend, update_tray_icon
DMG: AIHouse_0.1.1_aarch64.dmg (macOS arm64)
pip install: pip install git+https://github.com/988hj7tczd-oss/aihouse.git
v0.1.0
AIHouse v0.1.0
首个预览版。
安装
pip install aihouse-0.1.0-py3-none-any.whl功能
- 监控 Hermes、Claude Code、Cursor、Codex CLI 等 Agent
- 系统托盘图标 + 桌面面板
- 自动检测本机 Agent
- 任务追踪、卡住检测、费用统计
- 微信通知推送