35 ms·
we have features like manual context management https://www.dyad.sh/docs/guides/large-apps#manual-context-management https://www.dyad.sh/docs/guides/large-apps#
by willchen 1y ago
we have features like manual context management https://www.dyad.sh/docs/guides/large-apps#manual-context-management https://www.dyad.sh/docs/guides/large-apps#manual-context-ma... which lets you select files to use in your context window
- freakynit 1y agoHey, could the tool do this itself? Like using code embeddings? https://www.trynia.ai/ https://www.trynia.ai/ seems to be doing sometihing similar.
- willchen 1y agovery interesting - when we ship MCP support you should be able to use nia!
- freakynit 1y agoHow about local support? First draft is simple enough to implement: chunk => embed => store. And then one simple lookup function. Complexity would arise once we start to go into AST's and graph traversals.