5 Commits

Author SHA1 Message Date
Eric
ffd60931ef fix(ci): remove stale workspace-daemon COPY from Dockerfile (#104)
The workspace-daemon/ package was removed in 82c3f70 but the Dockerfile
manifest COPY wasn't cleaned up, so CI/docker builds have been failing
at `COPY workspace-daemon/package.json workspace-daemon/` (fixes #88
pull manifest unknown symptom — no new images could be built/pushed).

Also:
- tsconfig include: `vite.config.js` → `vite.config.ts` (actual file ext)
- tsconfig: drop redundant `baseUrl`.", already implied by `paths` in TS 5

Extracted from #91 to ship the CI unblock independently; the larger
settings-UI portion of that PR stays open for separate review.

Co-authored-by: Eric <eric@outsourc-e.com>
Co-authored-by: ajojotank <ajojotank@users.noreply.github.com>
2026-04-22 14:32:25 -04:00
Eric
fb17b5f86f 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
2026-04-10 01:49:13 -04:00
outsourc-e
e8baad35b7 chore: Hermes Workspace v0.1.0 — initial open-source release 2026-03-16 16:18:20 -04:00
outsourc-e
1869a947b5 fix: loading loop (redirect to latest session not 'main'), relax unused var strictness for WIP 2026-03-16 12:27:35 -04:00
ibelick
0d39ce4d54 chore: initial project setup 2026-02-05 08:27:27 +01:00