atljoseph
atljoseph
I think something like this should really be a sub command of the fabric cli. So people could use ‘fabric suggest “list all the patterns that might be good at...
I’m actually playing around with a way to get the main cli to suggest something today. Writing a bash script to have fabric output a summary/description markdown file for each...
Try this. I spent a few hours on it today. Add `OptionalSummaryFile` to `db/db.go`: ``` db.Patterns = &Patterns{ Storage: &Storage{Label: "Patterns", Dir: db.FilePath("patterns"), ItemIsDir: true}, OptionalSummaryFile: "summary.md", SystemPatternFile: "system.md", UniquePatternsFilePath:...
I didn’t focus on the prompt. Just on the doing part. I also didn’t do it with your project in mind, sorry. Not familiar with it. Too many hours in...
Checked it out. Pretty cool tool. Written in Java, right? Somewhere between fabric and aider, but that comparison doesn’t do it justice for sure.
This is mainly why zed didn’t “stick” for me. What’s the point in being super fast as an editor if you have to have a different window open for each...
Can you link the docs? On Thu, Oct 10, 2024 at 8:12 AM reslear ***@***.***> wrote: > use our config *.zed/name.workspace* and supports > *.vscode/name.code-workspace* > > 1. > >...
Recently picked up Talon voice, and there are a lot of examples of working with VS code. It is SO useful to those with handicaps, or to those who employ...
My comment is not spam yo. It is on topic. It is on the topic of usability. You just dont like it
Can you please implement this in a way that is extensible to those who run tts and stt servers locally with OpenAI compatible endpoints :)