Viewing profile — neozz
neozz
HN member- Joined
- Tue, Feb 03, 2026, 2:58 PM UTC
- HN karma
- 8
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About neozz
No profile information was provided.
Recent public activity
- story
- story
-
story
Show HN: LazyAgent – All in one observerbility TUI app for coding agents
Hi HN, I made tui observerbility tool for ai agents. Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it …
- story
-
story
Show HN: Lazyagent – Preserve what your AI agents doing and analyze usage
Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it just call, did the child agent actually do what the p…
-
comment
Comment #47788685
ec is tui git conflict resolver to keep the conflict in one clear view, make the result pane the center of attention, and remove as much friction as possible. The goal is not to ex…
- story
-
story
Show HN: Lazyagent – TUI for to watch all your AI coding agents
Running multiple coding agents could make user losing track of what they were doing. Once subagents start spawning other subagents, basic questions get hard to answer: what is runn…
-
story
Show HN: Lazyagent – a local TUI for watching what your coding agents are doing
Lazyagent a simple way to see what your coding agents were actually doing across Claude, Codex, and OpenCode. Once you have more than 1 agent running, its really hard to answer the…
-
story
Show HN: Ec – terminal native 3-way Git mergetool
ec (easy-conflict) is a 3-way terminal native Git merge conflict resolver. Supports diff3 base comparison, and helps you resolve merge conflicts faster without leaving the terminal…
-
comment
Comment #47636290
Looks cool
-
comment
Comment #46896528
I use Lazygit too! If you configure ec as git mergetool, you can resolve conflict via ec by open external mergetool in Lazygit.
-
comment
Comment #46894220
Thanks!!
-
story
Show HN: Ec – a terminal Git conflict resolver inspired by IntelliJ
Hi HN, I built ec because my friends who are new to development kept getting stuck on Git conflicts. Most TUI merge tools felt hard to use or non-intuitive for them. The only flow …