Simon Willison
Simon Willison
OK that worked really well, I just had an extensive chat with it using `gpt-4.1-mini` and created a bunch of files: https://gist.github.com/simonw/9cd9cdbf4cf72c3ced869763b24c94c9 Here's an interesting snippet from that: ``` >...
Tried it with Sonnet 4, works great too: ```bash llm chat -T 'Files("/tmp/hi")' --td -m claude-4-sonnet ``` ``` Chatting with anthropic/claude-sonnet-4-0 Type 'exit' or 'quit' to exit Type '!multi' to...
I've changed my mind: this is a bad fit for a default plugin because of the subtleties of the implementation that might make it a better thing to evolve independently...
I like this idea a lot. The markdown export is already furiously useful and I share them all the time (usually as gists). Having it work as a round-tripable format...
I want to ditch the `-u/--usage` option and always include that information. Options aren't visible in the markdown yet, we should fix that. My priority is that the default export...
Fun twist: I'm planning on having LLM support conversation trees soon: - #938 Representing those in Markdown would be fun! Might be an argument to use `> ` quotation blocks...