Releases: atomiechen/vscode-handyllm
Releases · atomiechen/vscode-handyllm
vscode-handyllm v0.2.1
Release vscode-handyllm v0.2.1.
Added
- highlight extra property keywords (
tool
andarray
) for convenience - add `, * and _ to surrounding pairs
vscode-handyllm v0.2.0
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
Release vscode-handyllm v0.1.4.
Added
- Foldable frontmatter and messages
vscode-handyllm v0.1.3
Release vscode-handyllm v0.1.3.
Added
- Frontmatter background highlight
- Message boundaries highlight
Changed
- Rename
keyword.role
tomarkup.heading
for themes in the wild to bold this scope
Removed
- Remove
#
line comment
vscode-handyllm v0.1.2
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
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
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