Skip to content

Releases: FireCoderAI/firecoder

v0.0.33

15 May 22:51
Compare
Choose a tag to compare

πŸš€ 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 firecoder.cloud.chat.use for cloud chat.
  • Chat is generally available, just update the extension to the last version and use it.
    example-of-chat
  • Chat history, now you can see the history of your questions to FireCoder.
    image

What's Changed

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

v0.0.30

29 Apr 22:51
Compare
Choose a tag to compare

What's Changed

πŸš€ Main Features

  • Implemented CodeGemmy model for enhanced code completion.
  • Utilized a local tokenizer for improved performance and more accurate prediction times.

πŸ› οΈ Updates and Enhancements

  • Update server builds to late llama.cpp(b2665) by @gespispace in #28
  • feat(configuration): add configuration option to use pre release by @gespispace in #27
  • bugfix(configuration): fix type in default config for cloud use by @gespispace in #29
  • refactor(ci): move s3 url for server builds to new firecoder domain by @gespispace in #30
  • bugfix(chat): fix references for highlighted text by @gespispace in #31
  • feat(completion): move to codegemmy completion by @gespispace in #32
  • feat(configuration): auto restart servers after changing configuration by @gespispace in #33
  • feat(chat): add cancel button in chat to stop generation by @gespispace in #36
  • feat(prompt): use tokenizer from @xenova/transformers by @gespispace in #38
  • feat(cloud): auto completion by @gespispace in #39
  • feat(chat): add copy button in chat by @gespispace in #41

Full Changelog: v0.0.29...v0.0.30

v0.0.29

12 Apr 14:35
Compare
Choose a tag to compare

What's Changed

πŸš€ Features

  • Provide highlighted file as context for a chat.
chat-with-selected-file.webm
  • ☁️ Init cloud support. ☁️
  • Overwrite home dir for storing models and server.

Changelog

  • feat(configuration): add feature to overwrite homedir for storing models and server by @gespispace in #25
  • update cloud support by @gespispace in #26

Full Changelog: v0.0.27...v0.0.29

v0.0.26

05 Mar 22:02
Compare
Choose a tag to compare

What's Changed

πŸš€ Features

  • Open Tabs as Prompt Context. Enabled by default, it improves coding workflow by providing relevant prompts, accessible via shortcut Ctrl+Enter. Users can disable it using the firecoder.experimental.useopentabs configuration.
    Share your feedback with us!
    image