forkoff 1.0.16 → 1.0.17
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 +3 -6
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -8,14 +8,11 @@
|
|
|
8
8
|
<strong>Bridge your AI coding tools to your mobile device</strong>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
> ##
|
|
11
|
+
> ## 🚀 **OPEN BETA**
|
|
12
12
|
>
|
|
13
|
-
>
|
|
13
|
+
> ForkOff is now in **open beta**! Download the mobile app and get started:
|
|
14
14
|
>
|
|
15
|
-
>
|
|
16
|
-
>
|
|
17
|
-
> After joining the waitlist, you'll receive an invitation email with access instructions.
|
|
18
|
-
> The CLI will not work without an active account invitation.
|
|
15
|
+
> 📱 **[Join the TestFlight Beta](https://testflight.apple.com/join/dhh5FrN7)**
|
|
19
16
|
|
|
20
17
|
---
|
|
21
18
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "forkoff",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.17",
|
|
4
|
+
"description": "CLI tool to connect your AI coding tools to mobile | Open Beta - Download the app: https://testflight.apple.com/join/dhh5FrN7",
|
|
5
5
|
"main": "dist/integration.js",
|
|
6
6
|
"types": "dist/integration.d.ts",
|
|
7
7
|
"homepage": "https://forkoff.app",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"mobile",
|
|
41
41
|
"claude",
|
|
42
42
|
"forkoff",
|
|
43
|
-
"
|
|
43
|
+
"beta",
|
|
44
|
+
"testflight"
|
|
44
45
|
],
|
|
45
46
|
"author": {
|
|
46
47
|
"name": "ForkOff",
|