Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
deathmonger5000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
deathmonger5000
25d ago
I created Circus Chief to solve this (and other) problems. Use whatever providers you want with it. https://github.com/ferrislucas/Circus-Chief
2.
▲
by
deathmonger5000
1mo ago
If you’re into web based meta-harnesses you might like Circus Chief: https://github.com/ferrislucas/Circus-Chief Similar idea re using the same UI across all models, but the agent can modify the harness config as well
3.
▲
by
deathmonger5000
3mo ago
Circus Chief allows you to do this: https://github.com/ferrislucas/Circus-Chief (Full disclosure: it’s my project)
4.
▲
by
deathmonger5000
3mo ago
You might like Circus Chief. It’s a web based UI focused on mobile - local first. Supports Claude Code, Codex, and Gemini. Supports auto retries when you run out of tokens, scheduled tasks etc. It’s been great for me as I juggle a Codex, Cl
5.
▲
by
deathmonger5000
3mo ago
I made Circus Chief: https://github.com/ferrislucas/Circus-Chief Circus Chief is a tool for managing coding agent sessions from a browser. It's specifically optimized for small screens. It supports Claude Code, Op
6.
▲
Show HN: Circus Chief – Claude Code, Codex, and Gemini from Your Phone
(github.com)
4 points
by
deathmonger5000
4mo ago
|
0 comments
7.
▲
by
deathmonger5000
2y ago
I see what you're saying. Yes, what you described sounds like a much better approach in terms of being terminal agnostic. It would be awesome to have a tool like iterm-mcp that supports any terminal, any OS, etc. iterm-mcp is limited s
8.
▲
by
deathmonger5000
2y ago
It sounds like iterm-mcp isn’t a tool that would fit in your organization. I’m totally not trying to change that or sell you anything. I’m curious what your thoughts are around Cursor, Windsurf, etc. Those are IDE’s that provide the model w
9.
▲
by
deathmonger5000
2y ago
I think you might mean use the tail command? See my other comments about not wanting to change the user’s workflow. I don’t want to get in between the user and their commands in any way. That’s what drove my design decisions. Would you mind
10.
▲
by
deathmonger5000
2y ago
> I just can’t imagine giving AI any rights to actually run commands without oversight We’re 100% on the same page here. No one should ask Claude (or any model) to do something using their terminal and then just walk away. I hope that’s
11.
▲
by
deathmonger5000
2y ago
I wonder how much of what iTerm knows about the current terminal state is exposed. I got it working "good enough for me" and moved on to other pieces of the puzzle. I'm sure what I did could be improved upon quite a bit. I be
12.
▲
by
deathmonger5000
2y ago
> Why would you favor this approach over say, a command line tool that can pipe input into and out of a configurable AI backend, fork subprocesses [...] I think what you're describing is something that's built to perform agent
13.
▲
by
deathmonger5000
2y ago
Hi, thanks for your comment! I haven't explored that approach. Can you say more? Will using the approach that you suggested support interactive CLI utilities like a REPL? Those are use cases that I definitely want to support with this
14.
▲
by
deathmonger5000
2y ago
Hi, thanks for the comment! wcgw looks really cool - nice job with it! > I wonder if there's really a need for separate write to terminal and read output functions? I was hoping that write command itself would execute and return the
15.
▲
Show HN: Iterm-Mcp – AI Terminal/REPL Control for iTerm2
(github.com)
43 points
by
deathmonger5000
2y ago
|
21 comments
16.
▲
by
deathmonger5000
2y ago
Really nice work! Thanks for sharing this. Odd time signatures would be a nice addition. Thanks again!
17.
▲
by
deathmonger5000
2y ago
Can you point out where telemetry or other spying can be found in this codebase?
18.
▲
by
deathmonger5000
2y ago
I’m working on a tool called Together Gift It. Together Gift It makes managing group gift events like Christmas easier. I’m making it because my family was sending an insane amount of group texts during the holidays, and it was getting ridi
19.
▲
by
deathmonger5000
2y ago
I created a CLI tool called Promptr which is an open source developer tool that allows the user to modify their codebase using plain language. The tool sends the user’s query as well as the relevant source code to an LLM. The changes from t
20.
▲
by
deathmonger5000
2y ago
I created a tool called Together Gift It because my family was sending an insane amount of gift related group texts during the holidays. My favorite one was when someone included the gift recipient in the group text about what gift we were
21.
▲
by
deathmonger5000
2y ago
Sorry wrong thread :(
22.
▲
by
deathmonger5000
2y ago
I created a tool called Together Gift It because my family was sending an insane amount of gift related group texts during the holidays. My favorite one was when someone included the gift recipient in the group text about what gift we were
23.
▲
by
deathmonger5000
3y ago
Here's the fork of Open Interpreter that I was experimenting with: https://github.com/ferrislucas/open-interpreter/pull/1/files The system prompt that adds the Promptr CLI tool is here: https:/
24.
▲
by
deathmonger5000
3y ago
OI fixed the factories and config by attempting to run the tests. The test run would fail because there's no test suite configured, so OI inspected the Gemfile using `cat`. Then it used Promptr with a prompt like "add the rspec ge
25.
▲
by
deathmonger5000
3y ago
I think I have the prompts still, but not on my work machine. I'll look tonight and edit this comment with whatever I can find. I actually forked OI and baked in a prompt that was something like "Promptr is a CLI etc. etc., give P
26.
▲
by
deathmonger5000
3y ago
I taught https://github.com/KillianLucas/open-interpreter how to use https://github.com/ferrislucas/promptr Then I asked it to add a test suite to a rails side project. It created missing factorie
27.
▲
by
deathmonger5000
3y ago
I made a CLI tool called Promptr that allows you to make changes to a codebase via plain English instructions: https://github.com/ferrislucas/promptr There’s a templating system (liquidjs) included which is useful if
28.
▲
by
deathmonger5000
3y ago
I made a CLI tool called Promptr that takes care of this for you if you're interested: https://github.com/ferrislucas/promptr You just prompt it directly or with a file, and it applies the changes to your file sys
29.
▲
by
deathmonger5000
3y ago
This is exactly the use that Promptr is intended for https://github.com/ferrislucas/promptr * full disclosure: I’m the author of Promptr
30.
▲
by
deathmonger5000
3y ago
I’ve been experimenting with pairing a tool I wrote called Promptr [1] with another tool called Open Interpreter [2]. I start with a prompt that teaches Open Interpreter how to use Promptr, and then I discuss what I’m trying to accomplish.
More ›