Garry Tan
8bccf2a7aa
fix: parse gbrain --version without "gbrain" prefix
...
Installer's D19 PATH-shadow check compared `expected_version` from
package.json against `actual_version` from `gbrain --version`. The
output is "gbrain 0.18.2" with a literal prefix; `tr -d '[:space:]'`
left "gbrain0.18.2" which never matched "0.18.2", causing every
fresh install to exit 3 with a false-positive shadowing error.
Use `awk '{print $NF}'` to grab just the last whitespace-separated
token before stripping whitespace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-24 02:02:24 -07:00
..
2026-03-29 22:46:33 -06:00
2026-03-19 18:20:50 -07:00
2026-03-19 18:20:50 -07:00
2026-03-19 17:21:05 -07:00
2026-04-23 17:54:54 -07:00
2026-04-23 17:54:54 -07:00
2026-04-23 17:54:54 -07:00
2026-04-23 17:54:54 -07:00
2026-04-23 17:54:54 -07:00
2026-04-24 01:38:21 -07:00
2026-04-23 17:54:54 -07:00
2026-04-18 15:05:42 +08:00
2026-04-18 12:30:54 +08:00
2026-03-24 15:01:31 -07:00
2026-04-23 23:03:27 -07:00
2026-04-23 17:54:54 -07:00
2026-03-30 22:07:50 -06:00
2026-03-26 11:15:24 -06:00
2026-04-24 01:38:21 -07:00
2026-04-24 02:02:24 -07:00
2026-04-24 01:38:21 -07:00
2026-04-24 01:38:21 -07:00
2026-04-24 01:38:21 -07:00
2026-04-24 01:38:21 -07:00
2026-04-10 17:13:15 -10:00
2026-04-23 17:54:54 -07:00
2026-04-23 17:54:54 -07:00
2026-04-13 07:49:37 -10:00
2026-04-19 17:50:31 +08:00
2026-04-23 23:03:27 -07:00
2026-03-29 21:43:36 -06:00
2026-03-30 22:25:46 -06:00
2026-04-04 15:32:20 -07:00
2026-04-23 17:54:54 -07:00
2026-04-18 15:05:42 +08:00
2026-04-02 18:34:00 -07:00
2026-03-22 11:28:16 -07:00
2026-04-23 17:54:54 -07:00
2026-03-22 21:02:01 -07:00
2026-04-20 22:18:37 +08:00
2026-04-05 23:49:03 -07:00
2026-04-16 10:41:38 -07:00
2026-04-07 15:42:13 -10:00
2026-04-04 22:46:21 -07:00
2026-04-19 17:50:31 +08:00
2026-04-13 07:49:37 -10:00
2026-04-20 22:18:37 +08:00
2026-04-06 00:47:04 -07:00
2026-04-23 17:54:54 -07:00
2026-04-01 00:50:42 -06:00
2026-04-05 23:49:03 -07:00
2026-03-26 23:21:27 -06:00