opencode
opencode copied to clipboard
Is there a neat way to setup a small model to take care of lint errors?
Question
Sometimes, large changes get blocked because a large file has a lint error post change and its a massive context hog (aka token consumption). Is there a way to force any all errors like this to a smaller model which is solely instructed to fix this and triggered immediately? It does not need the ongoing context as fixing the lint is the only thing.