feat: add auggie cli#350
Conversation
|
@matifali @DevelopmentCats apart from the icons, the PR is ready for review :) |
Co-authored-by: Atif Ali <me@matifali.dev>
Co-authored-by: Atif Ali <me@matifali.dev>
Co-authored-by: Atif Ali <me@matifali.dev>
|
@35C4n0r tag me once you finish your changes I will test it out so we can merge it this morning |
|
@DevelopmentCats addressed all the comments by Atif, feel free to test it out, only the icon remains - will add that as soon as we get it. |
…ag can be passed multiple times to auggie
Co-authored-by: Atif Ali <me@matifali.dev>
|
Have we added the Auggie logo to coder/coder? |
We still haven't received an auggie logo from them and the only ones available are not good quality at all @matifali I know we requested that someone reach out to them and get one but I don't think anything has come of that. |
…ed at users discretion, and standardize bash set options
…ode.js and npm, and configure npm user directory
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new Auggie CLI module to the registry that integrates with AgentAPI to provide AI-powered coding assistance in Coder workspaces. The module allows users to run Auggie CLI with configurable parameters for tasks, prompts, MCP configurations, and workspace rules.
- Provides automated installation and configuration of Auggie CLI via npm
- Integrates with AgentAPI for web-based access and task reporting
- Supports extensive configuration options including AI models, interaction modes, and MCP server integrations
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
main.tf |
Core Terraform configuration defining variables, resources, and AgentAPI integration |
scripts/install.sh |
Installation script for Auggie CLI, dependencies, and configuration files |
scripts/start.sh |
Startup script that builds Auggie CLI arguments and launches via AgentAPI |
testdata/auggie-mock.sh |
Mock script for testing Auggie CLI functionality |
main.test.ts |
Comprehensive test suite covering installation, configuration, and integration scenarios |
auggie.tftest.hcl |
Terraform-native tests validating variable handling and module configuration |
README.md |
Documentation with usage examples, configuration options, and troubleshooting guide |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
Adds the Auggie CLI module
Type of Change
Module Information
Path:
registry/coder-labs/modules/auggieNew version:
v0.1.0Testing & Validation
bun test)bun run fmt)Related Issues