Serac v1.1.4
Installation
npm install -g @serac-labs/core@1.1.4Run
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
- ci: restore the publish-mcp-http-image workflow on main by @groeimetai in #226
- docs(opencode): state the local-CLI surface boundary in the fluent skills by @groeimetai in #224
- chore: restore the Apache 2.0 relicense + license guard by @groeimetai in #230
Full Changelog: v1.1.3...v1.1.4