Releases: Taity180/claude-hive
Releases · Taity180/claude-hive
Claude Hive v1.0.4
What's New in v1.0.4
Other
- 1.0.4: auto-expand + mandatory MCP messaging + surface go-to-desktop errors (#7)
Installation
Windows: Download the .msi installer below and run it. The installer adds claude-hive to your PATH automatically.
After installing, set up the Claude Code plugin:
/plugin marketplace add Taity180/claude-hive
/plugin install claude-hive@Taity180-claude-hive
Claude Hive v1.0.3
What's New in v1.0.3
Bug Fixes
- fix: window width drift + SessionEnd hook + stop.mjs idle fallback (#5)
Other
- chore: bump to 1.0.3 (#6)
Installation
Windows: Download the .msi installer below and run it. The installer adds claude-hive to your PATH automatically.
After installing, set up the Claude Code plugin:
/plugin marketplace add Taity180/claude-hive
/plugin install claude-hive@Taity180-claude-hive
Release v1.0.2
fix: collapse/expand now actually resizes the window (#4)
Tauri v2 requires capability permissions for window APIs like
currentMonitor and outerSize. The repo shipped with no capabilities
file at all, so the in-browser resize logic in App.tsx threw
"permissions not defined," was swallowed by a bare catch, and the
window never shrank/grew — only the content swapped.
- Add src-tauri/capabilities/default.json granting core:default +
notification:default so the webview can reach Tauri APIs.
- Move window width/scale reads to a new Rust command
resize_preserving_width(height). The UI no longer needs any
@tauri-apps/api/window permissions to collapse or expand.
- Add get_logical_size so the UI can capture the user's current
expanded height before collapsing and restore it on expand,
rather than snapping back to a hardcoded 520px.
- Replace the row-estimate math with a ResizeObserver over
CollapsedBar's real content — exact pixel fit, no clipped pills
or dead space after pill wrapping changes.
- Stop swallowing invoke errors: console.error instead of catch {}.
- Tests: Rust unit tests for the scale-factor helper, Vitest tests
for hubStore.expandedHeight + setExpandedHeight clamping, and
App-level tests that verify resize_preserving_width is invoked
with the persisted height on expand and the captured height on
collapse.
- Docs: README now describes the collapse behaviour accurately.
- Bump app version to 1.0.1.
Release v1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Installation
Windows: Download the .msi installer below and run it. The installer adds claude-hive to your PATH automatically.
After installing, set up the Claude Code plugin:
/plugin marketplace add Taity180/claude-hive
/plugin install claude-hive@Taity180-claude-hive