faf-cli 2.4.17 β 2.4.19
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 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Sonnet 4.5 hits 100% π§‘ New ASCII Art tooβ‘οΈπ
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
> **π See it live in your terminal:** `faf version`
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.19",
|
|
4
4
|
"description": "π©΅ Cyan CLI - Transform any project into perfect AI context in 30 seconds. Works with Claude, Codex, Gemini & ALL AI tools. Join 3000+ developers using .faf files. 100% FREE β’ Open Source β’ If helpful, a β is appreciated!",
|
|
5
5
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
6
6
|
"logo": "https://faf.one/orange-smiley.svg",
|
|
7
|
+
"banner": "https://raw.githubusercontent.com/Wolfe-Jam/faf/main/cli/faf-banner.png",
|
|
7
8
|
"main": "dist/index.js",
|
|
8
9
|
"bin": {
|
|
9
10
|
"faf": "dist/cli.js"
|