← Back to context

Comment by minimaxir

9 months ago

That is a relatively new workflow for me since getting the logs out of the Claude UI is a more copy/paste manual process. I'm likely going to work on something to automate it a bit.

I use this:

  llm -m claude-3.7-sonnet "prompt"
  llm logs -c | pbcopy

Then paste into a Gist. Gets me things like this: https://gist.github.com/simonw/0a5337d1de7f77b36d488fdd7651b...