Releases: ThHanke/ontosphere
Releases · ThHanke/ontosphere
v1.2.0
New features
- Manchester Pizza Tutorial demo — full OWL pizza ontology built step-by-step via MCP tools: classes, disjointWith axioms, subclass hierarchies, object properties with domain/range, inverseOf, FunctionalProperty, ABox individuals, and OWL-RL reasoning. Available as both a seed-driven doc (
docs/mcp-demo/pizza-tutorial.md) and a side-by-side AI tutor chat video (pizza-tutorial-chat). - Side-by-side chat demo format — new
demo-stage.htmllayout with mock AI chat on the left and live Ontosphere canvas on the right. Scripted viaaddChatMessage()/callToolOnStage()— no relay bookmarklet needed. - Demo video pipeline —
npm run demo:videorecords all demos at 1920×1080 (H.264 High/CRF 20) usingxvfb-run;npm run demo:allregenerates all seed-driven markdown docs and auto-updates the README demo table with the latest SVG snapshot. - MCP server renamed —
visgraphMcpServer→ontosphereMcpServer; all internal and external references updated.
Improvements
- Caption overlay in demo recordings now appears after reasoning results are visible on canvas (
captionAfteroption inrunSeedTurn). - Chat stream scrolls on every word during AI message streaming — last message no longer hidden behind input bar.
- Anchor tag color uses
--primarytoken instead of browser-default blue, consistent across light and dark mode. demo:allauto-patches README demo table with the last SVG produced by each seed run.
Fixes
- Video recording resolution was 800×450 (Playwright default) — fixed to explicit 1920×1080.
demo-bootstrap.mjspointed at renamed MCP server file.- All
VisGraph/visgraphbranding references replaced withOntosphereacross source, scripts, and docs.
Metadata
CITATION.cffupdated: title, version, repository URL, and concept DOI (10.5281/zenodo.19605270).package.jsonname updated toontosphere.
Full Changelog: v1.1.0...v1.2.0
AI Integration
What's new in v1.1.0
MCP Tool Surface
VisGraph now exposes a full Model Context Protocol tool surface, letting AI agents control the graph directly — add/remove nodes and edges, run SPARQL queries, validate with SHACL, trigger OWL-RL reasoning, cluster and layout nodes, and inspect the canvas state. No backend required.
AI Relay Bridge
A new bookmarklet-based relay bridge connects any chat UI (ChatGPT, Open WebUI, Gemini, …) to VisGraph via JSON-RPC 2.0 over BroadcastChannel. The AI issues tool calls as JSON-RPC messages; results are injected back into the chat automatically.
Demo Seeds
New built-in demo seeds showcase real-world usage: FOAF social graph, employment reasoning, and scene-ontology with BFO/RO.
Docs
- README rewritten with role-based entry points, live demo previews, and dynamic sidebar TOC
AGENTS.mdfor AI integrators and MCP clients- Public
mcp.jsonmanifest at/.well-known/mcp.json
Full Changelog: v1.0.0...v1.1.0