Skip to content

Releases: atomiechen/vscode-handyllm

vscode-handyllm v0.2.1

10 Aug 06:27
68057ac
Compare
Choose a tag to compare

Release vscode-handyllm v0.2.1.

Added

  • highlight extra property keywords (tool and array) for convenience
  • add `, * and _ to surrounding pairs

vscode-handyllm v0.2.0

05 Jul 15:54
Compare
Choose a tag to compare

Release vscode-handyllm v0.2.0.

Changed

  • Hide frontmatter end boundary when it is folded

Fixed

  • Wrap hprompt file name in quotes for run command.

vscode-handyllm v0.1.4

29 May 06:31
8903f9d
Compare
Choose a tag to compare

Release vscode-handyllm v0.1.4.

Added

  • Foldable frontmatter and messages

vscode-handyllm v0.1.3

21 May 17:12
3a6f8ee
Compare
Choose a tag to compare

Release vscode-handyllm v0.1.3.

Added

  • Frontmatter background highlight
  • Message boundaries highlight

Changed

  • Rename keyword.role to markup.heading for themes in the wild to bold this scope

Removed

  • Remove # line comment

vscode-handyllm v0.1.2

20 May 09:03
20db434
Compare
Choose a tag to compare

Release vscode-handyllm v0.1.2.

Added

  • Highlighting extra properties of messages
  • Parse special typed blocks as YAML
  • MIT License

Removed

  • Remove comment highlight to properly highlight completions prompt

vscode-handyllm v0.1.1

05 May 14:29
309dda0
Compare
Choose a tag to compare

Release vscode-handyllm v0.1.1.

[0.1.1] - 2024-05-05

Changed

  • Update command category and title

[0.1.0] - 2024-05-05

Added

  • Run hprompt command as menu action, context menu command or command palette command, with keybinding
  • Configuration for handyllm command name
  • Create hprompt command
  • New files use a starter template
  • Default turn on word wrap

v0.0.1

29 Apr 10:38
Compare
Choose a tag to compare

Added

Basic syntax highlighting for hprompt files:

  • Parse each content block as a markdown
  • Support embedded languages in markdown
  • Use # as single line comment
  • Injection to highlight %...% variables
  • No bracket color