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 .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
Thank you for contributing! Please search similar issues first to see if your bug is already known:
https://github.com/MatterAIOrg/AxonCode/issues
https://github.com/MatterAIOrg/Orbital-Extension/issues

- type: dropdown
id: plugin-type
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request / Idea
url: https://github.com/MatterAIOrg/AxonCode/discussions/new?category=1-feature-requests
url: https://github.com/MatterAIOrg/Orbital-Extension/discussions/new?category=1-feature-requests
about: Submit a feature request (check Discussions first to prevent duplicates).
- name: Design Improvement
url: https://github.com/MatterAIOrg/AxonCode/discussions/categories/2-design-improvements
url: https://github.com/MatterAIOrg/Orbital-Extension/discussions/categories/2-design-improvements
about: Suggestions for better design (where the current UI/UX is not clear).
- name: Leave a Review
url: https://marketplace.visualstudio.com/items?itemName=matterai.axon-code&ssr=false#review-details
Expand Down
10 changes: 5 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before you begin, choose one of the following development environment options:
### Option 1: Native Development (Recommended for MacOS/Linux/Windows Subsystem for Linux)

1. **Git** - For version control
2. **Node.js** (version [v20.19.2](https://github.com/MatterAIOrg/AxonCode/blob/main/.nvmrc) recommended)
2. **Node.js** (version [v20.19.2](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.nvmrc) recommended)
3. **pnpm** - Package manager (https://pnpm.io/)
4. **Visual Studio Code** - Our recommended IDE for development

Expand Down Expand Up @@ -38,7 +38,7 @@ Before you begin, choose one of the following development environment options:
1. **Fork and Clone the Repository**:

- **Fork the Repository**:
- Visit the [Axon Code GitHub repository](https://github.com/MatterAIOrg/AxonCode)
- Visit the [Axon Code GitHub repository](https://github.com/MatterAIOrg/Orbital-Extension)
- Click the "Fork" button in the top-right corner to create your own copy.
- **Clone Your Fork**:
```bash
Expand All @@ -63,7 +63,7 @@ While not strictly necessary for running the extension, these extensions are rec
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code.
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Integrates Prettier into VS Code.

The full list of recommended extensions is [here](https://github.com/MatterAIOrg/AxonCode/blob/main/.vscode/extensions.json)
The full list of recommended extensions is [here](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.vscode/extensions.json)

#### Devcontainer Setup (Recommended for Windows)

Expand Down Expand Up @@ -264,11 +264,11 @@ This automatically sets the `KILOCODE_BACKEND_BASE_URL` environment variable, ma

We welcome contributions to Axon Code! Here's how you can help:

1. **Report an issue** using [GitHub Issues](https://github.com/MatterAIOrg/AxonCode/issues)
1. **Report an issue** using [GitHub Issues](https://github.com/MatterAIOrg/Orbital-Extension/issues)
2. **Find an issue** and submit a Pull Request with your fix
3. **Write tests** to improve Code Coverage
4. **Improve Documentation** at [matterai.so/docs](https://matterai.so/docs)
5. **Suggest a new feature** using [GitHub Discussions](https://github.com/MatterAIOrg/AxonCode/discussions/categories/ideas)!
5. **Suggest a new feature** using [GitHub Discussions](https://github.com/MatterAIOrg/Orbital-Extension/discussions/categories/ideas)!
6. Want to **implement something new**? Awesome! We'd be glad to support you on [Discord](https://discord.gg/Ja6BkfyTzJ)!

## Community
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidebar_label: Overview

- VS Code tool you install from the marketplace
- Handles UI, file operations, and workflow management
- [Open source](https://github.com/MatterAIOrg/AxonCode)
- [Open source](https://github.com/MatterAIOrg/Orbital-Extension)
- Connects to any AI provider

### Kilo Gateway Provider
Expand Down
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to start the CLI and begin a new task with your preferred model and relevant mod

Kilo gives you the ability to bring your own keys for a number of model providers and AI gateways, like OpenRouter and Vercel AI Gateway. Each provider has unique configuration options and some let you set environment variables.

You can reference the [Provider Configuration Guide](https://github.com/MatterAIOrg/AxonCode/blob/main/cli/docs/PROVIDER_CONFIGURATION.md) for examples if you want to edit .config files manually. You can also run:
You can reference the [Provider Configuration Guide](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/cli/docs/PROVIDER_CONFIGURATION.md) for examples if you want to edit .config files manually. You can also run:

`kilocode config`

Expand Down
8 changes: 4 additions & 4 deletions apps/kilocode-docs/docs/extending/contributing-to-kilo.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ git checkout -b your-branch-name
git push origin your-branch-name
```

2. Go to the [Axon Code repository](https://github.com/MatterAIOrg/AxonCode)
2. Go to the [Axon Code repository](https://github.com/MatterAIOrg/Orbital-Extension)

3. Click "New Pull Request" and select "compare across forks"

Expand All @@ -77,7 +77,7 @@ Custom modes are a powerful way to extend Axon Code's capabilities. To create an

2. Test your mode thoroughly

3. Share your mode with the community by submitting a [GitHub Discussion](https://github.com/MatterAIOrg/AxonCode/discussions)
3. Share your mode with the community by submitting a [GitHub Discussion](https://github.com/MatterAIOrg/Orbital-Extension/discussions)

## Documentation Contributions

Expand Down Expand Up @@ -107,14 +107,14 @@ When participating in the Axon Code community:
- Be respectful and inclusive
- Provide constructive feedback
- Help newcomers get started
- Follow the [Code of Conduct](https://github.com/MatterAIOrg/AxonCode/blob/main/CODE_OF_CONDUCT.md)
- Follow the [Code of Conduct](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/CODE_OF_CONDUCT.md)

## Getting Help

If you need help with your contribution:

- Join our [Discord community](https://discord.gg/fJU5DvanU3) for real-time support
- Ask questions on [GitHub Discussions](https://github.com/MatterAIOrg/AxonCode/discussions)
- Ask questions on [GitHub Discussions](https://github.com/MatterAIOrg/Orbital-Extension/discussions)
- Visit our [Reddit community](https://www.reddit.com/r/matter_ai)

## Recognition
Expand Down
10 changes: 5 additions & 5 deletions apps/kilocode-docs/docs/extending/development-environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Environment

<!-- Please refer to the [DEVELOPMENT.md](https://github.com/MatterAIOrg/AxonCode/blob/main/DEVELOPMENT.md) guide in the main repository for detailed instructions on setting up the development environment. -->
<!-- Please refer to the [DEVELOPMENT.md](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/DEVELOPMENT.md) guide in the main repository for detailed instructions on setting up the development environment. -->

This document will help you set up your development environment and understand how to work with the codebase. Whether you're fixing bugs, adding features, or just exploring the code, this guide will get you started.

Expand All @@ -9,7 +9,7 @@ This document will help you set up your development environment and understand h
Before you begin, make sure you have the following installed:

1. **Git** - For version control
2. **Node.js** (version [v20.18.1](https://github.com/MatterAIOrg/AxonCode/blob/main/.nvmrc) or higher recommended) and npm
2. **Node.js** (version [v20.18.1](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.nvmrc) or higher recommended) and npm
3. **Visual Studio Code** - Our recommended IDE for development

## Getting Started
Expand All @@ -19,7 +19,7 @@ Before you begin, make sure you have the following installed:
1. **Fork and Clone the Repository**:

- **Fork the Repository**:
- Visit the [Axon Code GitHub repository](https://github.com/MatterAIOrg/AxonCode)
- Visit the [Axon Code GitHub repository](https://github.com/MatterAIOrg/Orbital-Extension)
- Click the "Fork" button in the top-right corner to create your own copy.
- **Clone Your Fork**:
```bash
Expand All @@ -44,7 +44,7 @@ While not strictly necessary for running the extension, these extensions are rec
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code.
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Integrates Prettier into VS Code.

The full list of recommended extensions is [here](https://github.com/MatterAIOrg/AxonCode/blob/main/.vscode/extensions.json)
The full list of recommended extensions is [here](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.vscode/extensions.json)

### Project Structure

Expand Down Expand Up @@ -143,7 +143,7 @@ E2E tests verify the extension works correctly within VSCode:
npm run test:integration
```

For more details on E2E tests, see [e2e/VSCODE_INTEGRATION_TESTS.md](https://github.com/MatterAIOrg/AxonCode/blob/main/e2e/VSCODE_INTEGRATION_TESTS.md).
For more details on E2E tests, see [e2e/VSCODE_INTEGRATION_TESTS.md](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/e2e/VSCODE_INTEGRATION_TESTS.md).

## Linting and Type Checking

Expand Down
4 changes: 2 additions & 2 deletions apps/kilocode-docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Yes, you can create your own MCP servers to add custom functionality to Axon Cod
- Check your internet connection.
- Check the status of your chosen API provider.
- Try restarting VS Code.
- If the problem persists, report the issue on [GitHub](https://github.com/MatterAIOrg/AxonCode/issues) or [Discord](https://discord.gg/fJU5DvanU3).
- If the problem persists, report the issue on [GitHub](https://github.com/MatterAIOrg/Orbital-Extension/issues) or [Discord](https://discord.gg/fJU5DvanU3).

### I'm seeing an error message. What does it mean?

Expand All @@ -187,4 +187,4 @@ Axon Code uses VS Code's built-in file editing capabilities. You can use the sta

### How do I report a bug or suggest a feature?

Please report bugs or suggest features on the Axon Code [Issues page](https://github.com/MatterAIOrg/AxonCode/issues) and [Feature Requests page](https://github.com/MatterAIOrg/AxonCode/discussions/categories/ideas).
Please report bugs or suggest features on the Axon Code [Issues page](https://github.com/MatterAIOrg/Orbital-Extension/issues) and [Feature Requests page](https://github.com/MatterAIOrg/Orbital-Extension/discussions/categories/ideas).
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/features/custom-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,4 @@ customModes:

## Community Gallery

Ready to explore more? Check out the [Show and Tell](https://github.com/MatterAIOrg/AxonCode/discussions/categories/show-and-tell) to discover and share custom modes created by the community!
Ready to explore more? Check out the [Show and Tell](https://github.com/MatterAIOrg/Orbital-Extension/discussions/categories/show-and-tell) to discover and share custom modes created by the community!
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ When enabled, Axon Code will remind the model about the details of its current m

## Providing Feedback

If you encounter any issues with experimental features, or if you have suggestions for improvements, please report them on the [Axon Code Code GitHub Issues page](https://github.com/MatterAIOrg/AxonCode) or join our [Discord server](https://kilo.love/discord) where we have channels dedciated to many experimental features.
If you encounter any issues with experimental features, or if you have suggestions for improvements, please report them on the [Axon Code Code GitHub Issues page](https://github.com/MatterAIOrg/Orbital-Extension) or join our [Discord server](https://kilo.love/discord) where we have channels dedciated to many experimental features.

Your feedback is valuable and helps us improve Axon Code!
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/features/shell-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ The [VSCode Terminal Integration Test Extension](https://github.com/KJ7LNW/vsce-

If you've followed these steps and are still experiencing problems, please:

1. Check the [Axon Code GitHub Issues](https://github.com/MatterAIOrg/AxonCode/issues) to see if others have reported similar problems
1. Check the [Axon Code GitHub Issues](https://github.com/MatterAIOrg/Orbital-Extension/issues) to see if others have reported similar problems
2. If not, create a new issue with details about your operating system, VSCode/Cursor version, and the steps you've tried

For additional help, join our [Discord](https://discord.gg/fJU5DvanU3).
6 changes: 3 additions & 3 deletions apps/kilocode-docs/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ If you prefer to download and install the VSIX file directly:

1. **Download the VSIX file:**

- Find official releases on the [Axon Code GitHub Releases page](https://github.com/MatterAIOrg/AxonCode/releases)
- Download the `.vsix` file from the [latest release](https://github.com/MatterAIOrg/AxonCode/releases/latest)
- Find official releases on the [Axon Code GitHub Releases page](https://github.com/MatterAIOrg/Orbital-Extension/releases)
- Download the `.vsix` file from the [latest release](https://github.com/MatterAIOrg/Orbital-Extension/releases/latest)

2. **Install in VS Code:**
- Open VS Code
Expand Down Expand Up @@ -106,5 +106,5 @@ If you prefer to download and install the VSIX file directly:
If you encounter issues not covered here:

- Join our [Discord community](https://discord.gg/fJU5DvanU3) for real-time support
- Submit issues on [GitHub](https://github.com/MatterAIOrg/AxonCode/issues)
- Submit issues on [GitHub](https://github.com/MatterAIOrg/Orbital-Extension/issues)
- Visit our [Reddit community](https://www.reddit.com/r/matter_ai)
2 changes: 1 addition & 1 deletion apps/kilocode-docs/docs/jetbrains-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following features, available in the VS Code version of Axon Code, are not c
- **Autocomplete/QuickTasks**
- **Git Commit Message Generation** This feature is missing but will be added soon!

We're actively working on bringing feature parity between the VS Code and JetBrains versions. Check our [GitHub repository](https://github.com/MatterAIOrg/AxonCode) for updates on development progress.
We're actively working on bringing feature parity between the VS Code and JetBrains versions. Check our [GitHub repository](https://github.com/MatterAIOrg/Orbital-Extension) for updates on development progress.

## Node.js Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidebar_label: Overview

- 您从市场安装的 VS Code 工具
- 处理 UI、文件操作和工作流管理
- [开源](https://github.com/MatterAIOrg/AxonCode)
- [开源](https://github.com/MatterAIOrg/Orbital-Extension)
- 连接到任何 AI 提供商

### Axon Code API 提供商
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ git checkout -b your-branch-name
git push origin your-branch-name
```

2. 前往 [Axon Code 仓库](https://github.com/MatterAIOrg/AxonCode)
2. 前往 [Axon Code 仓库](https://github.com/MatterAIOrg/Orbital-Extension)

3. 点击 "New Pull Request" 并选择 "compare across forks"

Expand All @@ -77,7 +77,7 @@ git checkout -b your-branch-name

2. 彻底测试你的模式

3. 通过提交 [GitHub Discussion](https://github.com/MatterAIOrg/AxonCode/discussions) 与社区分享你的模式
3. 通过提交 [GitHub Discussion](https://github.com/MatterAIOrg/Orbital-Extension/discussions) 与社区分享你的模式

## 文档贡献

Expand Down Expand Up @@ -107,14 +107,14 @@ git checkout -b your-branch-name
- 保持尊重和包容
- 提供建设性的反馈
- 帮助新手入门
- 遵守 [行为准则](https://github.com/MatterAIOrg/AxonCode/blob/main/CODE_OF_CONDUCT.md)
- 遵守 [行为准则](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/CODE_OF_CONDUCT.md)

## 获取帮助

如果你需要帮助:

- 加入我们的 [Discord 社区](https://discord.gg/fJU5DvanU3) 获取实时支持
- 在 [GitHub Discussions](https://github.com/MatterAIOrg/AxonCode/discussions) 上提问
- 在 [GitHub Discussions](https://github.com/MatterAIOrg/Orbital-Extension/discussions) 上提问
- 访问我们的 [Reddit 社区](https://www.reddit.com/r/matter_ai)

## 致谢
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 开发环境

<!-- 请参考主仓库中的 [DEVELOPMENT.md](https://github.com/MatterAIOrg/AxonCode/blob/main/DEVELOPMENT.md) 指南,获取详细的开发环境设置说明。 -->
<!-- 请参考主仓库中的 [DEVELOPMENT.md](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/DEVELOPMENT.md) 指南,获取详细的开发环境设置说明。 -->

本文档将帮助你设置开发环境,并了解如何与代码库一起工作。无论你是修复错误、添加功能,还是仅仅探索代码,本指南都将帮助你入门。

Expand All @@ -9,7 +9,7 @@
在开始之前,请确保已安装以下内容:

1. **Git** - 用于版本控制
2. **Node.js**(建议使用 [v20.18.1](https://github.com/MatterAIOrg/AxonCode/blob/main/.nvmrc) 或更高版本)和 npm
2. **Node.js**(建议使用 [v20.18.1](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.nvmrc) 或更高版本)和 npm
3. **Visual Studio Code** - 我们推荐的开发 IDE

## 入门
Expand All @@ -19,7 +19,7 @@
1. **Fork 并克隆仓库**:

- **Fork 仓库**:
- 访问 [Axon Code GitHub 仓库](https://github.com/MatterAIOrg/AxonCode)
- 访问 [Axon Code GitHub 仓库](https://github.com/MatterAIOrg/Orbital-Extension)
- 点击右上角的 "Fork" 按钮,创建你自己的副本。
- **克隆你的 Fork**:
```bash
Expand All @@ -44,7 +44,7 @@
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - 将 ESLint 集成到 VS Code 中。
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - 将 Prettier 集成到 VS Code 中。

推荐的扩展完整列表在[这里](https://github.com/MatterAIOrg/AxonCode/blob/main/.vscode/extensions.json)
推荐的扩展完整列表在[这里](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/.vscode/extensions.json)

### 项目结构

Expand Down Expand Up @@ -143,7 +143,7 @@ E2E 测试验证扩展在 VSCode 中是否正确工作:
npm run test:integration
```

有关 E2E 测试的更多详细信息,请参阅 [e2e/VSCODE_INTEGRATION_TESTS.md](https://github.com/MatterAIOrg/AxonCode/blob/main/e2e/VSCODE_INTEGRATION_TESTS.md)。
有关 E2E 测试的更多详细信息,请参阅 [e2e/VSCODE_INTEGRATION_TESTS.md](https://github.com/MatterAIOrg/Orbital-Extension/blob/main/e2e/VSCODE_INTEGRATION_TESTS.md)。

## 代码检查和类型检查

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Kilo Code支持多种API提供商,包括:
- 检查你的互联网连接
- 检查你选择的API提供商的状态
- 尝试重启VS Code
- 如果问题仍然存在,请在[GitHub](https://github.com/MatterAIOrg/AxonCode/issues)或[Discord](https://discord.gg/fJU5DvanU3)上报告问题
- 如果问题仍然存在,请在[GitHub](https://github.com/MatterAIOrg/Orbital-Extension/issues)或[Discord](https://discord.gg/fJU5DvanU3)上报告问题

### 我看到错误消息。这是什么意思?

Expand All @@ -174,4 +174,4 @@ Kilo Code使用VS Code内置的文件编辑功能。你可以使用标准的"撤

### 如何报告bug或建议功能?

请在Kilo Code的[问题页面](https://github.com/MatterAIOrg/AxonCode/issues)和[功能请求页面](https://github.com/MatterAIOrg/AxonCode/discussions/categories/ideas)上报告bug或建议功能。
请在Kilo Code的[问题页面](https://github.com/MatterAIOrg/Orbital-Extension/issues)和[功能请求页面](https://github.com/MatterAIOrg/Orbital-Extension/discussions/categories/ideas)上报告bug或建议功能。
Loading
Loading