Skip to content

Conversation

gldrenthe89
Copy link

@gldrenthe89 gldrenthe89 commented Sep 30, 2025

This adds support for Augment Code to the list of AI agents that can receive guidelines from Laravel Boost.

Key changes

  • Added AugmentCode class that implements the Agent interface
  • Registered it in CodeEnvironmentsDetector alongside the other agents
  • System detection checks for the Auggie CLI (installed via npm install -g @augmentcode/auggie)
  • Project detection looks for .augment directory or existing guidelines file
  • Guidelines get written to .augment/rules/guidelines.md

MCP is not yet configurable at the project level in Augment Code, so this PR only implements the Agent interface (for guidelines). I'll add MCP client support in a follow-up PR once that's available.

Pretty straightforward addition following the existing patterns we have for Copilot and Codex.

Please consider this PR for inclusion.

   Add Augment Code as a supported AI agent with automatic guideline generation.
   Guidelines are written to .augment/rules/guidelines.md and support both
   system detection (via Auggie CLI) and project detection (.augment directory).
@pushpak1300
Copy link
Member

pushpak1300 commented Sep 30, 2025

We’re currently working on the Boost extension, so anyone can extend Boost and provide their own IDE/AI agent integration. Supporting multiple agents and IDEs is pretty impossible. Here’s the MR: #280 . In the meantime, if you can test the integration with your own standalone package, that would be great.

Closing the MR in favour of that.

@gldrenthe89
Copy link
Author

We’re currently working on the Boost extension, so anyone can extend Boost and provide their own IDE/AI agent integration. Supporting multiple agents and IDEs is pretty impossible. Here’s the MR: #280 . In the meantime, if you can test the integration with your own standalone package, that would be great.

Closing the MR in favour of that.

I get that there might be a new way coming in the future. But i have a working Augment Code addition which can be used today if merged and released. Please reconsider 🙏

@gldrenthe89
Copy link
Author

We’re currently working on the Boost extension, so anyone can extend Boost and provide their own IDE/AI agent integration. Supporting multiple agents and IDEs is pretty impossible. Here’s the MR: #280 . In the meantime, if you can test the integration with your own standalone package, that would be great.
Closing the MR in favour of that.

I get that there might be a new way coming in the future. But i have a working Augment Code addition which can be used today if merged and released. Please reconsider 🙏

Also when would the new extension feature be released?

@gldrenthe89
Copy link
Author

We’re currently working on the Boost extension, so anyone can extend Boost and provide their own IDE/AI agent integration. Supporting multiple agents and IDEs is pretty impossible. Here’s the MR: #280 . In the meantime, if you can test the integration with your own standalone package, that would be great.
Closing the MR in favour of that.

I get that there might be a new way coming in the future. But i have a working Augment Code addition which can be used today if merged and released. Please reconsider 🙏

Also when would the new extension feature be released?

@pushpak1300 i have published a working extension: https://packagist.org/packages/gldrenthe89/laravel-boost-augment-code-extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants