cinsua

Results 1 comments of cinsua

I think I accomplished this doing a custom plugin: ``` import type { Plugin } from "@opencode-ai/plugin"; export const ContextInjectionPlugin: Plugin = async ({ client, directory }) => { return...