mcptask-rails-runner 0.3.15-aarch64-linux → 0.3.16-aarch64-linux
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +37 -0
- data/lib/mcptask_rails_runner/version.rb +1 -1
- data/libexec/mcptask_runner +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0bc0d2c4d91cacb1a43a58757c0f60fc805f2dac43b771d56e47e6feea362536
|
|
4
|
+
data.tar.gz: 1b0b7d5dd7afdd0d7cc673bb392e4bcf1cb6ff4952eeec131aa323e931d57ee3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eeb35e5eeeded900934eade4539f7835e2d2af192d4d25f6f7cbc524be067aac2ab44a5ac4c43b65350df35f490cd1199729a0bf4cfec21640115d6f19693fb5
|
|
7
|
+
data.tar.gz: e318b93ddb293d103f30b33f07c216e4736dd73765829a2a7fb986897bc67cadb171108e42c5393f8fb8821084a0c2e4fa5653c5451a781355ebd61a26589b0e
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,43 @@ entries below describe wrapper changes only. Binary changes are listed in the
|
|
|
5
5
|
[mcptask-releases](https://github.com/jchsoft/mcptask-releases/releases)
|
|
6
6
|
release notes for the same tag.
|
|
7
7
|
|
|
8
|
+
## 0.3.16
|
|
9
|
+
|
|
10
|
+
No wrapper changes. Full notes in
|
|
11
|
+
[mcptask-releases v0.3.16](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.16).
|
|
12
|
+
|
|
13
|
+
**Upgrading:** run `mcptask_runner update --self` on each host. Everything in
|
|
14
|
+
this release is binary behaviour and no new skills or helpers ship with it, so
|
|
15
|
+
plain `mcptask_runner update` has nothing to do here. The binary that runs at
|
|
16
|
+
08:00 lives in `~/.mcptask/bin` and is replaced by `--self`, never by
|
|
17
|
+
`bundle update`.
|
|
18
|
+
|
|
19
|
+
Binary changes carried by this version:
|
|
20
|
+
|
|
21
|
+
- The runner card on the dashboard is filled in rather than sparse. It names
|
|
22
|
+
the binary drawing it, says how a finished run went, counts out the retries
|
|
23
|
+
the CLI is riding out, links the pull request a run has just opened, and
|
|
24
|
+
says what an MCP tool call is acting on instead of arriving as a bare tool
|
|
25
|
+
name. A task forked inside a subagent reaches the card too, and the
|
|
26
|
+
notification that ends it is no longer thrown away.
|
|
27
|
+
- A card whose stream goes quiet keeps saying the last thing it knew instead
|
|
28
|
+
of emptying out, and the TODO list fills in on Opus and Sonnet as well.
|
|
29
|
+
- An idle wait ends the moment mcptask.online says this runner has been given
|
|
30
|
+
a piece, rather than sitting out the rest of the interval.
|
|
31
|
+
- A stop on the daily quota says which quota and how many hours it means —
|
|
32
|
+
`worked_today=8.2h of per_day=8h`. The hours are the user's day rather than
|
|
33
|
+
this run's, so a runner that idled all morning could stop on a budget it
|
|
34
|
+
never touched, and the old line gave a reader nothing to tell those apart
|
|
35
|
+
with. The same line now distinguishes a spent budget from an endpoint that
|
|
36
|
+
never answered, and a stop caused by a failed task no longer claims to be a
|
|
37
|
+
quota stop.
|
|
38
|
+
- The reconnect notice in the event stream names what closed the socket.
|
|
39
|
+
|
|
40
|
+
## 0.3.15
|
|
41
|
+
|
|
42
|
+
No wrapper changes, and no entry was written here at the time. Full notes in
|
|
43
|
+
[mcptask-releases v0.3.15](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.15).
|
|
44
|
+
|
|
8
45
|
## 0.3.14
|
|
9
46
|
|
|
10
47
|
No wrapper changes. Full notes in
|
|
@@ -10,5 +10,5 @@ module McptaskRailsRunner
|
|
|
10
10
|
# Binary::INSTALL_DIR. So the pin is per project and per foreground rake
|
|
11
11
|
# invocation; the installed copy is per machine, and the newest binary any of
|
|
12
12
|
# those projects offers is the one that stays.
|
|
13
|
-
VERSION = "0.3.
|
|
13
|
+
VERSION = "0.3.16"
|
|
14
14
|
end
|
data/libexec/mcptask_runner
CHANGED
|
Binary file
|