All changes across Tenzir projects released in 2026.
- Tenzir Ship v1.0.0
This major release renames the package from
tenzir-changelogtotenzir-shipand introduces several breaking changes to streamline the CLI interface. Theshowcommand now uses intuitive positional tokens (unreleased,released,latest,all) instead of flags, and therelease notesco... - Claude Marketplace v2.0.0
This major release renames the
changelogplugin toshipto better reflect its focus on release engineering. Subagents now require explicit skill declarations in their YAML frontmatter, and tool configurations have been updated to use the consolidatedSkilltool. - Claude Marketplace > Ship Plugin v2.0.0
This major release rebrands the plugin from "changelog" to "ship" to better reflect its broader focus on release engineering. Commands have been updated from
/changelog:addand/changelog:releaseto/ship:addand/ship:release, and all CLI invocations now usetenzir-shipinstead of `ten... - Claude Marketplace > Changelog Plugin v1.4.2
This release enhances the changelog commands with autonomous decision-making capabilities. Both
/changelog:addand/changelog:releasenow run in forked contexts that infer parameters from repository context and proceed without user confirmation, streamlining the changelog and release workflows. - Claude Marketplace > Docs Plugin v2.2.1
This release fixes two bugs in the documentation reader subagent. The reader now reports all examples from operator and function pages instead of only the first one, and only reports verbatim examples from the documentation instead of synthesizing potentially incorrect code.
- Claude Marketplace > Excalidraw Plugin v0.1.1
This release improves the accuracy and reliability of Excalidraw diagram generation through better documentation and corrected defaults. It fixes several bugs related to polygon path closing, text positioning formulas, and roughness settings, while also enhancing documentation to clarify technica...
- Claude Marketplace > Formatter Plugin v1.2.0
This release adds ESLint support for JavaScript and TypeScript files, automatically fixing linting issues after every edit.
- Claude Marketplace > Git Plugin v1.3.0
This release introduces autonomous commit workflows that automatically split unrelated changes into separate commits without prompting. The new
/git:address-pr-commentscommand systematically addresses GitHub PR review comments, creating commits and resolving threads automatically. The commit w... - Claude Marketplace > OCSF Plugin v0.1.1
This release improves OCSF documentation synchronization with content-based change detection and transitions to pre-committed schema references. The guide agent now uses Claude Sonnet for enhanced reasoning on complex schema questions.
- Claude Marketplace > Ship Plugin v1.4.2
This release enhances the changelog commands with autonomous decision-making capabilities. Both
/changelog:addand/changelog:releasenow run in forked contexts that infer parameters from repository context and proceed without user confirmation, streamlining the changelog and release workflows. - Claude Marketplace > TQL Plugin v1.2.0
This release introduces two new slash commands for creating Tenzir packages:
/tql:make_parserfor building parsing pipelines from sample log data, and/tql:make_ocsf_mappingfor adding OCSF mappings to existing parsers. Both commands provide guided, multi-phase workflows with iterative testin... - Tenzir Ship v0.19.1
This release adds initial release support with implicit version bumping and fixes row numbering in multi-project views.
- Claude Marketplace v1.1.0
This release introduces the OCSF plugin for navigating the Open Cybersecurity Schema Framework with versioned reference documentation, and the Excalidraw plugin for generating valid diagrams. It also adds a reusable GitHub Action for automated changelog entries in CI.
Breaking changes include re...
- Claude Marketplace > Changelog Plugin v1.4.1
This release improves the accuracy of the
/changelog:addcommand documentation by using correct terminology and clarifying configuration file locations. - Claude Marketplace > C++ Plugin v0.2.0
This release adds a comprehensive C++ coding conventions skill that provides guidance on naming conventions, class structure, template metaprogramming style, and documentation comments.
- Claude Marketplace > Docs Plugin v2.2.0
This release restores the
/docs:prcommand with enhanced cross-referencing capabilities that automatically link documentation PRs with parent project PRs. It also improves the synchronization workflow by automatically cloning the documentation repository when needed, eliminating manual setup st... - Claude Marketplace > Excalidraw Plugin v0.1.0
Initial release of the Excalidraw plugin for generating valid diagram files. The plugin supports flowcharts, ER diagrams, sequence diagrams, and architecture diagrams with proper element bindings and Excalidraw-native styling.
- Claude Marketplace > Formatter Plugin v1.1.1
This release improves shell script formatting by adding EditorConfig support, ensuring formatting aligns with repository-specific conventions.
- Claude Marketplace > Git Plugin v1.2.0
This release introduces the
/git:address-pr-commentscommand for systematically working through GitHub PR review comments. The command creates one commit per comment, replies with the commit SHA, and resolves threads automatically. It also includes fixes for branch pushing before PR creation an... - Claude Marketplace > OCSF Plugin v0.1.0
Initial release of the OCSF plugin with comprehensive schema navigation, versioned documentation, and a dedicated guide subagent.
- Claude Marketplace > Ship Plugin v1.4.1
This release improves the accuracy of the
/changelog:addcommand documentation by using correct terminology and clarifying configuration file locations. - Claude Marketplace > TQL Plugin v1.1.1
This release removes the bundled MCP server to streamline documentation lookup through the docs plugin dependency.
- Tenzir Node v5.23.1
This release fixes internal errors in expression evaluation for heterogeneous data, resolves a crash in the operator when using , and ensures the connector shuts down gracefully.