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
886 B
886 B
Workspace Final Markdown Review
This is the final review file for the new markdown rendering in Hermes Workspace.
What to check
- It should feel like a document, not a code dump
- Preview should be the default
- Source should still be available
- Links, lists, quotes, and tables should render cleanly
This blockquote should look like content, not terminal output.
Checklist
- Heading styling
- List styling
- Inline code styling
- Code block rendering
- Table rendering
Code
export function markdownReviewStatus() {
return 'ready for review'
}
Table
| Area | Expected |
|---|---|
| Message rendering | Cleaner |
| Markdown attachment | Preview-first |
| Source mode | Still available |