Hacker News new | ask | show | jobs
by nelsontv 401 days ago
“Build powerful command-line agents similar to Claude Code using just Git and VS Code”

How?

1 comments

A simplified version of a coding assistant is described at:

https://docs.dhenara.com/dhenara-agent/guides/tutorials/comm...

This example is not a full-fledged code generator, but it can handle various coding tasks and make updates directly to repositories. It provides a command-line interface for code modifications or additions.

This can be extended further for more complex CLI agent creations.