-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Whenever I write a meesage to the chat, i get this error:
[ERROR] augment/chat response error: {'code': -32603, 'message': 'Error streaming chat: fetch failed'}
I'm using the free trial. It has worked for exactly 6 messages.
nvim-v:
NVIM v0.12.0-dev
node -v:
v22.14.0
This is my config:
return {
"augmentcode/augment.vim",
config = function()
vim.g.augment_workspace_folders = {
"/home/ ... ", // this is correclty set, but I'm not showing it
}
vim.keymap.set("n", "<leader>aa", "<cmd>Augment chat<cr>", { desc = "[A]ugment chat" })
vim.keymap.set("n", "<leader>att", "<cmd>Augment chat-toggle<cr>", { desc = "[A]ugment chat toggle" })
end,
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels