v0.1.21
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 updated — render_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