You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-35
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Feel free to share your feedback or report any issues on our [GitHub repository]
11
11
-**Easy Installation**: Simply install extensions and start using FireCoder.
12
12
-**Completion Auto Mode**: Enjoy the convenience of automatic code suggestions.
13
13
-**Manual Mode**: Switch between auto mode and manual mode for code suggestions.
14
-
-**Platform Support**: FireCoder supports Windows, Linux, and macOS.
14
+
-**Chat Mode**: Interact with FireCoder through natural language, receiving code suggestions and guidance tailored to your needs.
15
15
-**Multi-line Code Suggestions**: Enhance your coding experience with multi-line code suggestions.
16
+
-**Platform Support**: FireCoder supports Windows, Linux, and macOS.
16
17
17
18
### New Experimental Features:
18
19
19
20
-**GPU Support**: You can now utilize GPU support by adjusting the `firecoder.experimental.useGpu` settings in configuration.
20
-
-**Chat Mode**: Explore the new chat mode functionality by adjusting the `firecoder.experimental.chat` settings in configuration.
21
21
22
22
## Getting Started
23
23
@@ -27,29 +27,13 @@ Feel free to share your feedback or report any issues on our [GitHub repository]
27
27
28
28
## Roadmap
29
29
30
-
-**Support Chat Mode (WIP - Expected Soon):**
31
-
Enable a chat mode where users can interact with the FireCoder to get answers to their coding questions. A conversational interface to enhance your coding experience.
32
-
33
-
-**Custom Commands (WIP - Expected Soon):**
34
-
Create a set of custom commands for common tasks such as writing tests, fixing easy bugs, and more. Tailor FireCoder to your specific development needs with ease.
35
-
36
-
-**Generate Commit Descriptions (Scheduled for Q1 2024):**
37
-
Automate the process of generating descriptive commit messages. Improve the clarity and consistency of your version control history effortlessly.
38
-
39
-
-**Easy GPU Support (Scheduled for Q1 2024):**
40
-
Simplify GPU support installation. Just install FireCoder, and let it seamlessly utilize GPU resources to enhance performance and accelerate your coding tasks.
41
-
42
-
-**Pull Request Reviews (Scheduled for Q1 2024):**
43
-
Facilitate pull request reviews directly within FireCoder. Streamline the code review process and make collaboration smoother for your development team.
44
-
45
-
-**Cloud Service (Scheduled for Q1 2024):**
46
-
Introduce a cloud service to provide optimal performance for users with limited resources on their local machines. Enjoy the power of FireCoder without worrying about hardware constraints.
47
-
48
-
-**IntelliJ IDEA Support (Scheduled for Q2 2024):**
49
-
Extend FireCoder's compatibility to include support for IntelliJ IDEA, broadening the range of IDEs where you can seamlessly integrate our AI assistant.
50
-
51
-
-**Self-Hosting for Teams (Scheduled for Q2 2024):**
52
-
Integrate a self-hosting service designed for larger teams. Users can install a central service, enabling a team of developers to leverage FireCoder collaboratively.
30
+
- Custom Commands
31
+
- Generate Commit Descriptions
32
+
- Easy GPU Support
33
+
- Pull Request Reviews
34
+
- Cloud Service
35
+
- IntelliJ IDEA Support
36
+
- Self-Hosting for Teams
53
37
54
38
We're committed to making FireCoder an indispensable part of your coding toolkit. Stay tuned for updates as we bring these exciting features to life!
55
39
@@ -58,15 +42,13 @@ We're committed to making FireCoder an indispensable part of your coding toolkit
58
42
#### Minimal Requirements
59
43
60
44
-**Disk Space:** Minimum 2 GB of free disk space.
61
-
-**CPU:** Support AVX2.
62
45
-**RAM:** Minimum 1 GB of available memory.
63
46
64
47
These are the minimum specifications to run the FireCoder. The extension should function, but performance may be limited.
65
48
66
49
#### Optimal Requirements
67
50
68
51
-**Disk Space:** 14 GB or more of free disk space.
69
-
-**CPU:** Support AVX2.
70
52
-**RAM:** 6 GB or more of available memory.
71
53
72
54
If you intend to utilize the high-power and large model features, it is advisable to use a system with enhanced specifications to achieve better performance.
@@ -80,11 +62,4 @@ If you intend to utilize the high-power and large model features, it is advisabl
80
62
81
63
## Release Notes
82
64
83
-
### Version 0.0.4
84
-
85
-
- Auto download model and server.
86
-
87
-
### Version 0.0.1 (Initial Release)
88
-
89
-
- Welcome to the first release of FireCoder.
90
-
- Download now to explore the possibilities.
65
+
See [Github Releases](https://github.com/FireCoderAI/firecoder/releases)
0 commit comments