File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,13 @@ A coding agent with the persona of a Tech-Priest of the Adeptus Mechanicus
2121
2222Binharic is a terminal-based AI coding assistant (a coding agent) similar to OpenAI's Codex, Google's Gemini CLI, and
2323Anthropic's Claude Code—but with the personality of a devout Tech-Priest of the Adeptus Mechanicus.
24+ Binharic is written in TypeScript and uses the [ AI SDK] ( https://ai-sdk.dev/ ) framework for its underlying logic.
25+ Moreover, its architecture follows the recommendations mentioned in the
26+ [ building effective agents] ( https://www.anthropic.com/engineering/building-effective-agents ) from Anthropic.
2427
2528Binharic's development started as a personal project to learn more about building a terminal-based coding agent.
2629However, the project has grown somewhat into a full-fledged coding assistant with a lot of features
27- like the ability to analyze projects, run tests, find bugs, and performing code review.
30+ like the ability to analyze projects, run tests, find bugs, and perform code review.
2831
2932### Features
3033
You can’t perform that action at this time.
0 commit comments