Releases: outsourc-e/hermes-workspace
Releases · outsourc-e/hermes-workspace
v2.0.0 — Zero-Fork Release
Zero-fork release. Clone, don't fork.
Project Workspace now runs on vanilla pip install hermes-agent (0.10.0+). No patches, no forks, no drift. Upgrade any time with pip install -U hermes-agent.
Highlights
- Zero-fork architecture — workspace talks directly to vanilla
hermes-agentvia standard endpoints - One-liner installer —
curl -fsSL … | bashprovisions everything - Conductor (
/conductor) — mission-control surface: spawn missions, assign workers, watch live output - Operations (
/operations) — agent registry: pause, steer, kill live agents with role + model insight - Hermes-Nous theme — dark + light editorial variants with cobalt/paper surface pass
- Synthesized tool pills — inline tool-call rendering from dashboard stream markers
- Landing parity pass — hero, features, screenshots, setup, OG image, mobile theme toggle
Fixes
- Duplicate responses and disappearing history on interrupt (#62)
- Portable-mode double user message + uncleaned timeouts
- Local model selection actually propagates to chat
- Dashboard token injection on
/instead of/index.html - Onboarding no longer stacks behind workspace shell
Full notes: CHANGELOG.md
Upgrade
git pull
pnpm install
pnpm buildPair with latest agent: pip install -U hermes-agent
v1.0.0 — Hermes Workspace 1.0
🚀 Hermes Workspace 1.0
The first official release. Your AI agent's command center — chat, files, memory, skills, and terminal in one place.
Highlights
- Chat — Real-time SSE streaming, multi-session, file attachments, slash commands, voice input
- Files — Workspace file browser with Monaco editor, image preview, file operations
- Terminal — Full PTY terminal with 256-color support
- Memory — Browse, search, and edit agent memory with markdown preview
- Knowledge Browser — Document viewer for agent knowledge bases
- Skills — Browse 2,000+ skills from the marketplace, install/uninstall, security scanning
- Profiles — Multi-profile management (create, switch, rename, delete)
- MCP Settings — Configure MCP servers from the UI
- Jobs — Cron scheduler with create, edit, enable/disable, run history
- Dashboard — Workspace metrics and activity overview
- 8 Themes — Official, Classic, Slate, Mono — each with light and dark variants
- Mobile PWA — Full feature parity on any device via Tailscale
- Security — Auth on all API routes, CSP headers, rate limiting, exec approval prompts
- Smart Routing — Route simple queries to cheaper models automatically
- Context Tracking — Token usage monitoring with alerts
Compatibility
Works with any OpenAI-compatible backend (Ollama, LM Studio, vLLM, OpenAI, Anthropic, etc.). Enhanced features like sessions, memory, skills, and jobs unlock automatically when connected to a Hermes gateway.
Quick Start
git clone https://github.com/outsourc-e/hermes-workspace.git
cd hermes-workspace
pnpm install
cp .env.example .env
pnpm devStats
- 198 files changed, +14,463 / -3,654 lines
- Build: clean | TypeScript: 0 errors | Tests: 4/4 passing