I start to believe that Junie (or Clause as the LL...
# ai
s
I start to believe that Junie (or Clause as the LLM behind) can't to web searches. It fails to add https://github.com/whyoleg/cryptography-kotlin to my project. It uses a wrong / non-existing artifact & version numbers. I asked it to read the GitHub documentation, but it seemingly can't.
p
Yes, Junie doesn't support web search. But it's planned
👍 3
n
Does it support reading from the module we already imported? (From the kdoc so it makes a proper code using the dependencies of the project)
p
I’m not exactly sure about this point. From what I see, Junie analyzes dependencies like all other code agents. That is, if the module is directly in your project, it will read the files. if it’s a dependency from Maven Central, then it won’t. I suggested the idea of adding a special generated file by dokka to the jar, specifically for llms and code agents, but so far I haven’t seen anyone take it up
n
A Dokka integration could be a great idea to provide sufficient context to Junie so she knows how to use dependencies correctly