eae7195ba8
* feat: add CLI chat sessions with Python agent bridge Introduce a new CLI chat mode that connects Web UI directly to Hermes Agent's AIAgent via a Python bridge subprocess and Socket.IO, bypassing the API Server /v1/responses path. Supports streaming, slash commands (/new, /undo, /retry, /branch, /compress, /save, /title), interrupt, and steer. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat: update CLI chat session bridge * fix: extend agent bridge startup timeouts * docs: update bridge chat session design * feat: align bridge compression and provider registry * chore: bump version to 0.5.20 --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
43 lines
629 B
Plaintext
43 lines
629 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
package-lock.json
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
__pycache__/
|
|
*.py[cod]
|
|
server/dist
|
|
packages/server/dist
|
|
*.local
|
|
ROADMAP.md
|
|
# Server data
|
|
packages/server/data/
|
|
packages/server/node_modules/
|
|
.hermes-web-ui/
|
|
|
|
# Hermes config files (should be in user data directory, not project root)
|
|
config.yaml
|
|
.env
|
|
hermes_data/
|
|
hermes-dependencies.md
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.superpowers/
|
|
CLAUDE.md
|
|
# Client source map artifacts
|
|
packages/client/src/**/*.js
|