Viewing profile — onecommit
onecommit
HN member- Joined
- Mon, Oct 17, 2022, 4:48 PM UTC
- HN karma
- 127
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About onecommit
No profile information was provided.
Recent public activity
-
comment
Comment #47462986
interesting - thanks!
-
comment
Comment #47458246
How do models deal with assessing the quality of content and its accuracy/veracity when recommending products currently? What do the providers do to avoid a situation where more co…
-
comment
Comment #47147014
Yes! By default, every new task runs in its own worktree. In the .emdash.json config (or in the UI on your project page), you can specify setup, run, and teardown scripts -- pnpm i…
-
comment
Comment #47146460
Thanks! What tools have you been experimenting with? Agreed. That this evolution pushes much of the work into describing desired outcomes and giving sufficient context. To your que…
-
comment
Comment #47145910
We could! Do you use them?
-
comment
Comment #47145425
We connect to remote servers via SSH, are provider-agnostic, and open-source. e.g. in Codex you can only run OpenAI models and not Gemini, Amp, you name it. Give it a spin :)
-
comment
Comment #47145185
Thank you for flagging! We had a CI bug in v0.4.16 that caused the compilation error that we patched in the latest release (v0.4.17). I created a ticket for the provider detection …
-
comment
Comment #47144015
On it! Released windows out of beta yesterday. signed version sometime this week
-
comment
Comment #47143758
Thank you, and yes!
-
comment
Comment #47143652
looking into this! Thanks for flagging
-
comment
Comment #47143632
We're figuring our business model out. There're two avenues that we principally think about (1) bundled coding agent subscription and (2)enterprise version with auth, team manageme…
-
comment
Comment #47143106
interesting! hadn't looked into sparse checkout before, but will do now. Initial thoughts are that sparse might be risky if we lose some arbitrary files that might be relevant cont…
-
comment
Comment #47142961
Interesting thoughts - thank you! And directionally agree - given that agents are becoming ever better, they'll take more and more of the orchestration on themselves. Still, we bel…
-
comment
Comment #47142794
Conductor is definitely in the same space. Main points of differentiation that I am aware of are that we allow you to connect to remote servers via SSH, natively embed many more co…
-
comment
Comment #47142351
Not in its purest sense! We're using the monaco editor for file editor and diffs, but other than that no VScode included. The file editor is really a secondary view inside of Emdas…
-
comment
Comment #47142083
great! send all feedback our way :folded_hands:
-
comment
Comment #47141805
We've considered it! The way we're seeing it, this is something that the CLIs themselves are getting good at natively, such as Claude Code. We generally consider ourselves to be at…
-
comment
Comment #47141496
Thanks for your questions! You can separate the agents in Emdash by running them on separate git worktrees so they can do concurrent modifications without interfering. We don't sup…
-
story
Show HN: Emdash – Open-source agentic development environment
Hey HN! We’re Arne and Raban, the founders of Emdash ( https://github.com/generalaction/emdash ). Emdash is an open-source and provider-agnostic desktop app that lets you run multi…
- story
-
story
Show HN: Emdash – OS UI for parallel coding agents and Linear tickets
Hey HN — Emdash is an open-source UI for running multiple coding agents in parallel. It’s provider-agnostic (10+ CLIs). Each agent runs in its own Git worktree; after a run, compar…