Skip to content

Commit b54941f

Browse files
committed
Version 0.0.2
1 parent aba79ca commit b54941f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "Code Assistant" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.2] - 2023-10-29
8+
9+
- code completion with `<FILL>` separator
10+
- UI modification with chat command interface (user input removed from navigator panel)
11+
- selection and file source provided when available
12+
713
## [0.0.1] - 2023-10-13
814

915
- Initial release

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ This extension contributes the following settings:
2020
* `codeAssistant.prompt.user`: User prompt used to open chat.
2121
* `codeAssistant.prompt.assistant`: Simulated answer from assistant to open chat.
2222

23+
## Extension commands
24+
* `codeAssistant.clearChat`: clear current chat.
25+
* `codeAssistant.openChat`: sends prompt for current chat.
26+
* `codeAssistant.infill`: use `<FILL>` separator in selection for code completion.
27+
2328
## Known Issues
2429
- general robustness regarding server connection
2530
- string format issues when retreiving some code with \{
31+
- chat does not display sometimes
2632

2733
## Release Notes
28-
### 0.0.1
29-
30-
Initial release
34+
> See changelog
3135
3236
---

0 commit comments

Comments
 (0)