Looks interesting!
Can you explain how the -dir folder work ? when I try to run it with -dir myproject, it search files like ./main.go and not ./myproject/main.go ?
Can you also explain how -output option is supposed to work ? right now, I found out it forces the writing of the file (summarizing the project) and does not display the TUI.
You might want to document q/exit in your README
Can you also add a sample usage how to use ASK then AGENT mode ? On my terminal, the ASK/AGENT bolding is not really working... Maybe be add a AGENT ?
Is there a way to alternate between ASK and AGENT mode while running ? (like Control-Y activates/deactivates YOLO mode)
Anyway, I manage to get it to work with llama.cpp,
here is my config file:
{"llm":{"api_key":"none",
"model":"default",
"endpoint":"http://192.168.100.1:8081/v1/chat/completions"
}
}
I used the option
-config ~/.local/vogte/config.json
when starting vogte
Every message is considered a new chat and not related to the previous.
Do you think supporting something like AGENTS.md that would be included in each message would help,
so I don't have to repeat a few information each time?
Or at least make some history working, so I can tweak the prompt
Looks interesting!
Can you explain how the -dir folder work ? when I try to run it with -dir myproject, it search files like ./main.go and not ./myproject/main.go ?
Can you also explain how -output option is supposed to work ? right now, I found out it forces the writing of the file (summarizing the project) and does not display the TUI.
You might want to document q/exit in your README
Can you also add a sample usage how to use ASK then AGENT mode ? On my terminal, the ASK/AGENT bolding is not really working... Maybe be add a AGENT ?
Is there a way to alternate between ASK and AGENT mode while running ? (like Control-Y activates/deactivates YOLO mode)
Anyway, I manage to get it to work with llama.cpp,
here is my config file:
I used the option
-config ~/.local/vogte/config.json
when starting vogte
Do you think supporting something like AGENTS.md that would be included in each message would help,
so I don't have to repeat a few information each time?
Or at least make some history working, so I can tweak the prompt