- Parse plain-text 'hermes sessions list' output for real session IDs - Pass sessionId to chat API for --resume continuity across page loads - Filter session_id: lines from SSE content into separate metadata events - Fix crash: 'Controller is already closed' with proper error handling - Auto-detect code blocks, HTML, SVG, diff artifacts from responses - Add diff rendering support in Monaco editor - Fix status/models API for 'hermes config show' output format - Load real Hermes sessions in sidebar on mount - Link local sessions to Hermes session IDs for resumability
sv
Everything you need to build a Svelte project, powered by sv.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
# recreate this project
pnpm dlx sv@0.15.3 create --template minimal --types ts --add tailwindcss="plugins:none" sveltekit-adapter="adapter:node" --install pnpm hermes-chat-v2
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Description
Languages
Svelte
66.9%
TypeScript
28.3%
CSS
3.4%
Dockerfile
0.7%
JavaScript
0.4%
Other
0.3%