YeonGyu-Kim
ed06428ba3
fix(delegate-task): strip wrapping chars from subagent_type before lookup
...
LLMs sometimes wrap agent names in backslashes, quotes, or slashes
(e.g. \hephaestus\ instead of hephaestus). The trim() call only
removed whitespace, causing "Agent not found" errors during delegation.
Now strips leading/trailing backslashes, quotes, and slashes before
the case-insensitive agent lookup.
Adds regression tests for backslash-wrapped, double-quoted, and
single-quoted agent names.
Fixes: release blocker — delegate_task to hephaestus failing in
pre-publish review sessions.
2026-04-03 17:13:11 +09:00
..
2026-03-06 17:59:05 +09:00
2026-02-08 18:03:15 +09:00
2026-02-12 19:09:15 +09:00
2026-03-04 18:31:19 +09:00
2026-03-31 15:11:12 -07:00
2026-03-31 15:11:12 -07:00
2026-03-13 10:49:44 +09:00
2026-03-23 20:39:47 +09:00
2026-03-31 13:05:44 -07:00
2026-04-01 18:16:37 -07:00
2026-04-01 18:16:37 -07:00
2026-03-31 17:26:30 -07:00
2026-02-08 13:57:26 +09:00
2026-03-28 09:34:58 -07:00
2026-02-08 21:11:07 +09:00
2026-03-06 22:56:51 +09:00
2026-02-06 21:35:30 +09:00
2026-03-04 18:31:19 +09:00
2026-03-28 15:24:18 +09:00
2026-03-28 15:24:18 +09:00
2026-03-25 11:04:49 +01:00
2026-02-16 18:20:27 +09:00
2026-03-28 09:34:58 -07:00
2026-02-16 21:32:33 +09:00
2026-02-25 14:03:47 +09:00
2026-04-03 17:13:11 +09:00
2026-04-03 17:13:11 +09:00
2026-02-10 22:54:30 +09:00
2026-03-24 23:54:29 +09:00
2026-03-28 09:34:58 -07:00
2026-03-09 18:55:12 +01:00
2026-03-25 11:04:49 +01:00
2026-03-28 09:34:58 -07:00
2026-02-10 22:00:54 +09:00
2026-02-20 11:54:04 +09:00
2026-03-11 19:42:46 +09:00
2026-03-11 19:42:46 +09:00
2026-03-09 18:55:12 +01:00
2026-03-15 12:05:42 +08:00
2026-02-10 22:54:30 +09:00
2026-03-11 20:50:11 +09:00
2026-03-28 09:34:58 -07:00
2026-03-31 17:25:00 -07:00
2026-02-08 13:57:26 +09:00
2026-03-17 16:47:13 +09:00
2026-03-17 16:47:13 +09:00
2026-02-27 03:02:04 +09:00
2026-02-27 03:02:04 +09:00
2026-03-31 17:26:30 -07:00
2026-03-31 17:25:00 -07:00
2026-03-28 09:34:58 -07:00
2026-03-13 13:08:50 +09:00
2026-03-11 19:42:46 +09:00
2026-02-16 15:56:52 +09:00
2026-03-28 09:34:58 -07:00
2026-03-03 00:38:22 +09:00