ai-pipe 1.0.2 → 1.0.4
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.
- package/README.md +1 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -301,6 +301,7 @@ The release workflow handles `bun publish`, binary builds, and GitHub release.
|
|
|
301
301
|
- [ ] **Markdown rendering** — syntax-highlighted, formatted output in the terminal
|
|
302
302
|
- [ ] **Cost tracking** — show estimated token costs per request
|
|
303
303
|
- [ ] **Response caching** — skip duplicate API calls for identical prompts
|
|
304
|
+
- [ ] **Update notifications** — check for new versions and prompt to upgrade
|
|
304
305
|
- [ ] **Tool use** — function calling and MCP support
|
|
305
306
|
|
|
306
307
|
## 📚 Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-pipe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A lean CLI for calling LLMs from the terminal. Text in, text out.",
|
|
5
5
|
"module": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,11 @@
|
|
|
35
35
|
"pipe",
|
|
36
36
|
"terminal",
|
|
37
37
|
"openrouter",
|
|
38
|
-
"vercel-ai-sdk"
|
|
38
|
+
"vercel-ai-sdk",
|
|
39
|
+
"command-line-tool",
|
|
40
|
+
"developer-tools",
|
|
41
|
+
"generative-ai",
|
|
42
|
+
"shell"
|
|
39
43
|
],
|
|
40
44
|
"author": "Andrew Bierman",
|
|
41
45
|
"repository": {
|