Skip to content

v1.9.1

Latest

Choose a tag to compare

@neilberkman neilberkman released this 04 Sep 20:40

Clippy v1.9.1

Slack formatting diagnostics and clearer guidance for agents using copy_slack.

  • Correct the tool guidance for CommonMark/GFM code fences and Markdown tables. Pipe tables become unaligned text rows; aligned columns belong inside a fenced code block.
  • Return formatting counts and warnings for flattened tables and multiline inline code. preview: true checks the generated formatting without changing the clipboard.
  • Add optional expected_code_blocks validation. A mismatch returns an MCP tool error before copying.
  • Report formatting warnings in clippy md2slack and counts with --verbose.

Counts describe generated formatting, not a verified Slack paste. Existing calls remain supported; the new parameters are optional.

Install: brew install clippy through Homebrew Core. Existing installations can use brew upgrade clippy once Core's automated update lands. Restart the MCP server after upgrading to load the new tool guidance and parameters.

Full changelog