Skip to content

Add Augment as a model provider for agent mode#9

Merged
richhankins merged 1 commit intomainfrom
rich-incorporate-augment-as-agent
Jan 30, 2026
Merged

Add Augment as a model provider for agent mode#9
richhankins merged 1 commit intomainfrom
rich-incorporate-augment-as-agent

Conversation

@richhankins
Copy link
Copy Markdown
Contributor

Adds augment as a fourth LLM provider option alongside openai, anthropic, and google for the CLI agent.
This simplifies "kicking the tires" on the context connector, since a user will have an augment account and may not have access to another provider yet.

Changes

  • Add augment provider using AugmentLanguageModel from @augmentcode/auggie-sdk
  • Add 2 integration tests for the Augment provider

Usage

ctxc agent -i my-index --provider augment --model claude-sonnet-4-5

Requires @augmentcode/auggie-sdk ^0.1.14.

This depends on a change to the auggie-sdk-typescript library
@richhankins richhankins requested a review from igor0 January 30, 2026 02:35
@@ -0,0 +1,24 @@
{
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just for the biome prettier, consistent with the auggie-sdk-typescript repo

@richhankins
Copy link
Copy Markdown
Contributor Author

@update-docs

@richhankins
Copy link
Copy Markdown
Contributor Author

augment review

@richhankins richhankins merged commit 0805159 into main Jan 30, 2026
1 check passed
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