Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

This release adds the --co-author option for crediting additional authors (useful for AI-assisted development) and improves entry parsing to accept the plural components key in frontmatter.

Dec 5, 2025 · @mavam, @claude

The new --co-author option allows adding additional authors while preserving automatic author inference. This is useful for AI-assisted development where both the human and coding agent should be credited.

Support plural components key in entry frontmatter

Section titled “Support plural components key in entry frontmatter”

Dec 5, 2025 · @mavam · cli python

Entries now support both component (singular) and components (plural) keys in YAML frontmatter, following the existing patterns for author/authors and pr/prs. This allows entries to have multiple components. The CLI --component option can be repeated for multiple values.