test(#775): integration tests for #769-#771 interactive-only guards and #774 hint fields; fix stale classifier unit test string

This commit is contained in:
YeonGyu-Kim
2026-05-27 04:03:52 +09:00
parent c760a49c47
commit 028998d040
3 changed files with 143 additions and 1 deletions

View File

@@ -12965,8 +12965,9 @@ mod tests {
classify_error_kind("slash command /compact is interactive-only"),
"interactive_only"
);
// #774: agents now uses \n-delimited format — update test string to match real emission
assert_eq!(
classify_error_kind("unknown agents subcommand: bogus. Supported: list, show, help"),
classify_error_kind("unknown agents subcommand: bogus.\nSupported: list, show, help"),
"unknown_agents_subcommand"
);
assert_eq!(