Releases: redocrepus/arkode
Releases · redocrepus/arkode
0.0.2-alpha
Changelog
0.0.2-alpha
New
- ChatGPT enhanced coding:
- [Optional] Select a code section to be modified.
- Dictate a code change request for ChatGPT to implement on current text selection or at the current cursor position.
- New settings
arkode.whisperPromptFilePath
for customized WhisperAPI prompt files.arkode.systemMessageFilePath
for specifying the system message file path for ChatGPT.arkode.model
: Recommended default ChatGPT model is"gpt-4-1106-preview"
.arkode.debugTranscription
for predefined requests instead of live whisper AI queries - for debugging.
Improvements
- Slightly better information messages
Changes
- Renamed the command
arkode.inject
toarkode.dictateCodingRequest
0.0.1-alpha
Initial release only does context-based transcription, but doesn't do any syntax/semantics based post processing yet.
0.0.1-alpha
Initial release only does context-based transcription, but doesn't do any syntax/semantics based post processing yet.