markdown · 718 bytes Raw Blame History

Changelog

All notable changes to the DLM VSCode extension will be documented in this file.

[0.1.0] — Initial release

First public release.

  • TextMate grammar for .dlm (YAML frontmatter + markdown body + section fences)
  • LSP client wired to dlm-lsp (completions, hover, diagnostics, code actions)
  • Activity-bar side panel with quick-insert palette, source directory manager, base model browser, template gallery, document overview, and training controls
  • Commands: train, export, synth, showHistory, openStore, insertInstruction, insertPreference
  • Configurable dlm.command, dlm.home, dlm.defaultBase, dlm.watchOnSave, dlm.lspPath
  • Transparent store creation on document open
View source
1 # Changelog
2
3 All notable changes to the DLM VSCode extension will be documented in this file.
4
5 ## [0.1.0] — Initial release
6
7 First public release.
8
9 - TextMate grammar for `.dlm` (YAML frontmatter + markdown body + section fences)
10 - LSP client wired to `dlm-lsp` (completions, hover, diagnostics, code actions)
11 - Activity-bar side panel with quick-insert palette, source directory manager, base model browser, template gallery, document overview, and training controls
12 - Commands: `train`, `export`, `synth`, `showHistory`, `openStore`, `insertInstruction`, `insertPreference`
13 - Configurable `dlm.command`, `dlm.home`, `dlm.defaultBase`, `dlm.watchOnSave`, `dlm.lspPath`
14 - Transparent store creation on document open