| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-07 | 2.3 kB | |
| v1.54.0 source code.tar.gz | 2026-04-07 | 23.8 MB | |
| v1.54.0 source code.zip | 2026-04-07 | 27.2 MB | |
| Totals: 3 Items | 51.0 MB | 0 | |
š Features
-
Standalone LSP Package:\ New
@likec4/lsppackage -- a self-contained, fully-bundled CJS language server with zero runtime dependencies for third-party editor integrations (Neovim, Zed, etc.). Fixes #2840, #2843 -
list-iconsCLI Command:\ Newlikec4 list-iconscommand to list all available built-in icons with--format text|jsonand--groupfilter options. #2832 -
LikeC4 DSL Agent Skill:\ AI agents can now write correct LikeC4 code without hallucinating syntax. Install skills via
npx skills add https://likec4.dev/. Thanks @vincent067, @a-scolan, Resolves #2636, #2782
š Bug Fixes
-
Fixed dynamic view variant setting not being honored when navigating to a dynamic view, closes #2802. Thanks @kavishkartha05, #2827
-
Fixed manual layout alignment tools (Align Left, Right, Center, Top, Middle, Bottom) not working, closes #2771, #2791
-
Fixed LikeC4 generator not emitting element name in DSL output, closes #2815. Thanks @kavishkartha05, #2825
-
Fixed element names starting with underscore followed by digit (e.g.
_1password) being incorrectly rejected by the parser, closes #2836, #2845 -
Improved navigation from VSCode preview panel to sources by showing editor in a different tab group #2826
-
Validate LeanIX mapping partials before merge; align exports and mapping registry behaviour with specs. Thanks @sraphaz, #2829
-
Hardened
likec4:iconsvirtual module literals for CodeQL; raised floors for transitive dependencies. Thanks @sraphaz, #2831