Skip to content

v0.13.6

Latest

Choose a tag to compare

@h3xxit h3xxit released this 30 Aug 15:00
· 44 commits to main since this release

Fixed

  • Agents reconnect on their own after a restart. When the server no longer holds an agent's MCP session (restart, idle timeout), /api/mcp now answers with the standard "session not found" signal that Claude Code, Claude Desktop and other clients re-initialize on — instead of an error that read as a malformed request and left every connected agent stranded until someone reconnected it by hand.

Added

  • The MCP server is now called "Skills, Tools and Knowledge" everywhere you connect an agent. In claude.ai it appears as Skills, Tools and Knowledge — <your host>; in config files and claude mcp add the key is skills-tools-knowledge. If you added the server by hand under the old knowledge / knowledge-base key, it keeps working — re-add it under the new key when convenient and remove the old entry.
  • Add to ChatGPT button next to Add to Claude on the welcome page and the External agent access page. ChatGPT has no prefill link, so it opens ChatGPT's connector settings and shows the name and URL to paste.
  • Tool pages show their source. A closed-by-default "Source" section on every tool page shows the file the platform runs, read-only.

Upgrading

Set HEXIS_VERSION=0.13.6, then docker compose pull app && docker compose up -d. No manual migration steps.