Earlier quoted context omitted.
Wow what a great overview; is there a big doc to see all these options? I'd love to try it -- I've been trying `gh` copilot pulgin but this looks more appealing.
I really need to put together a better tutorial - there's a TON of documentation but it's scattered across a bunch of different places: - The official docs: https://llm.datasette.io/ - The workshop I gave at PyCon a few weeks ago: https://building-with-llms-pycon-2025.readthedocs.io/ - The "New releases of LLM" series on my blog: https://simonwillison.net/series/llm-releases/ - My "llm" tag, which has 195 posts now!…
``` # AI cli (unstable.python3.withPackages ( ps: with ps; [ llm llm-gemini llm-cmd ] )) ```
looks like most of the plugins are models and most of the functionality you demo'd in the parent comment is baked into the tool itself.
Yea a live document might be cool -- part of the interesting bit was seeing "real" type of use cases you use it for .
Anyways will give it a spin.