@shipers-dev/dayline 0.107.2 → 0.109.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,6 +7,7 @@ the prebuilt Rust binary for the host platform, which arrives through the
7
7
  npm i -g @shipers-dev/dayline
8
8
  dayline setup
9
9
  dayline service install
10
+ dayline update # later: install the newest CLI and relaunch the daemon
10
11
 
11
12
  Set `DAYLINE_BIN` to run a binary you built yourself
12
13
  (`cargo build --release -p dayline-cli`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipers-dev/dayline",
3
- "version": "0.107.2",
3
+ "version": "0.109.1",
4
4
  "description": "Run coding agents on your machine, driven from anywhere.",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
@@ -10,10 +10,10 @@
10
10
  "bin"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@shipers-dev/dayline-darwin-arm64": "0.107.2",
14
- "@shipers-dev/dayline-darwin-x64": "0.107.2",
15
- "@shipers-dev/dayline-linux-x64": "0.107.2",
16
- "@shipers-dev/dayline-linux-arm64": "0.107.2"
13
+ "@shipers-dev/dayline-darwin-arm64": "0.109.1",
14
+ "@shipers-dev/dayline-darwin-x64": "0.109.1",
15
+ "@shipers-dev/dayline-linux-x64": "0.109.1",
16
+ "@shipers-dev/dayline-linux-arm64": "0.109.1"
17
17
  },
18
18
  "dependencies": {
19
19
  "@agentclientprotocol/claude-agent-acp": "0.65.0"