Releases: auth-02/hub
Releases · auth-02/hub
Release list
v0.2.3 — Hub
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2 — Hub
What's Changed
- Bust README banner image cache by @auth-02 in #39
- Release 0.2.2: new banner + dogfood testing note by @auth-02 in #40
Full Changelog: v0.2.1...v0.2.2
v0.2.1 — Hub
v0.2.0 — Hub
Highlights
- Package restructure into focused subpackages:
core/(config, db, metadata, scan, migrations),cli/(thehubcommand),render/(markdown/tabular/page),utils/.assets/,example/, and thehub-agentplugin reorganized; docs-only images out of the wheel. - Single
hubcommand — serving folded intohub serve; the separatehub-serverbinary is gone. - Self-sufficient
hub-agentplugin — bundles themanifest,stacked,kagaz, anddakskills plus a/hubcommand that builds and serves the dashboard viauvx. - Removed the Hub Feed drawer (the activity view covers recent activity).
- launchd: scan root now lives in the
.scan_rootsidecar (UI-overridable) instead of a pinned env var. - Landing page auto-deploys from
site/togh-pageson every release.
Install / upgrade: pipx install hubspaces (or pip install -U hubspaces), then hub serve.
v0.1.0 — Hub
Hub — point it at a folder and get every .md and .html inside as one searchable, previewable page. Stdlib-only Python, no runtime dependencies.
First public release: installable from PyPI, runnable on your own files in one command.
Install
pipx install hubspaces # isolated (recommended)
# or
pip install hubspacesTwo commands land on your PATH: hub (build the index) and hub-server (serve it + watch for changes).
Quick start
cd ~/my-project
hub-server # http://localhost:8787, rebuilds on change
# or try it instantly on a bundled example:
hub-server --demoHighlights
- Full-text search over title, body, path, and repo — implicit AND,
repo:nameprefix. - Split-pane preview with a
// tracepanel linking runs, artifacts, and the parent task. - Task board & status badges — cycle
ongoing → completed → paused, persisted across rebuilds and branch switches. - Feed & Timeline drawers — recent file activity and git-backed daily summaries.
- Auto-rebuild — file watcher refreshes the index within ~3 s of any change.
- Zero-config or
hub.toml—scan_root,port,exclude_dirs,default_view;hub initscaffolds a stub.
Optional agent plugin
hub-agent bundles the manifest skill (the producer of the task manifests Hub indexes). Fully opt-in — hub-core needs no plugin:
/plugin marketplace add auth-02/hub
/plugin install hub-agent@hub
Requirements & support
- Python 3.11+ (uses stdlib
tomllib). - macOS is the validated platform for v1; Linux runs in CI. Windows/WSL not yet validated.
- License: MIT.
Links
- Docs / landing: https://auth-02.github.io/hub/
- Source: https://github.com/auth-02/hub
🤖 Generated with Claude Code