logoalt Hacker News

mattfrommarstoday at 1:55 AM0 repliesview on HN

Hi OP, can you tell me how you got started to build tool like this? From what I understand, you are leveraging git worktree under the hood and using LLM agent that work in CLI to maintain 'branch' of version being produced. depending on which agent produces the best version of code, you pivot to that one. And Fleetcode provider solution to manage this.

Did you use TypeScript to build FleetCode because of electron app?