Perttu Landström
9ed74ca233
fix(types): show custom types when daemon is running ( #1216 )
...
The `bd types` command only checked `if store != nil` to fetch custom
types. In daemon mode, `store` is nil (daemonClient handles RPC instead),
so custom types were never displayed even when configured.
This caused a mismatch where `bd config get types.custom` showed the
correct values but `bd types` showed none.
Fix by calling ensureDirectMode() at the start of the command, matching
the pattern used by `bd config get`. This falls back from daemon mode
to direct storage access when needed.
Co-authored-by: Perttulands <perttu.landstrom@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 14:05:03 -08:00
..
2026-01-16 14:33:08 -08:00
2025-12-28 20:48:37 -08:00
2026-01-13 20:58:07 -08:00
2026-01-06 12:52:19 -08:00
2026-01-17 01:55:16 -08:00
2026-01-13 13:22:19 +00:00
2025-12-24 00:08:10 -08:00
2026-01-01 10:46:56 -08:00
2026-01-01 10:46:56 -08:00
2026-01-14 20:50:56 -08:00
2025-12-16 17:26:06 -08:00
2026-01-16 15:44:33 -08:00
2026-01-01 10:53:59 -08:00
2026-01-01 20:06:13 -08:00
2026-01-19 10:11:19 -08:00
2026-01-01 10:48:14 -08:00
2026-01-17 02:51:06 -08:00
2026-01-10 22:50:16 -08:00
2025-12-27 16:02:15 -08:00
2025-12-24 00:06:41 -08:00
2025-12-28 10:05:16 -08:00
2025-12-24 00:06:41 -08:00
2026-01-10 16:31:16 -08:00
2026-01-19 10:21:12 -08:00
2025-12-24 00:06:41 -08:00
2025-12-11 07:11:15 -05:00
2025-12-27 16:02:15 -08:00
2025-12-24 00:06:41 -08:00
2025-12-21 15:50:10 -08:00
2026-01-09 12:02:02 +01:00
2025-12-13 10:04:01 +11:00
2026-01-17 03:44:13 -08:00
2025-12-31 13:14:15 -08:00
2025-12-31 11:39:17 -08:00
2026-01-01 18:17:12 -08:00
2026-01-01 10:53:59 -08:00
2026-01-08 20:50:56 -08:00
2025-11-26 17:42:14 -08:00
2026-01-17 08:44:30 +01:00
2025-11-21 23:09:47 -08:00
2026-01-15 19:23:07 -08:00
2025-12-28 18:43:09 -08:00
2026-01-12 17:29:57 -08:00
2026-01-15 11:37:57 -08:00
2026-01-19 10:11:16 -08:00
2025-11-21 14:40:22 -05:00
2025-12-16 00:56:06 -08:00
2025-12-28 18:43:09 -08:00
2025-12-19 17:58:24 -08:00
2026-01-01 20:06:13 -08:00
2026-01-10 12:43:46 -08:00
2026-01-01 23:55:40 -08:00
2025-12-23 01:56:19 -08:00
2025-11-20 21:57:23 -05:00
2026-01-15 07:55:08 -08:00
2025-11-20 21:57:23 -05:00
2026-01-10 23:42:49 -08:00
2025-12-31 13:08:41 -08:00
2025-12-31 13:04:19 -08:00
2026-01-04 16:24:18 -08:00
2025-12-18 11:48:02 -08:00
2025-12-29 14:17:44 -08:00
2025-12-22 18:47:18 -05:00
2026-01-04 10:53:31 -08:00
2025-12-16 13:06:47 -08:00
2026-01-08 20:21:02 -08:00
2025-12-04 11:21:43 -08:00
2025-12-27 16:02:15 -08:00
2025-11-21 19:32:45 -05:00
2026-01-13 08:41:25 -06:00
2025-12-28 18:43:09 -08:00
2025-10-27 20:38:13 -07:00
2026-01-19 10:21:12 -08:00
2026-01-15 19:22:52 -08:00
2026-01-07 21:27:20 -08:00
2026-01-19 11:49:44 -08:00
2026-01-07 21:27:20 -08:00
2026-01-19 11:44:24 -08:00
2026-01-16 16:02:51 -08:00
2025-12-30 16:29:28 -08:00
2026-01-17 04:36:41 -08:00
2026-01-10 13:34:53 -08:00
2026-01-15 07:55:08 -08:00
2026-01-20 14:04:51 -08:00
2026-01-10 22:38:04 -08:00
2026-01-15 07:55:08 -08:00