feat(FN-3035): tighten insight tool filter typing

Fixes the insight tool filter typing in the CLI extension to use stricter types, preventing incorrect filter values from being passed through.

Fusion-Task-Id: FN-3035
This commit is contained in:
Fusion
2026-04-30 19:46:33 -07:00
committed by gsxdsm
parent 892f6bde68
commit 0c932e5e9c
8 changed files with 424 additions and 1 deletions

View File

@@ -162,6 +162,11 @@ describe.skip("fn pi extension", () => {
"fn_task_unarchive",
"fn_task_delete",
"fn_task_plan",
// Insight tools
"fn_insight_list",
"fn_insight_show",
"fn_insight_run_list",
"fn_insight_run_show",
// Mission tools
"fn_mission_create",
"fn_mission_list",