Skip to content

Releases: cel-expr/skills

Release v0.4.0

Choose a tag to compare

@TristonianJones TristonianJones released this 27 Aug 22:56
3f6acbe

What's Changed

  • cel-expr CLI that unifies command line and MCP options #16
  • Doc generation skill for CEL extensions #17
  • Rename cmd/cel-expr to cmd/cli by #18
  • Minor updates to CLAUDE.md #20
  • Add release of cel-expr CLI that works with cel-expr-mcp #19

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

Choose a tag to compare

@TristonianJones TristonianJones released this 21 Aug 21:56
f511c1c

What's Changed

  • Fix a typo on SKILL.md by @copybara-service[bot] in #5
  • Update GEMINI.md and create CLAUDE.md in #7
  • Update cel.dev/cel-go deps in #13
  • Add SLSA + Sigstore release builds for cel-expr-mcp in #15

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

Choose a tag to compare

@TristonianJones TristonianJones released this 03 Aug 22:39
9b8b4ac

Features

  • Performed evaluations to determine that only cel-debugging and cel-authoring are useful
  • Updated the CEL MCP server to support protobuf inputs serialized from JSON
  • New flags to support -env and -file_descriptors specification to the stdio MCP server

When specifying flags to the stdio MCP server, the shape of the tool changes so that the environment
argument is no longer needed if it's specified, simplifying both the tool API and the context required for
generation.

Fixes

  • Fixed relative references to CEL skills within .md files.
  • GitHub actions added for release automation

v0.1.0

Choose a tag to compare

@TristonianJones TristonianJones released this 18 Jun 23:57
07d7330

Authoring, test, and debug skills with stdio MCP tools for CEL