feat: v1.0.0 — profiles, knowledge browser, MCP settings, skills hub upgrade, eslint, security contact update
New features: - Multi-profile management (create, switch, rename, delete) - Knowledge browser with document viewer - MCP server settings screen - Skills hub with marketplace search fallback - Context usage tracking and display Improvements: - eslint added and auto-fixed (69 issues resolved) - Settings dialog restructured (Agent, Smart Routing, Voice, Display sections) - Navigation updated with Profiles tab across desktop/mobile - Security contact updated to GitHub advisories + X DM - .gitignore hardened (.runtime/, internal dev docs) - Version bumped to 1.0.0 Build: clean | TypeScript: 0 errors | Tests: 4/4 passing
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
**Your AI agent's command center — chat, files, memory, skills, and terminal in one place.**
|
||||
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[](LICENSE)
|
||||
[](https://nodejs.org/)
|
||||
[](CONTRIBUTING.md)
|
||||
@@ -132,7 +132,7 @@ Route through the Hermes gateway for sessions, memory, skills, jobs, and tools:
|
||||
|
||||
```yaml
|
||||
provider: ollama
|
||||
model: qwen2.5:7b # or any model you have pulled
|
||||
model: qwen2.5:7b # or any model you have pulled
|
||||
custom_providers:
|
||||
- name: ollama
|
||||
base_url: http://127.0.0.1:11434/v1
|
||||
|
||||
Reference in New Issue
Block a user