From 5dc85a1c32323fd514023751d5a68bf88b78e67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Minh=20Qu=C3=A2n?= <78531303+aleister1102@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:40:06 +0700 Subject: [PATCH 1/3] Add JQ plugin for JSON query with syntax highlighting Added a new plugin 'JQ' for enhanced JSON query capabilities. --- plugin_packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/plugin_packages.json b/plugin_packages.json index 394c610..44b96c7 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -674,5 +674,18 @@ }, "public_key": "MCowBQYDK2VwAyEAJnszsHN/Ra+hGJDdvE6zdLfRnrqTTsQB1aZZza3Hx4k=", "repository": "MDGDSS/caido-notify" - } -] \ No newline at end of file + }, + { + "id": "jq-caido", + "name": "JQ", + "license": "MIT", + "description": "Add a JQ view mode to HTTP History, Replay, Search and Sitemap for runnning jq queries against JSON request/response bodies with syntax highlighting and autocompletion.", + "author": { + "name": "aleiser1102", + "email": "marucube35@gmail.com", + "url": "https://github.com/aleister1102/jq-caido" + }, + "public_key": "MCowBQYDK2VwAyEA9tbqpm9xNMY/0xiMj8wQ6kTBFUcxnxPUn9YXXt424q4=", + "repository": "aleister1102/jq-caido" + } +] From 8db51bfb0e7d49d6fbbdb26c9b077e7be6f7a4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Minh=20Qu=C3=A2n?= <78531303+aleister1102@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:51:42 +0700 Subject: [PATCH 2/3] Rename plugin ID from 'jq-caido' to 'jq' --- plugin_packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_packages.json b/plugin_packages.json index 44b96c7..6840b2d 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -676,7 +676,7 @@ "repository": "MDGDSS/caido-notify" }, { - "id": "jq-caido", + "id": "jq", "name": "JQ", "license": "MIT", "description": "Add a JQ view mode to HTTP History, Replay, Search and Sitemap for runnning jq queries against JSON request/response bodies with syntax highlighting and autocompletion.", From 4a77b4c2afa05ac8283eafcd2f0c030aa27b4398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Minh=20Qu=C3=A2n?= <78531303+aleister1102@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:00:45 +0700 Subject: [PATCH 3/3] fix: correct typos in plugin entry (author name, description) and fix indentation --- plugin_packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin_packages.json b/plugin_packages.json index 6840b2d..0e355ab 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -679,13 +679,13 @@ "id": "jq", "name": "JQ", "license": "MIT", - "description": "Add a JQ view mode to HTTP History, Replay, Search and Sitemap for runnning jq queries against JSON request/response bodies with syntax highlighting and autocompletion.", + "description": "Add a JQ view mode to HTTP History, Replay, Search and Sitemap for running jq queries against JSON request/response bodies with syntax highlighting and autocompletion.", "author": { - "name": "aleiser1102", + "name": "aleister1102", "email": "marucube35@gmail.com", "url": "https://github.com/aleister1102/jq-caido" }, "public_key": "MCowBQYDK2VwAyEA9tbqpm9xNMY/0xiMj8wQ6kTBFUcxnxPUn9YXXt424q4=", "repository": "aleister1102/jq-caido" - } + } ]