force-agent 0.15.0 → 0.16.2
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 +5 -5
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ npm i -g force-agent # install the command
|
|
|
6
6
|
force service start # run it in the background
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
Version 0.
|
|
9
|
+
Version 0.16.2.
|
|
10
10
|
|
|
11
11
|
The command is a small Node shim. It resolves the platform binary from the
|
|
12
12
|
matching `@force-agent/cli-<os>-<arch>` optional dependency at run time, so an
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "force-agent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Force Agent CLI: a coding agent that runs as a background service with a web UI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://labfy.dev",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"force-agent"
|
|
43
43
|
],
|
|
44
44
|
"optionalDependencies": {
|
|
45
|
-
"@force-agent/cli-darwin-arm64": "0.
|
|
46
|
-
"@force-agent/cli-linux-arm64": "0.
|
|
47
|
-
"@force-agent/cli-linux-x64": "0.
|
|
48
|
-
"@force-agent/cli-windows-x64": "0.
|
|
45
|
+
"@force-agent/cli-darwin-arm64": "0.16.2",
|
|
46
|
+
"@force-agent/cli-linux-arm64": "0.16.2",
|
|
47
|
+
"@force-agent/cli-linux-x64": "0.16.2",
|
|
48
|
+
"@force-agent/cli-windows-x64": "0.16.2"
|
|
49
49
|
}
|
|
50
50
|
}
|