Skip to content

Releases: Aincvy/vscode-fauxpilot

v10.0.2 update

03 Jan 03:40
Compare
Choose a tag to compare
  • Remove option trim1stLineBreak
  • Add option trimLeadingWhitespace from #1, default value is true.
  • Remove unused file.

v10.0.1 update

18 Dec 10:17
Compare
Choose a tag to compare

Remove option reduceLineStep.

Add new option reduceLineTryTimes: When the estimated number of tokens exceeds the limit, binary search will be used to reduce the number of lines. This parameter controls the maximum number of binary search iterations.

v1.2.2 update

15 Oct 13:21
Compare
Choose a tag to compare

Add new option resendIfEmptyResponse.
If \n is in the stopWordsArray array and an empty response is received this time, should we resend the request? The new request will remove \n from the stopWordsArray array.

I think this option is effective when using the codegen2 model.

v1.2.0 update

22 Sep 09:15
Compare
Choose a tag to compare

Add parameters to automatically adjust the number of tokens sent to the server, to avoid receiving a 400 error from the server.

Add https://www.npmjs.com/package/@dqbd/tiktoken to calc token count.

v1.1.9 update

03 Sep 11:30
Compare
Choose a tag to compare
  • update to v1.9
  • bug fix: document.lineCount in getPrompt function is wrong
  • add try catch inside provideInlineCompletionItems function

1.1.8 change

30 Aug 03:01
Compare
Choose a tag to compare

Make suggestionDelay fields effective
Add a new class FauxpilotClient to handle log and config value.
Auto reload config.

fauxpilot-1.1.7

22 Aug 15:05
Compare
Choose a tag to compare
fauxpilot-1.1.7 Pre-release
Pre-release

update openai to 3.3.0, more comfortable inline completions