Serac v1.1.6
Installation
npm install -g @serac-labs/core@1.1.6Run
seracComing from
snow-flow? The package is now@serac-labs/core
and the command isserac. Uninstall the old package first so
the install doesn't collide:
npm un -g snow-flow && npm i -g @serac-labs/core.
What's New
- 100% TypeScript (SolidJS + OpenTUI)
- 373+ ServiceNow MCP tools (bundled in the binary)
- 53 bundled skills
- 8 auth types (ServiceNow OAuth, Enterprise, Portal, MID Server, etc.)
- Enterprise integrations (Jira, Azure DevOps, Confluence, GitHub, GitLab)
Platform Binaries
Binaries are automatically downloaded during npm install and verified
against the provenance-covered checksums shipped in the package.
Manual download available above if needed.
Supported Platforms
- Linux x64 / arm64 (glibc + musl, avx2 + baseline)
- macOS arm64 (Apple Silicon) / x64 (Intel)
- Windows x64
What's Changed
- feat(servicenow-mcp): block config writes while no update set is active by @groeimetai in #234
- fix(servicenow-mcp): lenient guard flags + write-guards on the tool_execute path by @groeimetai in #236
- fix(servicenow-mcp): require an update set for catalog config writes by @groeimetai in #238
- fix(servicenow-mcp): per-chat update sets — no adopt-current + re-bind on drift by @groeimetai in #240
- fix(servicenow-mcp): surface real compile error when flow activate fails by @groeimetai in #242
- fix(servicenow-mcp): also surface /snapshot nonCriticalErrors in flow compile failures by @groeimetai in #245
- fix(ci): unbreak Release versioning, pr-standards TEAM_MEMBERS lookup, and main typecheck by @groeimetai in #247
Full Changelog: v1.1.5...v1.1.6