pushai 0.1.0 → 0.1.1

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 +0 -4
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -77,7 +77,3 @@ pai commit
77
77
  - **OpenAI:** `gpt-4o`, `gpt-4o-mini`.
78
78
  - **HuggingFace:** `Llama 3`, `Mistral`, etc.
79
79
  - **Local/Custom:** Anything OpenAI-compatible (Ollama, Groq).
80
-
81
- ---
82
-
83
- Built with ❤️ by [Holiday](https://github.com/thelastofinusa)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AI-powered CLI for effortless git commits and pushes",
5
5
  "bin": {
6
6
  "pai": "./dist/index.mjs"
@@ -12,7 +12,16 @@
12
12
  "pushout": "npm publish",
13
13
  "pushout-inc": "npm version patch --no-git-tag-version && pnpm pushout"
14
14
  },
15
- "keywords": [],
15
+ "keywords": [
16
+ "cli",
17
+ "git",
18
+ "push",
19
+ "ai",
20
+ "commit",
21
+ "message",
22
+ "generate",
23
+ "robotics"
24
+ ],
16
25
  "author": {
17
26
  "name": "Holiday",
18
27
  "url": "https://thelastofinusa.vercel.app"