Skip to content

Commit 747977e

Browse files
committedOct 9, 2024
updated all features
1 parent 5a4f464 commit 747977e

25 files changed

+110
-16
lines changed
 

‎docs/user/features/chat/browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Browser
22

3-
CodeBolt's built-in browser lets you test and preview web applications directly in the editor. You can view and interact with your project without switching applications. This feature provides real-time feedback, instant previews, and lets you debug, test different screen sizes, and check cross-browser compatibility, all within CodeBolt. It helps you stay focused and productive by keeping everything in one place.
3+
Access a built-in web browser to view and interact with web content directly from the chat interface.
44

55
![Browser](../../../../static/img/browser.png)

‎docs/user/features/chat/console.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Console
2+
3+
- View console output.
4+
- Monitor and debug application processes and operations within the chat.
5+
6+
![Console](../../../../static/img/console.png)

‎docs/user/features/chat/debug.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Debug
1+
# Debug
22

3-
CodeBolt's debugging tools help you find and fix problems in your applications more easily. You can set breakpoints, check variables, step through your code, and see how your app behaves as it runs. This makes it faster to identify and solve issues, ensuring your apps function smoothly. Whether the problems are straightforward bugs or more complicated issues, CodeBolt simplifies troubleshooting and enhances your development process.
3+
- View token usage details.
4+
- Monitor AI model usage and associated costs.
5+
- Inspect debug information related to AI models.
46

57
![debug](../../../../static/img/debug.png)

‎docs/user/features/chat/editor.md

-5
This file was deleted.

‎docs/user/features/chat/git.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Git
1+
# Git
22

3-
### Introduction to Git in codebolt
4-
Want to easily manage your source code and collaborate with others? Git and GitHub are the tools you need! And with Codebolt, you can set up and use them in a snap. Even if you're a beginner, Codebolt's user-friendly interface guides you through common Git actions like pushing and pulling code, creating and merging branches, and committing code changes.
3+
4+
- Perform Git operations like commits.
5+
- Auto-commit functionality.
6+
- Manage version control through the chat interface.
57

68

79
![git](../../../../static/img/git.png)

‎docs/user/features/chat/index.md

+56-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use CodeBolt's built-in chat to get help from Agent AI. Start a new conversation
77

88
### Chat Features
99

10-
* Select Agents: Located in the top-right of the application, identified by the (+) symbol.
10+
<!-- * Select Agents: Located in the top-right of the application, identified by the (+) symbol.
1111
1212
* Automated project commits to GitHub
1313
@@ -25,4 +25,58 @@ Use CodeBolt's built-in chat to get help from Agent AI. Start a new conversation
2525
2626
* [Git](#) - Take advantage of Git integration within CodeBolt for version control, branching, committing, and merging code changes.
2727
28-
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features.
28+
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features. -->
29+
30+
#### [Git](./git.md)
31+
32+
- Perform Git operations like commits.
33+
- Auto-commit functionality.
34+
- Manage version control through the chat interface.
35+
36+
37+
#### [Terminal](./terminal.md)
38+
39+
- Execute command-line operations directly within the chat.
40+
- Interact with system processes, run scripts, and perform CLI tasks.
41+
42+
#### [MarketPlace](./marketplace.md)
43+
44+
- View available agents in the marketplace.
45+
- Install new agents.
46+
- View and manage installed agents.
47+
48+
49+
#### [Planner](./planner.md)
50+
51+
- Plan and organize tasks.
52+
- Mark tasks as completed.
53+
- Track ongoing and completed tasks for better productivity.
54+
55+
56+
#### [Debug](./debug.md)
57+
58+
- View token usage details.
59+
- Monitor AI model usage and associated costs.
60+
- Inspect debug information related to AI models.
61+
62+
63+
#### [Settings](./setting.md)
64+
65+
- Customize app settings, including:
66+
- Default LLM (Large Language Model) selection.
67+
- Switch between different LLM providers.
68+
- Choose default agents and modify selections.
69+
- Manage environment settings for languages (Node.js, Python, Java) and databases (MongoDB, PostgreSQL, etc.).
70+
71+
#### [Browser](./browser.md)
72+
73+
- Access a built-in web browser to view and interact with web content directly from the chat interface.
74+
75+
#### [Console](./console.md)
76+
77+
- View console output.
78+
- Monitor and debug application processes and operations within the chat.
79+
80+
#### [Preview](#)
81+
- The Preview feature allows you to view the real-time output of the code you are working on within the application.
82+
- After writing or editing code, you can use the Preview tab to see how your application or script will look or behave when executed.
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Agent MarketPlace
2+
3+
- View available agents in the marketplace.
4+
- Install new agents.
5+
- View and manage installed agents.
6+
7+
![Marketplace](../../../../static/img/market_place.png)

‎docs/user/features/chat/planner.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Planner
22

3-
Plan and manage your tasks and projects efficiently with CodeBolt's built-in planner or task management tools. Whether you're keeping track of important dates, assigning tasks, or meeting deadlines, CodeBolt's easy-to-use interface helps you stay organized. You can create to-do lists, mark tasks as done, and monitor your progress effortlessly. With customizable task lists, priority settings, and progress tracking features, you can simplify your work and collaborate smoothly with your team.
43

5-
![planner](../../../../static/img/planner.png)
4+
- Plan and organize tasks.
5+
- Mark tasks as completed.
6+
- Track ongoing and completed tasks for better productivity.
7+
8+
9+
![planner](../../../../static/img/planner.png)

‎docs/user/features/chat/preview.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# Preview
1+
# Preview
2+
3+
4+
- The Preview feature allows you to view the real-time output of the code you are working on within the application.
5+
- After writing or editing code, you can use the Preview tab to see how your application or script will look or behave when executed.
6+
7+
![preview](../../../../static/img/preview.png)

‎docs/user/features/chat/setting.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Setting
2+
3+
4+
- Customize app settings, including:
5+
- Default LLM (Large Language Model) selection.
6+
- Switch between different LLM providers.
7+
- Choose default agents and modify selections.
8+
- Manage environment settings for languages (Node.js, Python, Java) and databases (MongoDB, PostgreSQL, etc.).
9+
10+
![setting](../../../../static/img/setting.png)

‎docs/user/features/chat/terminal.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Terminal
2+
3+
4+
- Execute command-line operations directly within the chat.
5+
- Interact with system processes, run scripts, and perform CLI tasks.
6+
7+
8+
![terminal](../../../../static/img/terminal.png)

‎static/img/application_features.png

14.4 KB
Loading
49 KB
Loading

‎static/img/browser.png

6.18 KB
Loading

‎static/img/chat.png

66.8 KB
Loading

‎static/img/chat_view.png

25 KB
Loading

‎static/img/codebolt_application.png

15.2 KB
Loading

‎static/img/console.png

47.4 KB
Loading

‎static/img/debug.png

-51 KB
Loading

‎static/img/latest_agent.png

7.92 KB
Loading

‎static/img/market_place.png

88.5 KB
Loading

‎static/img/planner.png

-34.4 KB
Loading

‎static/img/preview.png

38.4 KB
Loading

‎static/img/setting.png

94.6 KB
Loading

‎static/img/terminal.png

47.2 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.