Skip to content

Releases: GoDiao/openkb

OpenKB v1.1.0

Choose a tag to compare

@GoDiao GoDiao released this 21 May 18:59

Hub UX polish and open-source productization

One-liner: Agents align progress via CLI; humans read Spec/Plan/roadmap in the Web Hub.

Added

  • Hub UX: 8 themes, glass header, page transitions, skeleton loaders
  • Onboarding hero demo, docs TOC + scroll spy, roadmap animations
  • Overview progress ring + board chart; Kanban empty states
  • Shortcuts: g+letter navigation, Ctrl+/ help, Tab hover hints
  • Live sync badge + reconnect toasts; E2E polish + demo capture
  • Docs: WHY_OPENKB, DEMO, PUBLISHING; issue/PR templates
  • Portable dogfood repo_path: . with relative path resolution

Security

  • No auth in v1.x — localhost / LAN / Docker only; do not expose :8788 to the public internet.

Upgrade from 1.0.0

git pull
uv sync --dev
cd web && npm ci && npm run build
# Restart openkb serve

Full changelog: CHANGELOG.md

OpenKB v1.0.0

Choose a tag to compare

@GoDiao GoDiao released this 21 May 11:14

OpenKB v1.0.0

Centralized Agent Kanban + project state hub for coding agents and humans.

Highlights

  1. Agent CLIcontext, checkout, done, state, roadmap, task, doc verify
  2. Project Hub — Overview, Kanban, Spec, Plan, interactive Roadmap graph, ADRs (EN/中文)
  3. Live sync — WebSocket /api/projects/{slug}/watch + polling fallback
  4. Spec/Plan from business repos via project.yaml pointers
  5. Roadmap + ADR phase links (phases: [p7] frontmatter)
  6. Multi-agent locks with UI visibility
  7. Onboarding — Help, skill, agent patch, checklist
  8. CI — pytest + Playwright E2E (e2e-sandbox)

Quick start

uv sync --dev
cd web && npm ci && npm run build
uv run openkb serve --port 8788
# → http://127.0.0.1:8788

Known limitations

  • No authentication — localhost / private network only (SECURITY.md)
  • Kanban drag ≠ openkb done — agents must use CLI

Windows

  • Prefer uv run openkb
  • UV_CACHE_DIR / PLAYWRIGHT_BROWSERS_PATH on a non-system drive if needed

Full changelog: CHANGELOG.md · Upgrade: UPGRADE.md