HackerTrans
トップ新着トレンドコメント過去質問紹介求人

willm

no profile record

投稿

A full-featured terminal user interface for hledger plain-text accounting

github.com
3 ポイント·投稿者 willm·3 か月前·0 コメント

A Textual widget for beautiful diffs in the terminal

github.com
12 ポイント·投稿者 willm·3 か月前·1 コメント

That's AI [video]

youtube.com
3 ポイント·投稿者 willm·5 か月前·0 コメント

New Year's Fireworks Simulator in Your Terminal

github.com
3 ポイント·投稿者 willm·6 か月前·1 コメント

A Unified CLI Tool for All Your LLMs That Promises Improved UX

infoq.com
2 ポイント·投稿者 willm·7 か月前·0 コメント

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
1 ポイント·投稿者 willm·7 か月前·0 コメント

Show HN: Toad. A unified terminal UI for coding agents

github.com
14 ポイント·投稿者 willm·7 か月前·0 コメント

Terminal UI for personal finance power users

moneyflow.dev
3 ポイント·投稿者 willm·8 か月前·0 コメント

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
2 ポイント·投稿者 willm·8 か月前·0 コメント

A Developer's experience with weight loss injections

willmcgugan.github.io
2 ポイント·投稿者 willm·8 か月前·0 コメント

The Toad Report #2

willmcgugan.github.io
1 ポイント·投稿者 willm·8 か月前·0 コメント

Tuitka is a TUI wrapper that leverages Nuitka to compile Python applications

github.com
1 ポイント·投稿者 willm·9 か月前·0 コメント

Python has had async for 10 years – why isn't it more popular?

tonybaloney.github.io
324 ポイント·投稿者 willm·10 か月前·295 コメント

コメント

willm
·3 か月前·議論
I approve of this approach.

The docs for Textual (TUI library for Python) build screenshots along with the docs. Technically not really screenshots, they are SVGs, but principle is the same. They never get out of date.

https://textual.textualize.io/widgets/markdown/#example
willm
·5 か月前·議論
What TUIs are you referring to? Mouse is supported and working on just about every TUI framework.
willm
·5 か月前·議論
It is possible. Terminals have supported mouse interactions for a long time.
willm
·7 か月前·議論
I know for a fact that Textual can generate an entire frame in less than a 60th of a second. Any lag you see has nothing to do with the choice of language. A TUI just doesn’t require that much number crunching to use a low level language.

I’d be interesting in knowing what platform and terminal you observed the lag, when testing Toad.
willm
·7 か月前·議論
Not saying there isn't room for improvement. This is the first release, and work is ongoing. But I can't predict everyone's assumptions. Everyone brings their own experiences to the table, and in 6 months of testing nobody has made assumptions you just did.

For instance, "toad run" takes a path to a directory and not a command (check the usage). You've made an incorrect assumption about how that works, based on previous assumptions on how the UI works.

I would be like to understand why you made the assumptions you did, and make changes based on your feedback. But you've chosen to be combative, for reasons known only to yourself.

For the record, I apologize for the "Mr cranky pants" quip. If you do want to improve this software, join the Discord. Let's keep it civil. Merry Xmas.
willm
·7 か月前·議論
De nada.
willm
·7 か月前·議論
It’s stored statically in the Codebase. In the future, I suspect there will be enough compatible agents that there might be a web service to search them.

I think they are working in the Copilot ACP layer. Doubt it will take long.
willm
·7 か月前·議論
It is quite literally instantaneous on my 5 year old laptop. Whatever you are seeing isn't due to the choice of Python.
willm
·7 か月前·議論
Thanks!
willm
·7 か月前·議論
The ACP protocol supports MCP. That would be how the client provides additional functionality for the agent. There's no UI in Toad for that yet, but there will be in a future update.
willm
·7 か月前·議論
[flagged]
willm
·7 か月前·議論
It should be as easy as running: toad acp “command”
willm
·7 か月前·議論
You may be confusing Agent Communication Protocol with Agent Client Protocol. Yeah, 2 ACP protocols. I had no hand in the naming.

If an agent can be configured to use Ollama, then you could use it from a Toad. It might be possible right now.
willm
·7 か月前·議論
Pretty sure I could run Toad in Toad, but I’m scared to try.
willm
·7 か月前·議論
I don’t follow your first question. Toad already displays pretty diffs. MCP works in the same way as the native CLI.

One of the advantages of Toad is that it is vendor agnostic. In the future Toad will be able to run sub agents, and allocate any agent to any job. Still to figure out the UX for that.
willm
·7 か月前·議論
That’s pretty much it. You can bring your own agent. Including OpenCode by the way. I doubt they will mind as they still get paid for the tokens.

You get a nice UI that is only going to get better as time goes on.

It’s far better model to separate the agent from the UI. The current situation is like building a browser for a single website.
willm
·7 か月前·議論
Hope you like it. It is still Claude Code doing the work. Toad talks to the agent, and is the agent that works with the LLM. So the results should be identical to the native CLI.
willm
·7 か月前·議論
I'm very taken by your response!
willm
·7 か月前·議論
I'm sure you recognise some of these? https://github.com/batrachianai/toad/blob/main/src/toad/app....
willm
·7 か月前·議論
Guess you don’t like sci-fi movie quotes. You can change that to a simple pulse animation in the settings.

It literally is using Claude under the hood. Should be no different than Claude’s own CLI.