Skip to content

v0.92.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:17
· 3 commits to master since this release

Fixed

  • A name is not a key: griglia:check --agent= and griglia:watch --agent= now match the configured
    agents by key or label, in any case (Claude Code, Claude, CLAUDEclaude), and an agent nobody
    configured stops the command with the list of the real ones. Before, an unrecognised text ran as itself and
    the ownership guard compared it with the resolved owner, so every task was refused with a message where the
    two agents looked like the same one («belongs to agent «Claude», you are «claude»»). On a board with a
    single agent the option is now decoration instead of a refusal. A label stored where a key belongs
    (todos.agent / checklists.agent) resolves to its agent as well, instead of falling back to the default.

Full changelog: v0.92.0...v0.92.1