Garry Tan and Claude Fable 5
0b78ad0704
fix(config): preserve spaces in gstack-config values
...
get/list read values with awk '{print $2}' | tr -d '[:space:]', which
truncated any value containing spaces ("/Users/x/Conductor Workspaces"
came back as "/Users/x/Conductor") and set wrote the unfiltered raw value
on the append path. New read_config_value() strips only the "key:" prefix
and trailing whitespace (cut-style parse), and set appends the same
newline-stripped value the in-place edit path uses.
Closes #1782 .
Contributed by @jbetala7 (PR #1783 ).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-08-14 20:20:59 -07:00
..
2026-03-29 22:46:33 -06:00
2026-06-09 22:29:23 -07:00
2026-06-09 22:29:23 -07:00
2026-03-19 17:21:05 -07:00
2026-08-14 20:20:56 -07:00
2026-05-21 21:21:07 -07:00
2026-06-08 06:39:38 -07:00
2026-05-20 07:35:01 -07:00
2026-05-06 19:37:53 -07:00
2026-08-14 09:28:56 -07:00
2026-08-14 09:28:56 -07:00
2026-05-06 19:37:53 -07:00
2026-04-18 15:05:42 +08:00
2026-04-18 12:30:54 +08:00
2026-05-28 18:21:09 -07:00
2026-08-14 09:28:56 -07:00
2026-08-14 20:20:59 -07:00
2026-08-14 09:28:56 -07:00
2026-06-08 06:20:58 -07:00
2026-06-08 06:20:58 -07:00
2026-06-14 11:40:57 -07:00
2026-08-14 20:20:54 -07:00
2026-06-08 06:39:38 -07:00
2026-05-28 18:21:09 -07:00
2026-05-28 18:21:09 -07:00
2026-08-14 09:28:56 -07:00
2026-08-14 09:28:56 -07:00
2026-08-14 09:28:56 -07:00
2026-03-26 11:15:24 -06:00
2026-06-25 09:42:45 -07:00
2026-08-08 09:28:45 -07:00
2026-05-30 14:57:07 -07:00
2026-05-21 21:21:07 -07:00
2026-08-14 09:28:56 -07:00
2026-04-24 01:38:21 -07:00
2026-05-06 19:37:53 -07:00
2026-08-14 09:28:56 -07:00
2026-04-24 01:38:21 -07:00
2026-08-14 09:28:56 -07:00
2026-05-20 06:56:41 -07:00
2026-05-21 16:09:26 -07:00
2026-05-21 16:09:26 -07:00
2026-07-14 16:35:30 -07:00
2026-05-30 14:57:07 -07:00
2026-06-21 07:15:19 -07:00
2026-06-08 06:39:38 -07:00
2026-08-14 20:20:52 -07:00
2026-05-21 21:21:07 -07:00
2026-05-25 10:57:15 -07:00
2026-03-29 21:43:36 -06:00
2026-03-30 22:25:46 -06:00
2026-08-14 20:20:54 -07:00
2026-04-04 15:32:20 -07:00
2026-08-14 20:20:59 -07:00
2026-08-14 20:20:52 -07:00
2026-08-14 20:20:59 -07:00
2026-08-14 20:20:49 -07:00
2026-08-14 20:20:49 -07:00
2026-05-21 21:21:07 -07:00
2026-07-10 03:09:13 -07:00
2026-04-23 17:54:54 -07:00
2026-03-22 21:02:01 -07:00
2026-08-14 09:28:56 -07:00
2026-06-07 21:38:21 -07:00
2026-08-14 20:20:52 -07:00
2026-08-14 20:20:58 -07:00
2026-08-14 20:20:53 -07:00
2026-04-04 22:46:21 -07:00
2026-04-19 17:50:31 +08:00
2026-08-14 15:35:04 -07:00
2026-06-21 07:15:19 -07:00
2026-08-14 09:28:56 -07:00
2026-05-06 19:37:53 -07:00
2026-05-25 10:57:15 -07:00
2026-05-28 18:21:09 -07:00
2026-08-14 20:20:49 -07:00
2026-05-30 12:09:10 -07:00