π Main Features
- Full support MacOS ARM and Intel. To enable GPU usage on MacOS ARM, add
firecoder.experimental.useGpu.osx.metal
in VSCode settings. - Cloud early access. To enable the cloud use
firecoder.cloud.use
in the configuration.
No credit card is required. We are going to make auto-complete free forever. -
- Enable
firecoder.cloud.autocomplete.use
for cloud autocomplete.
- Enable
-
- Enable
firecoder.cloud.chat.use
for cloud chat.
- Enable
- Chat is generally available, just update the extension to the last version and use it.
- Chat history, now you can see the history of your questions to FireCoder.
What's Changed
- bugfix(server): release new verison for macos arm bugfix start server on macos by @gespispace in cb9cc51
- bugfix(server): update health check for mac arm by @gespispace in 3bf438d
- feat(chat): init steps for supporting chat history and small refactoring by @gespispace in #43
- feat(chat): make chat general available by @gespispace in #44
- feat(chat): move to codegemma chat model by @gespispace in #46
- bugfix(chat): hiding chat if server isn't responding by @gespispace in #47
- bugfix(chat): fix repeat_penalty for codegemma chat model by @gespispace in #48
- bugfix(server): fix health checks by @gespispace in #49
- feat(chat): show time of message in history by @gespispace in #50
- chore(chat): fix variable name @eltociear in #45
New Contributors
- @eltociear made their first contribution in #45
Thank you @eltociear, We appreciate your effort in improving FireCoder.
Full Changelog: v0.0.30...v0.0.33