Skip to content

v0.1.21

Choose a tag to compare

@demian0311 demian0311 released this 21 May 02:21
· 61 commits to main since this release

Highlights

New: Universal trailing-token color syntax — picks up @diagrammo/dgmo 0.16.0.

Color a label by appending a lowercase color name as the trailing token:

Sales red
Done green
Senior Engineer blue

The 11 colors: red, orange, yellow, green, blue, purple, teal, cyan, gray, black, white. Capitalize (Red) to use a color word as a literal label. Parentheses in labels are now literal text, not color notation.

Tool descriptions updatedrender_diagram, preview_diagram, and generate_report tool descriptions and schema docs now describe trailing-token syntax so LLM consumers emit the new form natively.

What's Changed

  • Bump @diagrammo/dgmo to ^0.16.0
  • Rewrite tool descriptions for trailing-token color syntax

Full Changelog: v0.1.20...v0.1.21