AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning

This commit is contained in:
Krilly
2026-03-04 13:29:22 +00:00
parent 29a98137a7
commit 57dd294675
13706 changed files with 2114953 additions and 237629 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "freeapi",
"version": "1.0.0",
"description": "sovereign api client - no middleware, no data harvesting, just direct spec-driven execution.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"inquirer": "^9.2.12",
"yaml": "^2.3.1"
},
"author": "xethis",
"license": "MIT",
"private": false,
"keywords": [
"api",
"openapi",
"swagger",
"client",
"privacy",
"no-middleware",
"agent",
"openclaw"
]
}