logoalt Hacker News

wiseprobeyesterday at 3:44 PM0 repliesview on HN

Working on https://github.com/wiseprobe/patchpal , an open-source agentic coding assistant in Python.

While it's true that the agentic coding assistant space is crowded (Claude Code, Aider, Opencode, Codex, etc.), we needed something supporting both local and cloud models that we could easily modify/extend for custom workflows.

Being able to access the agent through both a terminal and a Python API/REPL has come in handy.

Recent releases includes custom tools, agent skills, and built-in support for Ralph Wiggum loops.