Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
All notable changes to Hubify Labs are documented here.v1.3.0, 2026-04-30
New Features
- Captain Recent Lab Events, Live stream of every agent action in your lab, sourced from the
agentEventsledger. Cross-checked against every Convex mutation that should leave a trace. - Live Lab Activity heatmaps, 24h heatmap above the fold on Captain View, plus a public version on every
{slug}.hubify.applab site. - 15 new analytics panels, Agent/system split, LLM/GPU mix, anomaly by scale, novelty tiers, daily spend variance, backup age, review verdict trend, model confidence, standup day coverage, survey completeness, review confidence Γ verdict, comms 6w volume, experiment priority Γ success, discovery review coverage, sender distribution.
- Captain broadcast compose, Send a message to every agent in the lab from one composer.
- Lab goals in Captain View, Set and track lab-level objectives directly from the dashboard.
- Experiment topic cloud + figure caption bulk gen, Topic clustering across experiments and one-click captioning for paper figures.
- Skills catalog, 20 canonical agent skills shipped in
hubify-labs/package with README index. - Per-lab chat dock memory, The orchestrator chat dock remembers position (left/right/bottom/hidden) per lab.
- Mintlify-powered docs,
/docs/*is now served by Mintlify with full Tabs, CodeGroup, CardGroup, ParamField, and ResponseField support. New: per-page OG metadata, Whatβs new panel, Core Concepts TOC, expanded sidebar (features, integrations, MCP).
Improvements
/appempty state is now an orchestrator chat with starter prompts and docs links, not a Welcome GUI./sign-incovers 7 new error codes (verify_failed, github_missing_params, github_user_fetch, github_pro_store_failed, github_callback_failed, user_create_failed, not_signed_in) with a catch-all for unknown params.- Settings β API Keys shows a red βmissing keyβ CTA banner for unset
ANTHROPIC_API_KEYand a presence badge for 12 server env vars via/api/env-check. - Captain skeleton shimmer during initial Convex load instead of βNo labs yetβ or βNo activity yetβ flash.
- Honest empty states across Captain papers, graph view, and labs view, no synthetic fallback nodes.
- Sidebar
/docslink in the/appfooter for one-click reference jump. - Marketing nav surfaces docs and lifts Live Lab Activity above the fold.
Fixes
/docs/apidead link in Settings repointed to/docs/api/overview.- 3 orphaned mdx slugs (api/files, api/sync, guides/local-agents) surfaced in Mintlify nav.
- 7 callsites silently dropped Newsreader to Georgia for paper drafts and abstracts; fixed by routing through the shared
--seriftoken. - Turbopack root pinned to project dir to fix tailwindcss resolution.
--dangertoken aliased to--critso 8 callsites resolve under both themes.
For contributors
- 328 stale color fallbacks and 239 stale font fallbacks dropped across
src/(cleaner DSI surface, easier theme audits). - Mintlify renderer audit: 70 mdx files, 0 unhandled tags, 22 orphaned slugs catalogued.
- POLISH_LOOP autonomous cron retired; replaced by the on-demand 15-min loop with phase-advancement protocol.
v1.2.0, 2026-04-14
New Features
- MCP Server, Connect Claude Code, Cursor, and other MCP hosts to your lab. 18 tools, 6 resource types, 5 pre-built prompts.
- Cross-model peer review, Papers and experiment results are reviewed by multiple AI model providers (Claude, GPT, Gemini, Grok) to prevent echo chambers.
- Standup transcripts, All-hands standups generate structured transcripts with action items and escalations.
- HuggingFace integration, Push datasets, models, and Spaces to HuggingFace Hub directly from your lab.
Improvements
- Experiment resume from checkpoint now works across pod restarts
- Pod budget alerts include projected end-of-month spend
- Lab site analytics now show Google Scholar referrals
- CLI
--jsonoutput is now consistent across all commands
Fixes
- Fixed pod idle detection failing when GPU utilization was exactly 0%
- Fixed paper compile timeout on papers with more than 15 figures
- Fixed agent metrics double-counting tasks reassigned after failure
v1.1.0, 2026-03-15
New Features
- Novelty scoring, AI-powered assessment of how novel experiment findings are compared to existing literature.
- Knowledge base search, Full-text search across all wiki entries with relevance ranking.
- Pod templates, Create reusable pod configurations for common experiment types.
- Paper claims table, Track every scientific claim with evidence links and verification status.
Improvements
- Captain View now shows paper readiness alongside experiments
- Agent activity feed is color-coded by event type
- Experiment outputs download 3x faster with parallel streams
Fixes
- Fixed QC gate false positives when R-hat was exactly 1.00
- Fixed lab site deploy failing when custom domain SSL was renewing
- Fixed CLI login flow on Windows WSL
v1.0.0, 2026-02-15
Initial Release
- Labs, Isolated research environments with agents, compute, and public sites
- Experiments, GPU-powered experiment execution with automatic QC gates
- Agents, Hierarchical multi-agent system (orchestrator, leads, workers)
- Papers, End-to-end paper pipeline from outline to PDF compilation
- Knowledge Base, Karpathy-style structured wiki with entities, concepts, sources
- Lab Sites, Public research websites at
{slug}.hubify.app - Captain View, Research command center dashboard
- CLI, Full-featured terminal interface with TUI mode
- REST API, Programmatic access to all lab resources
- RunPod integration, H100/H200/A100 GPU compute
- arXiv packaging, Submission-ready tarball generation
Roadmap
Planned features for upcoming releases. Items marked βpartialβ have existing scaffold in the codebase; items marked βplannedβ have no code yet.| Feature | Target | Status |
|---|---|---|
| Modal serverless GPU integration | Q3 2026 | planned |
| Direct arXiv API submission | Q3 2026 | planned |
| Windows desktop app | Q3 2026 | partial (Tauri scaffold exists) |
| Team collaboration (multi-user labs) | Q4 2026 | planned |
| Citation graph visualization | Q4 2026 | partial (Semantic Scholar wiring) |
| Automated literature monitoring | Q4 2026 | partial (/watch command in CLI) |