Hacker News new | ask | show | jobs
Show HN: Talk to a coding agent directly inside Zsh
1 points by amitksingh1490 103 days ago
Hi HN,

We built *ForgeCode*, a coding agent that integrates directly into *Zsh*.

After installing the plugin you can talk to it from your shell using `:` commands.

Example:

``` : add caching to this GraphQL resolver ```

Because it runs inside Zsh, your *aliases, plugins, and shell workflows keep working*.

Forge also appears *multiple times near the top of the Terminal-Bench 2.0 leaderboard* depending on the model configuration.

https://www.tbench.ai/leaderboard/terminal-bench/2.0

Project: website: https://forgecode.dev Repo: https://github.com/antinomyhq/forge

Curious if others have tried putting AI directly into the shell instead of using another CLI tool.

1 comments

One reason we built this as a Zsh plugin instead of a CLI tool:

Most developers already have heavily customized shells (aliases, Oh-My-Zsh plugins, functions, etc).

We wanted the coding agent to become part of that environment instead of replacing it.