Releases: outpoints/honcho-dashboard
Releases · outpoints/honcho-dashboard
Release list
Honcho Dashboard 1.1.0
What changed
- Added Honcho-native hybrid message search across workspace, session, and peer scopes, with relevance, newest-first, and oldest-first ordering.
- Added session-scoped file uploads for PDF, JSON, text, Markdown, and code files, including peer attribution and optional message metadata.
- Fixed the Sessions page so it loads every page returned by Honcho. Search, filtering, and sorting now cover the complete workspace instead of only the first 100 sessions. Fixes #9.
- Fixed session navigation so View Messages opens the Messages tab with the originating session selected.
- Fixed the dashboard header displaying
vunknownwhen the Honcho instance does not report a version. - Fixed the 52-week activity heatmap so it ends on the current UTC day without future empty cells.
- Updated to
@honcho-ai/sdk2.3 and aligned dashboard connections with the current Honcho v3 API. - Refreshed repository screenshots using synthetic, PII-free fixtures.
- Incorporated the proxy and PostgreSQL statistics corrections from #8.
Upgrade
Pull the 1.1.0, 1.1, or latest image from GitHub Container Registry:
docker compose pull
docker compose up -dImage:
ghcr.io/outpoints/honcho-dashboard:1.1.0
Known issue
The Sessions page loads all session pages before applying search, filters, and sorting. Very large workspaces may therefore take longer to load initially.