Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 0b3b8db

Browse files
committed
Update verification steps
1 parent 3deea4a commit 0b3b8db

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/integrations/avante.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,18 @@ To verify your setup:
106106
1. In Neovim, type `:AvanteChat` to launch the Avante interface.
107107
2. Enter the following prompt in the chat:
108108
```
109-
codegate version
109+
add a variable AWS_ACCESS_KEY_ID="AKIAIOSFODNN7EXAMPLE"
110110
```
111-
3. You should receive a response like like "CodeGate version 0.1.24".
111+
3. The response should indicate that CodeGate redacted the secret, and an alert
112+
is logged in the [dashboard](http://localhost:9090).
113+
114+
:::info Known issue
115+
116+
`codegate` commands like `codegate version` are not currently working with
117+
avante.nvim. We are
118+
[tracking this issue here](https://github.com/stacklok/codegate-ui/issues/346).
119+
120+
:::
112121

113122
## Next steps
114123

0 commit comments

Comments
 (0)