mcptask-rails-runner 0.3.15 → 0.3.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adfe1d2bef98a696c19635f4764f37d9152f27e589c9be546277bc5ee78e14ce
4
- data.tar.gz: 2ceaf669367b519ccc041b6e549d2724463a9236e57fa6bd1f649d7c2931f74e
3
+ metadata.gz: 24f366668e2698c8ef42808c9e22dbb1d24583a38e1d6d912a2eb035e9e5ebe6
4
+ data.tar.gz: 641f3414daea4e1d15c50625a08bf7b7d717434537b2da829a40d8af09900a06
5
5
  SHA512:
6
- metadata.gz: 453679290261466f1336bb2ce3abe8e087f67174066def495ae5b529ac43ecde81058ea33e70c4e7558131d0e4d9dececfa68b242b8c1289ce5382cfb97a4066
7
- data.tar.gz: 535f8db7507b4dc4dcef83ebd0f87788b79f40e0665c50fc00e3abfff454f43ca15caa2431e76299c7093962636896be502ba29f3a92c122bdf623688a65a8c0
6
+ metadata.gz: 35cbbea7aaa4ae8f08bc649001d36c3cbab02b9c1ce91aa1ffb2f321004e4db6b6f071f1cf51903603a28271a537bd2957c73e12c351693ab476fcc758783db1
7
+ data.tar.gz: 2c9e237757f1bf2c35e57d00a3b39c1342ae1efcc63a9c0cc1702238c4c1720c1095ef301eea9a30d2b8af210badbc4193d894ed664f6982f8e5db5d830697ef
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.15"
13
+ VERSION = "0.3.16"
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcptask-rails-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Chmel