Serac v1.1.3
Installation
npm install -g @serac-labs/core@1.1.3Run
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 Fluent SDK support — fluent tool domain + bundled skills by @groeimetai in #222
- fix(ci): stop the release auto-bump from committing the mangled package.json by @groeimetai in #228
Full Changelog: v1.1.2...v1.1.3