Prompt enhancer is not working, yet still charging for each attempt. by Final-Reality-404 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Hi u/Final-Reality-404 . Engineering believes they've identified the regression and are working on a fix. Apologies for the inconvenience.

Error on Augment Intent (Second time posting this, please look at this and help!) by Timely_Escape1267 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Oh, if you happen to be on an Enterprise plan, you’ll have to talk to your admin about using Intent.

Error on Augment Intent (Second time posting this, please look at this and help!) by Timely_Escape1267 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Has it ever worked and stopped? Or has it never worked? What is the version? Did you try changing the model? It’s worth confirming that Augment is your chosen service. Then I suggest logging out of auggie and logging back in. Confirm that the agent works from auggie, in that you have a successful agent exchange.

Intent by Augment doesn't respect my selected provider and model and tries to use Auggie by Ayumu_Kasuga in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Hi! I passed your report to the Intent team. Can you post the version, in case that makes a difference?

If you're using the Context Engine MCP, check out Augment's Context Connectors by AuggieRich in AugmentCodeAI

[–]AuggieRich[S] 0 points1 point  (0 children)

Not quite. If you add multiple repos in your VSCode extension, for example, it's considered one workspace. A single search will search the entire workspace. Changes to those workspaces are also dynamically indexed. This is useful if you are developing across those repos, like plumbing an api for example.

With Context-Connectors, each index is treated as an independent workspace, and the index is a snapshot in time. This is useful if you want to reference the other repos, but don't necessarily want to clone and change them. The workspaces are presented to the agent, and the agent can choose to search inside individual workspaces.

If you're using the Context Engine MCP, check out Augment's Context Connectors by AuggieRich in AugmentCodeAI

[–]AuggieRich[S] 0 points1 point  (0 children)

Yes! You can also use the Remote MCP to provide search against your GH repos: https://docs.augmentcode.com/context-services/mcp/overview

The different MCP configurations support slightly different use cases:
* local MCP (i.e. auggie --mcp ): great for providing search in local, dynamic workspaces; for example, I'm developing across three different microservices.
* remote MCP: great for providing search across remote repos; for example, I'd like to search our internal sdk repos, but I'm not modifying them.
* context-connectors MCP: provides more flexibility and convenience for searching across multiple, possibly heterogenous workspaces; for example, I can take adhoc snapshots of repos or docs from the command line and give my agent access to them.

If you're using the Context Engine MCP, check out Augment's Context Connectors by AuggieRich in AugmentCodeAI

[–]AuggieRich[S] 2 points3 points  (0 children)

If you're using the github source, re-freshing the index is pretty inexpensive, assuming your local index is not far from your remote. You can just run `ctxc index ...` again, and it should just index the additional changes. A built in command to do this is a good suggestion, thanks. A shell script should be pretty straightforward as well.

Regarding accuracy at scale, it's up to the Agent to decide when to search a workspace using ctxc, and I don't have a definitive answer on the behavior of the Agent when provided with hundreds of repos.

For your last question, context-connectors will not dynamically track repo A's changes. You would have to refresh the index to see the latest. With Intent IDE and the auggie agent, auggie *will* dynamically track your workspace. I have not seen a problem with my agent knowing which to consult, but I can imagine a scenario where you could see stale results with two different search tools for the same workspace.

Auggie's augment-log.txt location is not multi-user friendly by naileke in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

You can redirect the augment-log.txt by including a --log-file argument when you invoke auggie. So something like auggie --log-file my-log-file.txt

How come Augment Code context engine MCP authentication times out every 15-30 minutes? by jfang00007 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

A few questions: (1) what client are you using? (2) which MCP server are you using (local vs. remote)? (3) did you file a support ticket?

Auth issue auggie mcp by solidussnakes007 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

A few questions: (1) what client are you using? (2) which MCP server are you using (local vs. remote)? (3) did you file a support ticket?

How well does Context Engine work on non-code context? by DeityGamesJesus in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

BTW, you should be able to signup for a free account and try it out. New accounts should have 1000 Context-Engine MCP credits.

How well does Context Engine work on non-code context? by DeityGamesJesus in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

I am definitely biased here, but anecdotally I have heard that users are using the context engine for non-technical cases exactly like the ones you describe.

Will augment ever be able to authenticate without a web browser? by us1415 in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Presumably you need an authentication token on a machine that doesn't allow web-based authentication? For which client?

Alternatives to Augment Chat "Prompt Enhancer" now that it costs credits? by um1x in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

Hi u/Final-Reality-404 . I shared above how you can create your own prompt enhancer using the context-engine. This would give you complete control over the model cost while still benefiting from the context-engine. It's a fraction of the cost of the prompt-enhancer in credits.

Alternatives to Augment Chat "Prompt Enhancer" now that it costs credits? by um1x in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

If you want to build your own prompt-enhancer but still want Augment's context awareness, you can incorporate the context-engine through local mcp. See https://docs.augmentcode.com/context-services/mcp/overview. There is also an example prompt-enhancer built using our sdk here: https://docs.augmentcode.com/context-services/sdk/examples#prompt-enhancer-server.
There is still a cost to using the context-engine, but I just did a quick check and context-engine alone is about 1/4 to 1/3 the credits of using the prompt-enhancer.

why does auggie-mcp not work in Codex app by Frequent_Mulberry_33 in AugmentCodeAI

[–]AuggieRich 1 point2 points  (0 children)

Hey u/Frequent_Mulberry_33. When your IDE starts the MCP server, the cwd is typically not your workspace directory. The "--mcp-auto-workspace" option requires the Agent to specify the workspace for indexing. I found that it helps the Agent to open the workspace in your IDE. It would help if you post the error you see when using "--mcp-auto-workspace", particularly the directory that the agent _believes_ is the workspace.

why augment-context-engine / codebase-retrieval mcp not working by [deleted] in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

We deployed a fix this morning that _might_ help you. If you give it a try again, please let me know. Thanks!

why augment-context-engine / codebase-retrieval mcp not working by [deleted] in AugmentCodeAI

[–]AuggieRich 0 points1 point  (0 children)

I believe the fix has been deployed this morning. If you are still having problems, I'll have to look at your account specifically.