seek

πŸŽ‰ Augment-BYOK - Easy Way to Customize Your VSIX

Download Releases

πŸš€ Getting Started

This guide will help you download and run the Augment-BYOK application. You don’t need programming skills. Just follow these steps.

πŸ“₯ Download & Install

  1. Visit the Releases page to find the latest version of the software.
  2. Look for the file labeled *.vsix. Click on it to start the download.
  3. Once the download is complete, you will have a file that ends with .vsix.

πŸ› οΈ Prerequisites

Before using the application, ensure you have the following:

πŸ”§ Installation Steps

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Click on the three-dot menu icon at the top-right corner.
  4. Select β€œInstall from VSIX…” from the dropdown menu.
  5. Navigate to the *.vsix file you downloaded earlier and select it.
  6. The extension will install automatically.

πŸ—οΈ Building Internal VSIX

If you want to build the VSIX from source, follow these steps:

  1. Install the necessary dependencies. Open a terminal and run the following command:
    pnpm install
    
  2. Build the internal VSIX. In the terminal, execute:
    pnpm build:vsix
    
  3. Find the output files in the dist/ directory. There you will see the generated *.vsix files.

πŸ—‚οΈ Directory Structure Overview

The project is organized to make it easy to find files. Here are the main folders:

🌐 Upstream (Marketplace)

You can download the latest version of augment.vscode-augment from the Marketplace. Use this URL:

πŸ“‘ Relay Endpoint

For development coordination, use the following relay endpoint:

You can find the configuration files for various relay profiles in the directory:

πŸ”„ Sync and Analysis

Keep your installation in sync with the official latest updates. Follow these steps to ensure you are up-to-date:

  1. Regularly check the Releases page.
  2. Download any new .vsix files as they become available.

❓ FAQ

For further questions, use the same Releases page to find relevant discussions and updates.

🀝 Contributing

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!