mcptask-rails-runner 0.3.23 → 0.3.24

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: 6d2a73c2de4ee862b3ce4354468099e515f0cbc59a14d2b910c18173b13e7a59
4
- data.tar.gz: 8c89bceed9444902402d06f427a19fbf9bac18539713909f453ad0b424649285
3
+ metadata.gz: 0de9cc0b17c611f58b8efd32a409010ee8f1048381dec7dcecf0361f2d7371d6
4
+ data.tar.gz: bd0afa59b95660c261aee8b9f9ac3c53c7c4d7befa64d4728c673273c4ef35e4
5
5
  SHA512:
6
- metadata.gz: f470628c32c59d11b1ae94e14391d46616fbbc11e1c1802d9ef93b794b9b41f75580b882b625dfe607d5d31b34f34497d8b698e9fcb2694805f5753c95939467
7
- data.tar.gz: 0db755a5d77e70fb516581913998e8ef7ea8f916ec2f7d2bfbceb69f81a47309f536c49a337a9b6af5558546f6e835e5148e14323360121e141e592a334ae2cd
6
+ metadata.gz: 1044df8aa438ef96b8341fdb7c204d7902aefb204db500d606fdcbeea830362b1f0cce837c08b8e804cca0cf84a06fbb9c60e2871818bc82a51a0e769bedca6f
7
+ data.tar.gz: 88c26468384859230763ab8f228a733e4d4ac9e448dd41bd8f02dfc2f9725d0aefe14d102b3215b36f5d06e5e4e94a372a6adc1ee8b3579227dd3919e961b717
data/CHANGELOG.md CHANGED
@@ -5,6 +5,40 @@ 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.24
9
+
10
+ No wrapper changes. Full notes in
11
+ [mcptask-releases v0.3.24](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.24).
12
+
13
+ **Upgrading takes two commands this time.** `mcptask_runner update --self`
14
+ replaces the binary; then a bare `mcptask_runner update` in any one project on
15
+ the host, because the helper scripts in `~/.claude/bin` changed and the binary
16
+ does not rewrite them on its own. Until that second step runs, a suite started
17
+ through `/ci-runner` finds the test lock held by the old `ci_start` and refuses
18
+ itself as if another agent held it (task #12369).
19
+
20
+ Binary changes carried by this version:
21
+
22
+ - **`harness:` is required in `config/mcptask_runner.yml`.** The runner drives
23
+ a coding CLI named by a profile — `claude`, `codex` or `opencode` — and there
24
+ is no default. `update` writes `harness: claude` once for a project it
25
+ already installed into and says so; a new project needs
26
+ `mcptask_runner init --cli <name>`; a project with neither refuses to start
27
+ and names the key (stories #12276, #12279).
28
+ - **Codex CLI and OpenCode are supported harnesses.** `init --cli codex` and
29
+ `init --cli opencode` set a project up for those CLIs; the work loop, the
30
+ card and the mcptask.online protocol are unchanged. Codex login is done once
31
+ by hand (`codex login`); the runner checks it before a run. Both harnesses
32
+ were driven for real on 2026-09-09 (stories #12277, #12278).
33
+ - **The runner card shows the harness** beside the model, and `version` opens
34
+ with a `Harness: <name> -> <binary>` line (story #12279).
35
+ - **`bin/ci` takes the machine-wide test lock itself** and refuses out loud when
36
+ somebody else holds it (task #12369).
37
+ - A failed dashboard dial no longer prints the bearer token into the run log
38
+ (task #12379); a scripted `init` with no terminal skips the prompts instead
39
+ of dying at them (task #12382); the boot banner names the model ids of the
40
+ profile actually in use (task #12381).
41
+
8
42
  ## 0.3.23
9
43
 
10
44
  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.23"
13
+ VERSION = "0.3.24"
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.23
4
+ version: 0.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Chmel