@eminent337/aery 0.1.29 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  > AI coding agent for the terminal. Built by Aryee.
6
6
 
7
+ [![npm version](https://img.shields.io/npm/v/@eminent337/aery?color=7eb8d4&label=version)](https://www.npmjs.com/package/@eminent337/aery)
8
+ [![npm downloads](https://img.shields.io/npm/dm/@eminent337/aery?color=7eb8d4&label=downloads)](https://www.npmjs.com/package/@eminent337/aery)
9
+ [![license](https://img.shields.io/npm/l/@eminent337/aery?color=7eb8d4)](https://github.com/eminent337/aery/blob/main/LICENSE)
10
+ [![GitHub stars](https://img.shields.io/github/stars/eminent337/aery?color=7eb8d4)](https://github.com/eminent337/aery)
11
+
7
12
  Aery is a powerful, extensible AI coding agent that lives in your terminal. It reads your codebase, edits files, runs commands, and manages git workflows through natural language — with automatic model failover across 300+ providers.
8
13
 
9
14
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eminent337/aery",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Aery \u2014 AI coding agent by Aryee",
5
5
  "type": "module",
6
6
  "aeryConfig": {