pushai 0.1.5 → 0.1.7

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 +2 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="../../apps/web/public/logo.svg" alt="PushAI logo" width="64" height="64" />
2
+ <img src="https://pushai.vercel.app/logo.svg" alt="PushAI logo" width="64" height="64" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">PushAI</h1>
@@ -10,8 +10,7 @@
10
10
  </p>
11
11
 
12
12
  <p align="center">
13
- <a href="https://www.npmjs.com/package/pushai"><img src="https://img.shields.io/npm/v/pushai.svg" alt="npm version" /></a>
14
- <a href="https://github.com/thelastofinusa/pushai/blob/main/LICENSE"><img src="https://img.shields.io/github/license/thelastofinusa/pushai" alt="GitHub license" /></a>
13
+ <a href="https://www.npmjs.com/package/pushai"><img src="https://img.shields.io/npm/v/pushai.svg" alt="npm version" />
15
14
  <a href="https://www.npmjs.com/package/pushai"><img src="https://img.shields.io/npm/dt/pushai.svg" alt="npm downloads" /></a>
16
15
  </p>
17
16
 
@@ -130,9 +129,3 @@ Example `config.json`:
130
129
  3. **Security**
131
130
  - API keys are stored in the system keychain, not in plain text.
132
131
  - Local endpoints (`baseUrl`) keep all data on your machine.
133
-
134
- ---
135
-
136
- ### License
137
-
138
- [MIT](./LICENSE) © Holiday
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pushai",
3
- "version": "0.1.5",
4
- "description": "AI-powered CLI for effortless git commits and pushes",
3
+ "version": "0.1.7",
4
+ "description": "Stop writing manual commit messages.",
5
5
  "bin": {
6
6
  "pai": "./dist/index.mjs"
7
7
  },