Live data from Hacker News

OpenWarp

openwarp.zerx.dev

101–110 of 159 posts

Re: OpenWarp

#101
post #92

This is the most broken website I’ve ever visited on HN. From Safari on iOS: 1. Im getting non-English text 2. The size of my page is well beyond the width of my screen making it hard to scroll vertically 3. Constant popping/reflowing due to animations Trust this company with my credit card? I think not.

I don't see anything asking for a credit card.

Re: OpenWarp

#103
post #92

This is the most broken website I’ve ever visited on HN. From Safari on iOS: 1. Im getting non-English text 2. The size of my page is well beyond the width of my screen making it hard to scroll vertically 3. Constant popping/reflowing due to animations Trust this company with my credit card? I think not.

I don't see anything asking for a credit card.

Some other comments mention getting the payment prompts after they've downloaded the tool and started using it. e.g. "pay to use your own provider"

Re: OpenWarp

#104

Earlier quoted context omitted.

What about when SSHing to an external server, or working in a container?

Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.

so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface.

i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

Re: OpenWarp

#105

Warp founder here. It's cool to see the community excitement here. Note that we are going to add bring-your-own-model directly into Warp. Would love interested folks to weigh in on the discussion here: https://github.com/warpdotdev/warp/discussions/9619

Will this require a paid plan? That is, could Warp, when modified, work with a local model on Ollama, no charge?

Re: OpenWarp

#106

Earlier quoted context omitted.

Claude Code is very capable of making a terminal emulator with exactly (and only) the features you want. I did that for myself and it's now my daily driver. Has a few goodies I care about but nothing much else, and I have no intention of adding features for other people: https://github.com/cartermp/term

A personal Mac terminal emulator built for terminal-based AI work. How exactly does it help with "terminal-based AI work"?

You're right to push back. It doesn't — he made it up.

Re: OpenWarp

#107
post #97

Earlier quoted context omitted.

Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.

Confirming that Pi can definitely handles this. I've written a harness "factotum" based on pi just for managing my homelab and my radio club's systems. Has absolutely no issue sshing into things remotely, running ansible/helm/kubectl/talosctl commands. There's a few skills, a and an extension to switch inventory. The extension is only needed because I want to switch between the two organizations. It's pretty slick. O…

How do you use `pi` to ssh? I use `oh-my-pi`, and tried the `/ssh` command, but I couldn't get it to work. Then I saw a suggestion somewhere to just run `!ssh` to place things into the agent's context.

Is there a way to use it like "The current directory is at `ssh server`" and have the agent work from there?

Re: OpenWarp

#108

Earlier quoted context omitted.

Long overdue - I was all in a few years ago with Warp, but after the last couple of years of not addressing this need, I have moved on from Warp. I now DO NOT see the need to embed AI into the terminal when you can have all sorts of TUI doing the same job.

What about when SSHing to an external server, or working in a container?

Hand your agent a tmux session.

Re: OpenWarp

#109

Earlier quoted context omitted.

Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.

so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface. i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

> i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

Why would it be more likely to hallucinate local commands instead of remote commands if it is in an active SSH session?

Re: OpenWarp

#110

Earlier quoted context omitted.

Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.

so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface. i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

Background: I use OpenCode to do this.

Just tell it to use ssh from the shell. From there you can give it extra context to describe the target (if you know/care about it), or just let it loose and if the environment doesn't have what it expects it will "figure something out" - just the same as with your local env.

If there's some least common denominator you know about e.g. python it can streamline things if you tell it to just use that for everything.

Post reply on HN