Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ These hooks help maintain code quality and consistency. If you encounter issues
### Debugging Tips

- Use `console.log()` statements in your code for debugging
- Check the Output panel in VSCode (View > Output) and select "Axon Code" from the dropdown
- Check the Output panel in VSCode (View > Output) and select "Orbital" from the dropdown
- For webview issues, use the browser developer tools in the webview (right-click > "Inspect Element")

### Testing with Local Backend
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ Choose the right model for your workflow:

1. Open VS Code
2. Navigate to Extensions (`Ctrl+Shift+X`)
3. Search for "Axon Code"
3. Search for "Orbital"
4. Click Install

### JetBrains Plugin

1. Open JetBrains IDE
2. Go to Settings/Preferences
3. Navigate to Plugins
4. Search for "Axon Code"
4. Search for "Orbital"
5. Install and restart IDE

### CLI Installation
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/advanced-usage/custom-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
url="https://youtu.be/GF0vjB8NxYg"
/>

Custom rules provide a powerful way to define project-specific and global behaviors and constraints for the Axon AI Coding Agent | Code Reviews. With custom rules, you can ensure consistent formatting, restrict access to sensitive files, enforce coding standards, and customize the AI's behavior for your specific project needs or across all projects.
Custom rules provide a powerful way to define project-specific and global behaviors and constraints for the Orbital AI Coding Agent | AI Code Reviews. With custom rules, you can ensure consistent formatting, restrict access to sensitive files, enforce coding standards, and customize the AI's behavior for your specific project needs or across all projects.

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ When you need more capability than free models provide, these options deliver ex

**Reduce system prompt size:**

- [Disable MCP](/features/mcp/using-mcp-in-kilo-code) if not using external tools
- [Disable MCP](/orbital/features/mcp) if not using external tools
- Use focused custom modes
- Minimize unnecessary context

Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/advanced-usage/memory-bank.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ You can direct Axon Code to focus on specific information sources by using comma

#### Regular Task Execution

At the beginning of every task, Axon Code:
At the beginning of every task, Orbital:

1. Reads ALL memory bank files
2. Includes `[Memory Bank: Active]` at the beginning of its response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ If you set the rate limit to 10 seconds, Axon Code will wait at least 10 seconds
- **Use Custom Instructions:** Provide custom instructions to guide Axon Code's behavior and reduce the need for lengthy explanations in each prompt.
- **Choose the Right Model:** Some models are more cost-effective than others. Consider using a smaller, faster model for tasks that don't require the full power of a larger model.
- **Use Modes:** Different modes can access different tools, for example `Architect` can't modify code, which makes it a safe choice when analyzing a complex codebase, without worrying about accidentally allowing expensive operations.
- **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in the MCP settings](/features/mcp/using-mcp-in-kilo-code) to significantly reduce the size of the system prompt and save tokens.
- **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in the MCP settings](/orbital/features/mcp) to significantly reduce the size of the system prompt and save tokens.

By understanding and managing your API usage, you can use Axon Code effectively and efficiently.
4 changes: 2 additions & 2 deletions apps/kilocode-docs/docs/basic-usage/how-tools-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _The tool approval interface shows Save/Reject buttons and Auto-approve options.

**User:** Create a file named `greeting.js` that logs a greeting message

**Axon Code:** (Proposes the `write_to_file` tool as shown in the image above)
**Orbital:** (Proposes the `write_to_file` tool as shown in the image above)

```xml
<write_to_file>
Expand All @@ -49,7 +49,7 @@ greet('World');

**User:** (Clicks "Save" in the interface)

**Axon Code:** (Confirms file creation)
**Orbital:** (Confirms file creation)

## Tool Safety and Approval

Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/basic-usage/the-chat-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Image from '@site/src/components/Image';

Find the Axon Code icon (<img src="/docs/img/matterai-ic.svg" width="12" />) in VS Code's Primary Side Bar. Click it to open the chat panel.

**Lost the panel?** Go to View > Open View... and search for "Axon Code"
**Lost the panel?** Go to View > Open View... and search for "Orbital"

## How to Talk to Axon Code

Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/extending/contributing-to-kilo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Axon Code is an open-source project that welcomes contributions from developers

## Ways to Contribute

There are many ways to contribute to Axon Code:
There are many ways to contribute to Orbital:

1. **Code Contributions**: Implement new features or fix bugs
2. **Documentation**: Improve existing docs or create new guides
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ These hooks help maintain code quality and consistency. If you encounter issues
### Debugging Tips

- Use `console.log()` statements in your code for debugging
- Check the Output panel in VSCode (View > Output) and select "Axon Code" from the dropdown
- Check the Output panel in VSCode (View > Output) and select "Orbital" from the dropdown
- For webview issues, use the browser developer tools in the webview (right-click > "Inspect Element")
12 changes: 6 additions & 6 deletions apps/kilocode-docs/docs/features/checkpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ To compare your current workspace with a previous checkpoint:

To restore a project to a previous checkpoint state:

1. Locate the checkpoint in your chat history
2. Click the checkpoint's `Restore Checkpoint` button
<img src="/docs/img/checkpoints/checkpoints-7.png" alt="Restore checkpoint button interface" width="100" />
3. Choose one of these restoration options:
1. Locate the checkpoint in your chat history
2. Click the checkpoint's `Restore Checkpoint` button
<img src="/docs/img/checkpoints/checkpoints-7.png" alt="Restore checkpoint button interface" width="100" />
3. Choose one of these restoration options:

<img src="/docs/img/checkpoints/checkpoints-4.png" alt="Restore checkpoint option" width="300" />

- **Restore Files Only** - Reverts only workspace files to checkpoint state without modifying conversation history. Ideal for comparing alternative implementations while maintaining chat context, allowing you to seamlessly switch between different project states. This option does not require confirmation and lets you quickly switch between different implementations.
- **Restore Files & Task** - Reverts both workspace files AND removes all subsequent conversation messages. Use when you want to completely reset both your code and conversation back to the checkpoint's point in time. This option requires confirmation in a dialog as it cannot be undone.

<img src="/docs/img/checkpoints/checkpoints-9.png" alt="Confirmation dialog for restoring checkpoint with files & task" width="300" />
<img src="/docs/img/checkpoints/checkpoints-9.png" alt="Confirmation dialog for restoring checkpoint with files & task" width="300" />

### Limitations and Considerations

Expand Down Expand Up @@ -113,7 +113,7 @@ The checkpoint system consists of:

### Restoration Process

When restoration executes, Axon Code:
When restoration executes, Orbital:

- Performs a hard reset to the specified checkpoint commit
- Copies all files from the shadow repository to your workspace
Expand Down
6 changes: 3 additions & 3 deletions apps/kilocode-docs/docs/features/code-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Code Actions appear as a lightbulb icon (💡) in the editor gutter (the area to
- Your cursor is on a line with a problem (error, warning, or hint).
- You invoke them via command.

Clicking the lightbulb, right-clicking and selecting "Axon Code", or using the keyboard shortcut (`Ctrl+.` or `Cmd+.` on macOS, by default), displays a menu of available actions.
Clicking the lightbulb, right-clicking and selecting "Orbital", or using the keyboard shortcut (`Ctrl+.` or `Cmd+.` on macOS, by default), displays a menu of available actions.

<Image src="/docs/img/code-actions/code-actions-1.png" alt="VS Code code actions in line with code" width="500" />

Expand Down Expand Up @@ -60,15 +60,15 @@ There are three main ways to use Axon Code's Code Actions:

1. **Select Code:** Select the code you want to work with.
2. **Right-Click:** Right-click on the selected code to open the context menu.
3. **Choose "Axon Code":** Select the "Axon Code" option from the context menu. A submenu will appear with the available Axon Code actions.
3. **Choose "Orbital":** Select the "Orbital" option from the context menu. A submenu will appear with the available Axon Code actions.
4. **Choose an Action:** Select the desired action from the submenu.
5. **Review and Approve:** Axon Code will propose a solution in the chat panel. Review the proposed changes and approve or reject them.

### 3. From the Command Palette

1. **Select Code:** Select the code you want to work with.
2. **Open the Command Palette:** Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (macOS).
3. **Type a Command:** Type "Axon Code" to filter the commands, then choose the relevant code action (e.g., "Axon Code: Explain Code"). You can also type the start of the command, like "Axon Code: Explain", and select from the filtered list.
3. **Type a Command:** Type "Orbital" to filter the commands, then choose the relevant code action (e.g., "Orbital: Explain Code"). You can also type the start of the command, like "Orbital: Explain", and select from the filtered list.
4. **Review and Approve:** Axon Code will propose a solution in the chat panel. Review the proposed changes and approve or reject them.

## Code Actions and Current Task
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/features/mcp/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Model Context Protocol (MCP) is a standard for extending Axon Code's capabil

This documentation is organized into several sections:

- [**Using MCP in Axon Code**](/features/mcp/using-mcp-in-kilo-code) - Comprehensive guide to configuring, enabling, and managing MCP servers with Axon Code. Includes server settings, tool approval, and troubleshooting.
- [**Using MCP in Axon Code**](/orbital/features/mcp) - Comprehensive guide to configuring, enabling, and managing MCP servers with Axon Code. Includes server settings, tool approval, and troubleshooting.

- [**What is MCP?**](/features/mcp/what-is-mcp) - Clear explanation of the Model Context Protocol, its client-server architecture, and how it enables AI systems to interact with external tools.

Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/features/mcp/server-transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ Some scenarios benefit from a hybrid approach:

## Configuring Transports in Axon Code

For detailed information on configuring STDIO and SSE transports in Axon Code, including example configurations, see the [Understanding Transport Types](/features/mcp/using-mcp-in-kilo-code#understanding-transport-types) section in the Using MCP in Axon Code guide.
For detailed information on configuring STDIO and SSE transports in Axon Code, including example configurations, see the [Understanding Transport Types](/orbital/features/mcp#understanding-transport-types) section in the Using MCP in Axon Code guide.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ When enabled, Axon Code will automatically approve this specific tool without pr
Axon Code does not come with any pre-installed MCP servers. You'll need to find and install them separately.

- **Community Repositories:** Check for community-maintained lists of MCP servers on GitHub
- **Ask Axon Code:** You can ask Axon Code to help you find or even create MCP servers
- **Ask Orbital:** You can ask Axon Code to help you find or even create MCP servers
- **Build Your Own:** Create custom MCP servers using the SDK to extend Axon Code with your own tools

For full SDK documentation, visit the [MCP GitHub repository](https://github.com/modelcontextprotocol/).
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/features/mcp/what-is-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ MCP provides a standardized way for AI systems to interact with external tools a
Ready to dig deeper? Check out these guides:

- [MCP Overview](/features/mcp/overview) - A quick glance at the MCP documentation structure
- [Using MCP in Axon Code](/features/mcp/using-mcp-in-kilo-code) - Get started with MCP in Axon Code, including creating simple servers
- [Using MCP in Axon Code](/orbital/features/mcp) - Get started with MCP in Axon Code, including creating simple servers
- [MCP vs API](/features/mcp/mcp-vs-api) - Technical advantages compared to traditional APIs
- [STDIO & SSE Transports](/features/mcp/server-transports) - Local vs. hosted deployment models
14 changes: 7 additions & 7 deletions apps/kilocode-docs/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ alternatively, you can:

1. Open VS Code
2. Access Extensions: Click the Extensions icon in the Side Bar or press `Ctrl+Shift+X` (Windows/Linux) or `Cmd+Shift+X` (macOS)
3. Search for "Axon Code"
4. Select "Axon Code" by Axon Code and click **Install**
3. Search for "Orbital"
4. Select "Orbital" by Axon Code and click **Install**
5. Reload VS Code if prompted

After installation, find the Axon Code icon (<img src="/docs/img/matterai-ic.svg" width="12" />) in the Side Bar to open the Axon Code panel.
Expand All @@ -44,8 +44,8 @@ alternatively, you can:

1. Open Cursor
2. Access Extensions: Click the Extensions icon in the Side Bar or press `Ctrl+Shift+X` (Windows/Linux) or `Cmd+Shift+X` (macOS)
3. Search for "Axon Code"
4. Select "Axon Code" by Axon Code and click **Install**
3. Search for "Orbital"
4. Select "Orbital" by Axon Code and click **Install**
5. Reload Cursor if prompted

After installation, find the Axon Code icon (<img src="/docs/img/matterai-ic.svg" width="12" />) in the Side Bar to open the Axon Code panel.
Expand All @@ -59,8 +59,8 @@ For VS Code-compatible editors like VSCodium, Gitpod, Eclipse Theia, and Windsur
1. Open your editor
2. Access the Extensions view (Side Bar icon or `Ctrl+Shift+X` / `Cmd+Shift+X`)
3. Your editor should be pre-configured to use Open VSX Registry
4. Search for "Axon Code"
5. Select "Axon Code" and click **Install**
4. Search for "Orbital"
5. Select "Orbital" and click **Install**
6. Reload the editor if prompted

:::note
Expand Down Expand Up @@ -93,7 +93,7 @@ If you prefer to download and install the VSIX file directly:
- Restart VS Code
- Verify Axon Code is listed and enabled in Extensions
- Try disabling and re-enabling the extension in Extensions
- Check Output panel for errors (View → Output, select "Axon Code")
- Check Output panel for errors (View → Output, select "Orbital")

**Installation Problems**

Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/providers/anthropic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Anthropic is an AI safety and research company that builds reliable, interpretab

1. **Sign Up/Sign In:** Go to the [Anthropic Console](https://console.anthropic.com/). Create an account or sign in.
2. **Navigate to API Keys:** Go to the [API keys](https://console.anthropic.com/settings/keys) section.
3. **Create a Key:** Click "Create Key". Give your key a descriptive name (e.g., "Axon Code").
3. **Create a Key:** Click "Create Key". Give your key a descriptive name (e.g., "Orbital").
4. **Copy the Key:** **Important:** Copy the API key _immediately_. You will not be able to see it again. Store it securely.

## Supported Models
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/providers/deepseek.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Axon Code supports accessing models through the DeepSeek API, including `deepsee

1. **Sign Up/Sign In:** Go to the [DeepSeek Platform](https://platform.deepseek.com/). Create an account or sign in.
2. **Navigate to API Keys:** Find your API keys in the [API keys](https://platform.deepseek.com/api_keys) section of the platform.
3. **Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "Axon Code").
3. **Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "Orbital").
4. **Copy the Key:** **Important:** Copy the API key _immediately_. You will not be able to see it again. Store it securely.

## Supported Models
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/providers/fireworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Fireworks AI is a high-performance platform for running AI models that offers fa

1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/) and create an account or sign in.
2. **Navigate to API Keys:** After logging in, go to the [API Keys page](https://app.fireworks.ai/settings/users/api-keys) in the account settings.
3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Axon Code").
3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Orbital").
4. **Copy the Key:** Copy the API key _immediately_ and store it securely. You will not be able to see it again.

---
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/providers/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Axon Code supports accessing models directly through the official OpenAI API.

1. **Sign Up/Sign In:** Go to the [OpenAI Platform](https://platform.openai.com/). Create an account or sign in.
2. **Navigate to API Keys:** Go to the [API keys](https://platform.openai.com/api-keys) page.
3. **Create a Key:** Click "Create new secret key". Give your key a descriptive name (e.g., "Axon Code").
3. **Create a Key:** Click "Create new secret key". Give your key a descriptive name (e.g., "Orbital").
4. **Copy the Key:** **Important:** Copy the API key _immediately_. You will not be able to see it again. Store it securely.

## Supported Models
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/providers/xai.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xAI is the company behind Grok, a large language model known for its conversatio

1. **Sign Up/Sign In:** Go to the [xAI Console](https://console.x.ai/). Create an account or sign in.
2. **Navigate to API Keys:** Go to the API keys section in your dashboard.
3. **Create a Key:** Click to create a new API key. Give your key a descriptive name (e.g., "Axon Code").
3. **Create a Key:** Click to create a new API key. Give your key a descriptive name (e.g., "Orbital").
4. **Copy the Key:** **Important:** Copy the API key _immediately_. You will not be able to see it again. Store it securely.

## Supported Models
Expand Down
4 changes: 2 additions & 2 deletions apps/kilocode-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const config: Config = {
from: ["/advanced-usage/mcp", "/mcp/overview"],
},
{
to: "/features/mcp/using-mcp-in-kilo-code",
to: "/orbital/features/mcp",
from: ["/mcp/using-mcp-in-kilo-code"],
},
{
Expand Down Expand Up @@ -177,7 +177,7 @@ const config: Config = {
themeConfig: {
image: "img/matterai-ic.svg",
navbar: {
title: "Axon Code",
title: "Orbital",
logo: {
alt: "Axon Code Logo",
src: "img/matterai-ic.svg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Axon Code 会根据配置的模型定价自动计算每次 API 请求的预估
- **使用自定义指令:**提供自定义指令以指导 Axon Code 的行为,减少每次提示中冗长的解释。
- **选择合适的模型:**某些模型比其他模型更具成本效益。对于不需要较大模型全部功能的任务,可以考虑使用更小、更快的模型。
- **使用模式:**不同的模式可以访问不同的工具,例如 `Architect` 无法修改代码,这使其成为分析复杂代码库时的安全选择,而无需担心意外允许昂贵的操作。
- **如果未使用 MCP 则禁用它:**如果你未使用 MCP(模型上下文协议)功能,请考虑[在 MCP 设置中禁用它](/features/mcp/using-mcp-in-kilo-code#enabling-or-disabling-mcp-server-creation),以显著减少系统提示的大小并节省 token。
- **如果未使用 MCP 则禁用它:**如果你未使用 MCP(模型上下文协议)功能,请考虑[在 MCP 设置中禁用它](/orbital/features/mcp#enabling-or-disabling-mcp-server-creation),以显著减少系统提示的大小并节省 token。

通过了解和管理你的 API 使用情况,你可以高效且经济地使用 Axon Code。
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ npm run check-types # 运行 TypeScript 类型检查
### 调试技巧

- 在代码中使用 `console.log()` 语句进行调试
- 检查 VSCode 中的输出面板(View > Output)并从下拉菜单中选择 "Axon Code"
- 检查 VSCode 中的输出面板(View > Output)并从下拉菜单中选择 "Orbital"
- 对于 Webview 问题,请在 Webview 中使用浏览器开发者工具(右键点击 > "Inspect Element")
Loading
Loading