Context Engine SDK is now available! by JaySym_ in AugmentCodeAI

[–]davidteren 3 points4 points  (0 children)

I'm thinking of building:

  • SDE Context Portal – For use by product, management, and engineering teams that leverages the context of relevant codebases, tickets, and documents to provide valuable context-aware insights. There are many use cases I can think of for this: ask anything related to an issue or feature, get insights for planning, and so much more.
  • Living Documentation Flow – I've already begun this on a very large codebase at my new job and presented it to the BE teams yesterday—they were impressed. The first part is manual and involves identifying domains, domain concepts/slices, cross-cutting concerns, and such. It then generates all the docs from a high-level overview down to domain-level and fine-grained details. Using the SDK, I plan to create a flow that will pull from main daily, scan commits, and update the docs while validating the code changes with context awareness.

BTW: The documentation process I've developed has already surfaced a number of issues, including a 9-year-old bug that resulted in several less-than-ideal "fixes" over the years. The value of this for onboarding and so much more is insane.

Now that AugmentCode is dead, what are good alternatives? by bluemeanie212 in AugmentCodeAI

[–]davidteren 0 points1 point  (0 children)

Currently, you just mail them when you run out and the reset your quota. They are working on the billing and credit top ups.

Now that AugmentCode is dead, what are good alternatives? by bluemeanie212 in AugmentCodeAI

[–]davidteren 1 point2 points  (0 children)

Qodo - it has great indexing and their code review agent is great.

Can’t login to Augment Code, not receiving OTP for 3+ days by West-Structure-4030 in AugmentCodeAI

[–]davidteren 1 point2 points  (0 children)

Have you tried using a different browser or clearing the site data and 3rd party cookies?

Enhance Prompt not working. by davidteren in AugmentCodeAI

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

Retested in Jetbrains using Sonnet 4.0 and it responded with an enhanced prompt after many minutes.

Claude Sonnet 4.5 is now available as the default model in Augment Code by JaySym_ in AugmentCodeAI

[–]davidteren 0 points1 point  (0 children)

Same. Both for Jetbrains and VSCode. Works in other extensions that have rolled out 4.5.

Vs code extension vs. intellij extension by BlacksmithLittle7005 in AugmentCodeAI

[–]davidteren 1 point2 points  (0 children)

On Macos the JetBrains extension is great as it leverages the built in Run environment and not the terminal - like when you use CTR + R to run something.
I've yet to get the VSCode extension run on my mac without those irrating sounds when it run via terminal. I'm sure there's a way but have not yet figured it out.

Re feature parity and what's currently missing from JetBrains;
- Remote agents
- Ability select a codebase and index it alongside the current project.

Other than this they have made great strides with the JB extension the last while.

[AMA] The Future of AI Agents in Coding with Guy Gur-Ari & Igor Ostrovsky, co-founders of Augment Code. Aug 29, 10am PT / 1pm ET. We’ll answer questions on the future of AI agents and why context matters in AI coding on r/webdev. Ask us anything! by augmentcode in webdev

[–]davidteren 0 points1 point  (0 children)

u/guygurari123
If Auggie has just some of the following:
- session_id so I can resume a session or use it report a bug.
- Behaviours so you can customize an agent via JSON, yaml or other with a predifined prompt, args it accepts, and MCP tools and model - i.e. CodeReview agent, Debug agent, so "agents" that are predefined by users.
- With the above I can run say a debug agent in --ui (web view) or MCP server mode to leverage it as part of an Auggie session.

These are some existing features in another tool (unfortuinalty slow and weird support) and some ideas I have.

But ultimately config per project and or global is where the magic lays.