Skip to content

Commit d543e2f

Browse files
committedNov 6, 2024·
updated
1 parent 5c98156 commit d543e2f

20 files changed

+32
-30
lines changed
 

‎docs/api/chat/sendMessage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ data:
2424

2525
```js
2626
// Send a message through the WebSocket connection
27-
const message = await codebolt.chat.sendMessage("Hello, everyone!");
27+
const message = await codebolt.chat.sendMessage("Hi!");
2828

2929
```
3030

31-
![sendMessage](../../../static/img/sendMessage.png)
31+
![sendMessage](../../../static/img/processStarted.png)
3232

3333

3434
### Explanation

‎docs/api/git/init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data:
2424

2525
### Status
2626

27-
Work Progress...
27+
Comming soon...
2828

2929

3030
### Example

‎docs/api/git/logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323

2424
### Status
2525

26-
Work Progress...
26+
Comming soon...
2727

2828

2929
### Example

‎docs/api/git/pull.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data:
2525

2626
### Status
2727

28-
Work Progress...
28+
Comming soon...
2929

3030
### Example
3131

‎docs/api/git/push.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323

2424
### Status
2525

26-
Work Progress...
26+
Comming soon...
2727

2828
### Example
2929

‎docs/api/git/status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323

2424
### Status
2525

26-
Work Progress...
26+
Comming soon...
2727

2828

2929
### Example

‎docs/api/knowledge/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ cbapicategory: []
44
---
55
# knowledge
66
<CBAPICategory />
7+
8+
Comming soon...
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code View
1+
# Code Editor
22

33

44
![codeview](../../../../static/img/codeview.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎docs/user/features/index.md renamed to ‎docs/user/module/index.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Features
1+
# Modules
22

33
Use CodeBolt's built-in chat to get help from Agent AI. Start a new conversation to ask questions, solve problems, and get coding advice instantly. Agent AI assists with coding issues and project guidance, making troubleshooting faster and easier.
44

55

66
![Chat](../../../static/img/chat_view.png)
77

8-
### Chat Features
8+
<!-- ### Chat Features -->
99

1010
<!-- * Select Agents: Located in the top-right of the application, identified by the (+) symbol.
1111
@@ -27,56 +27,56 @@ Use CodeBolt's built-in chat to get help from Agent AI. Start a new conversation
2727
2828
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features. -->
2929

30-
#### [Git](./git.md)
30+
#### [Git](./git)
3131

3232
- Perform Git operations like commits.
3333
- Auto-commit functionality.
3434
- Manage version control through the chat interface.
3535

3636

37-
#### [Terminal](./terminal.md)
37+
#### [Terminal](./terminal)
3838

3939
- Execute command-line operations directly within the chat.
4040
- Interact with system processes, run scripts, and perform CLI tasks.
4141

42-
#### [MarketPlace](./marketplace.md)
42+
#### [MarketPlace](./marketplace)
4343

4444
- View available agents in the marketplace.
4545
- Install new agents.
4646
- View and manage installed agents.
4747

4848

49-
#### [Planner](./planner.md)
49+
#### [Planner](./planner)
5050

5151
- Plan and organize tasks.
5252
- Mark tasks as completed.
5353
- Track ongoing and completed tasks for better productivity.
5454

5555

56-
#### [Debug](./debug.md)
56+
#### [Debug](./debug)
5757

5858
- View token usage details.
5959
- Monitor AI model usage and associated costs.
6060
- Inspect debug information related to AI models.
6161

6262

63-
#### [Settings](./setting.md)
63+
#### [Settings](./settings)
6464

6565
- Customize app settings, including:
6666
- Default LLM (Large Language Model) selection.
6767
- Switch between different LLM providers.
6868
- Choose default agents and modify selections.
6969
- Manage environment settings for languages (Node.js, Python, Java) and databases (MongoDB, PostgreSQL, etc.).
7070

71-
#### [Browser](./browser.md)
71+
#### [Browser](./browser)
7272

7373
- Access a built-in web browser to view and interact with web content directly from the chat interface.
7474

75-
#### [Console](./console.md)
75+
#### [Console](./console)
7676

7777
- View console output.
7878
- Monitor and debug application processes and operations within the chat.
7979

80-
#### [Preview](#)
80+
#### [Preview](./preview)
8181
- The Preview feature allows you to view the real-time output of the code you are working on within the application.
8282
- After writing or editing code, you can use the Preview tab to see how your application or script will look or behave when executed.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎docs/user/settings/ApplicationSettings.md renamed to ‎docs/user/module/settings/ApplicationSettings.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In the **Application Settings**, you can configure various options to tailor the
55
### 1. Default Settings
66
- In the **Default Settings**, you can set up the application's **LLM** and select a **Model**.
77

8-
![Default Settings](../../../static/img/default_setting.png)
8+
![Default Settings](../../../../static/img/default_setting.png)
99

1010
### 2. LLMs
1111
- The **LLMs** setting allows you to select providers. The following providers are available:
@@ -14,14 +14,14 @@ In the **Application Settings**, you can configure various options to tailor the
1414
- **LM Studio**
1515
- Additionally, you can explore and choose from the **Available Models** within each provider.
1616

17-
![LLMs Settings](../../../static/img/llm-setting.png)
17+
![LLMs Settings](../../../../static/img/llm-setting.png)
1818

1919
### 3. Agents
2020
- In the Agents section, you can manage agent LLM setting.
2121
- You can assign LLM Roles to your agents to define their roles.
2222
- You can also configure your agent by enabling a button that lets you add your own custom agent URL.
2323

24-
![Agents Settings](../../../static/img/agent-setting.png)
24+
![Agents Settings](../../../../static/img/agent-setting.png)
2525

2626
### 4. Code Editor Setting
2727
- In the **Code Edit Agent**, you can select agents that support Ctrl+K or Cmd+K functionalities.

‎docs/user/settings/projectSettings.md renamed to ‎docs/user/module/settings/projectSettings.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The App Settings section is where you define key details about your application:
1111
* App Description: A short description of the app’s purpose or functionality.
1212
* App GitHub Repo URL: The link to the application's GitHub repository, allowing easy access to the project’s codebase.
1313

14-
![project_app_setting](../../../static/img/project_app_setting.png)
14+
![project_app_setting](../../../../static/img/project_app_setting.png)
1515

1616

1717
### Technical Info
@@ -22,7 +22,7 @@ The Technical Info section provides information about the technology stack used
2222
* Services: Lists any services integrated within the project, such as databases, APIs, or external tools.
2323

2424

25-
![project_tech_info](../../../static/img/project_tech_info.png)
25+
![project_tech_info](../../../../static/img/project_tech_info.png)
2626

2727

2828
### Secrets
@@ -32,7 +32,7 @@ The Secrets section is used to store and manage sensitive information:
3232
* List Secrets: Displays a list of all stored secrets for easy access and management
3333

3434

35-
![project_secret](../../../static/img/project_secret.png)
35+
![project_secret](../../../../static/img/project_secret.png)
3636

3737

3838
### Knowledge Base
@@ -42,7 +42,7 @@ The Knowledge Base section serves as a repository for important information rela
4242
* List Knowledge Base Entries: Displays all knowledge base entries, with options for editing or deletion.
4343
* Actions: Each entry has actions available for updates or adjustments.
4444

45-
![project_knowledgebase](../../../static/img/project_knowledgebase.png)
45+
![project_knowledgebase](../../../../static/img/project_knowledgebase.png)
4646

4747
### Instruction
4848
There are two ways to add instructions in this section:
@@ -51,7 +51,7 @@ There are two ways to add instructions in this section:
5151

5252
* Local File Instruction: Allows you to upload instructions in the form of files from your local system.
5353

54-
![project_instruction](../../../static/img/project_instruction.png)
54+
![project_instruction](../../../../static/img/project_instruction.png)
5555

5656

5757
### Usage Settings
@@ -63,16 +63,16 @@ The Usage section offers various settings to define how the application is used
6363
* Layout Settings: Customize the layout and organization of the project environment.
6464
* Run Command: Define commands used to run or test the application in development mode.
6565

66-
![project_develop](../../../static/img/project_develop.png)
66+
![project_develop](../../../../static/img/project_develop.png)
6767

6868

6969
**Install Settings**
7070
* Install Custom Agent: Allows installation of custom agents designed for specific tasks or integrations within the project.
7171

72-
![project_install](../../../static/img/project_install.png)
72+
![project_install](../../../../static/img/project_install.png)
7373

7474

7575
**App Use Settings**
7676
* Customize how the app is used, with options to manage user roles, permissions, or usage guidelines specific to the application.
7777

78-
![project_appuse](../../../static/img/project_appuse.png)
78+
![project_appuse](../../../../static/img/project_appuse.png)
File renamed without changes.

‎static/img/processStarted.png

1.98 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.