Settings

Theme

Show HN: Lmcli v0.5.0 – A useable tool for LLM minimalists

codeberg.org

4 points by wolttam 13 days ago · 2 comments · 1 min read

Reader

I have put a lot of hours into making `lmcli` my go-to tool for all of my work with LLMs, including coding!

Written in Go for snappy performance and a lean codebase.

I wanted a tool that did not put heavy layers abstraction between me and the model, and I think `lmcli` succeeds at this. Support for more use-cases have gradually been added, but only as those use-cases have become apparent as "fundamental" to LLM usage, e.g. the agentic tool-calling loop.

`lmcli` doesn't come with a built in agent - agents are configured with a system prompt and set of available tools. The README merely provides an example of how one build a coding agent with `lmcli` (one that happens to work pretty well!)

v0.5.0 adds image support. Yes, support for attaching images to conversations in a TUI! And it doesn't feel awful?

It's not perfect, but I think it's good enough for others to find useful.

Enjoy.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection