File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to the "Code Assistant" extension will be documented in this
44
55Check [ 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
Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments