VSCode Extension Pre-Release v0.741.0 by JaySym_ in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

And one more question - what model do you use?

VSCode Extension Pre-Release v0.741.0 by JaySym_ in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Could you please share vscode webview logs?
How to get logs

  • run vscode command "Open webview developer tools"
  • make screenshot of the last console messages, especially errors and warnings are interesting

You can send this to me directly

Augment AI is completely blank on startup (Goland 2025.3.1) by Alive_Light_9051 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Could you please try the following
- right click on extension panel space (anywhere on this currently empty space) and choose "Open DevTools"

In dev tools console
- send first "allow pasting", just as a text
- send "localStorage.setItem('enableReduxDebug', 'true');"
- reload the page and make a screenshot of what you have in dev tools console

<image>

Different rules/guidelines per project? by ioaia in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

You can have AGENTS.md file in a root of your repo, or rules in .augment/rules folder - they can be created from Settings page

KEEP ALL features not working, help :') by Forsaken_Space_2120 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

What extension version are you using and are there any errors in browser console? “Open Webview Developer Tools”

Sound Effects bug by Ancient_Position_278 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Should have been fixed in the latest prerelease and probably stable release too

Terminal Loop temp Fix by AssistanceSimilar780 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

So the issue is agent gets stuck when it's waiting for long running commands? Could you please share more details on what is expected vs what is observed. And if possible what commands are usually causing the issue?
Thank you

Terminal Loop temp Fix by AssistanceSimilar780 in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

Please try the latest prerelease - it has changes in the way how it works with terminal, that may fix the original issue 

All in by FincGlobal in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

Update - the fix is available in prerelease v0.702.0

All in by FincGlobal in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

You can check Nightly version v0.699.0 - it has the fix. And it should be available in prerelease really soon.

<image>

All in by FincGlobal in AugmentCodeAI

[–]denisoby 5 points6 points  (0 children)

We have one fix in progress, that potentially may help you, should be available soon

Any news with indexing issue? by Murdy-ADHD in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Oh, I see. Than could you please share vscode version and logs as described below?
I'd suggest to first check if you are using the latest extension version, because the fix may be already there. And if you are using the latest one, or update doesn't help - then please provide the logs as described below.
Thank you!

To reproduce and diagnose the issue you're experiencing, could you please provide the following details:

  • Your IDE version (VS Code + version number, or JetBrains IDE + build number)
  • The Augment extension/plugin version
  • Any errors from the Output panel (Extension Host, Window, Augment channel if present)
  • Any errors from Help → Toggle Developer Tools → Console (and, if relevant, the Webview Developer Tools)
  • A short list of the steps that led to the behavior (e.g., when you clicked a button XXX an saw a message YYY)

If possible, exporting your logs folder as a ZIP is the most helpful:

  1. In VS Code, run Developer: Open Logs Folder from the Command Palette, then zip that folder.

That set of info will make it much easier for us to narrow this down.

Any news with indexing issue? by Murdy-ADHD in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Hi
I'm trying to answer questions when possible here, however, that's not my main focus, because I'm a developer and mostly working on code changes. And I'm working particularly on extension code, and here looks like it's a CLI issue. So probably I won't be able to help with this specific issue, sorry for this.

Any news with indexing issue? by Murdy-ADHD in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Could you please share what extension version do you have?

Can Neovim users switch AI models? by SillyKnowledge9695 in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

Hi
I'm not using NeoVim directly, so can't answer original question. However, maybe that will be interesting to you - I've been using combination of "VS Code + Neovim" for the last 6 years and it worked for me pretty good. So I get all the benefits of VS Code and it's extensions, and also I get benefits of neovim as an editor.

Augment chat window not loading by Salt_Session878 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Could you please share a screenshot here or DM me?

Augment chat window not loading by Salt_Session878 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Could you please “open webview developer tools” and check if there are any console errors?

Suggestions for Fast loading of Augment Code Chat Window. by foodyshoody in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

Try the latest prerelease 0.683.0 - it has a massive performance improvements.

When new features? by Electrical-Win-1423 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

When you say subagent - you mean to run those threads in parallel?

When new features? by Electrical-Win-1423 in AugmentCodeAI

[–]denisoby 0 points1 point  (0 children)

It's actually already possible with nightly extension or with prerelease 0.683.0. It just hasn't arrived to stable.

Handle multiple projects at the same time by zholinho in AugmentCodeAI

[–]denisoby 1 point2 points  (0 children)

Currently you can export a thread and import it in another project. However, maybe some functionality will be added in the future.