Skip to content

Serac v1.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:33
· 42 commits to main since this release
ffbac2b

Installation

npm install -g @serac-labs/core@1.1.2

Run

serac

Coming from snow-flow? The package is now @serac-labs/core
and the command is serac. 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

  • fix: declare @opencode-ai/http-recorder devDependency + bump source to 1.1.2 by @groeimetai in #220

Full Changelog: v1.1.1...v1.1.2