From 337df5c99e42ced592fa1e31e44f6ed1c2fd8d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Sun, 12 Apr 2026 21:30:48 -0400 Subject: [PATCH 1/9] Update various.json for version 2.0.4 changes --- site/dat/repo/various.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 50bbf6ed5..edb3c7ac6 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3015,6 +3015,14 @@ "jmeter-core", "jmeter-components" ] + }, + "2.0.4": { + "changes": "ADD: Donate button; FIXES: Minor; NEW: Support for Ollama models. For more details, check out our documentation:", + "downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.4/jmeter-agent-2.0.4.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ] } } }, From ff3f07cdd236d24ca6a547d66b3ba4c54ea8bdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Sat, 2 May 2026 13:45:08 -0400 Subject: [PATCH 2/9] Bump Feather Wand version 2.0.5 --- site/dat/repo/various.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 3cb8b6932..c7de4816d 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3068,6 +3068,14 @@ "jmeter-core", "jmeter-components" ] + }, + "2.0.5": { + "changes": "NEW: Streaming responses; Fix: Supports chinese characters.", + "downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.5/jmeter-agent-2.0.5.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ] } } }, From 59adc112014aafec766403b22307d888676bad84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Thu, 7 May 2026 22:01:10 -0400 Subject: [PATCH 3/9] Add support for Claude Code and other models in various.json --- site/dat/repo/various.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index c7de4816d..141149085 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3076,6 +3076,14 @@ "jmeter-core", "jmeter-components" ] + }, + "2.0.6": { + "changes": "NEW: Support for Claude Code, Codex, Gemini, and OpenCode. Response sound/chime in chat. ", + "downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.6/jmeter-agent-2.0.6.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ] } } }, From dc522fe598823bb872fb293cdb04704a2beb16a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Sat, 9 May 2026 11:54:17 -0400 Subject: [PATCH 4/9] Add README Sampler to various.json Added README Sampler for JMeter with documentation support. --- site/dat/repo/various.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 141149085..2ad4b70da 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3368,5 +3368,23 @@ "depends": [] } } + }, + { + "id": "jmeter-readme-sampler", + "name": "README Sampler", + "description": "A JMeter sampler that lets you embed Markdown documentation directly inside your test plan with a live GitHub-style preview and deep-link navigation to tree nodes.", + "screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-sampler/refs/heads/main/images/MarkdownPreview.png", + "helpUrl": "https://github.com/QAInsights/jmeter-readme-sampler", + "vendor": "QAInsights.com", + "markerClass": "com.qainsights.jmeter.readme.readme.ReadMeSampler", + "componentClasses": [ + "com.qainsights.jmeter.readme.gui.ReadMeSamplerGui" + ], + "versions": { + "0.0.1": { + "changes": "NEW: README Sampler for documentation. Dark mode support. JMeter Deep link.", + "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-sampler/0.0.1/readme-sampler-0.0.1.jar" + } + } } ] From 0ac2db118a62d399d239262567755436f302f9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Mon, 11 May 2026 12:24:19 -0400 Subject: [PATCH 5/9] Replace README Sampler with README Config Element --- site/dat/repo/various.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 2ad4b70da..693e34f57 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3370,20 +3370,20 @@ } }, { - "id": "jmeter-readme-sampler", - "name": "README Sampler", - "description": "A JMeter sampler that lets you embed Markdown documentation directly inside your test plan with a live GitHub-style preview and deep-link navigation to tree nodes.", - "screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-sampler/refs/heads/main/images/MarkdownPreview.png", - "helpUrl": "https://github.com/QAInsights/jmeter-readme-sampler", + "id": "readme-config-element", + "name": "README Config Element", + "description": "A JMeter config element that lets you embed Markdown documentation directly inside your test plan with a live GitHub-style preview and deep-link navigation to tree nodes.", + "screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-config/refs/heads/main/images/Markdown.png", + "helpUrl": "https://github.com/QAInsights/jmeter-readme-config", "vendor": "QAInsights.com", - "markerClass": "com.qainsights.jmeter.readme.readme.ReadMeSampler", + "markerClass": "com.qainsights.jmeter.readme.readme.ReadMeConfigElement", "componentClasses": [ - "com.qainsights.jmeter.readme.gui.ReadMeSamplerGui" + "com.qainsights.jmeter.readme.gui.ReadMeConfigElementGui" ], "versions": { "0.0.1": { "changes": "NEW: README Sampler for documentation. Dark mode support. JMeter Deep link.", - "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-sampler/0.0.1/readme-sampler-0.0.1.jar" + "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar" } } } From bcf776c78547a744dee2cd82dd4e2d18696fc12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Mon, 11 May 2026 12:25:34 -0400 Subject: [PATCH 6/9] Update changes description for version 0.0.1 --- site/dat/repo/various.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 693e34f57..c196a27f0 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3382,7 +3382,7 @@ ], "versions": { "0.0.1": { - "changes": "NEW: README Sampler for documentation. Dark mode support. JMeter Deep link.", + "changes": "NEW: README Config Element for documentation. Dark mode support. JMeter Deep link.", "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar" } } From 40654e32dd97b88c9e0bd451ec6039fe830f4180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Wed, 13 May 2026 22:40:21 -0400 Subject: [PATCH 7/9] Bump FeatherWand 2.0.7 DeepSeek support --- site/dat/repo/various.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index c196a27f0..bcce3f13d 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1,8 +1,8 @@ [ { "id": "io.github.sagaraggarwal86-configurable-aggregate-report", - "name": "JAAR — JTL AI Analysis & Reporting", - "description": "A file-based Apache JMeter listener plugin for post-test JTL analysis. Provides a filterable aggregate table with features like Filter Results using Start/End Offset & Transaction Names with RegEx support, Dynamic Percentile & Table Columns, SLA Threshold Highlighting (Error %, Response Time & TPS), CLI Headless Mode, Chart Interval Control, AI-Analyzed HTML Performance Report, Data-Only HTML Report (no AI required), Export Report in Excel & PDF Format, Performance Charts, Dark Mode — with zero runtime overhead.", + "name": "JAAR 🤖 JTL AI Analysis & Reporting", + "description": "A file-based Apache JMeter listener plugin for post-test JTL analysis. Provides a filterable aggregate table with features like Filter Results using Start/End Offset & Transaction Names with RegEx support, Dynamic Percentile & Table Columns, SLA Threshold Highlighting (Error %, Response Time & TPS), CLI Headless Mode, Chart Interval Control, AI-Analyzed HTML Performance Report, Data-Only HTML Report (no AI required), Export Report in Excel & PDF Format, Performance Charts, Dark Mode 🤖 with zero runtime overhead.", "screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/jaar-jmeter-plugin/main/docs/Image.jpg", "helpUrl": "https://github.com/sagaraggarwal86/jaar-jmeter-plugin/blob/main/README.md", "vendor": "Sagar Aggarwal", @@ -28,7 +28,7 @@ }, { "id": "io.github.sagaraggarwal86-jmxauditor", - "name": "JMXAuditor — JMX Static Analyser", + "name": "JMXAuditor 🤖 JMX Static Analyser", "description": "A JMeter GUI-mode plugin that performs static analysis on .jmx test plans. Surfaces findings across six quality categories (Correctness, Security, Scalability, Realism, Maintainability, Observability) with 25 read-only rules. HTML & JSON Report Export, with zero impact on test execution.", "screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/JMXAuditor-jmeter-plugin/main/docs/Image.jpg", "helpUrl": "https://github.com/sagaraggarwal86/JMXAuditor-jmeter-plugin/blob/main/README.md", @@ -46,8 +46,8 @@ }, { "id": "io.github.sagaraggarwal86-jmx-version-control-system", - "name": "JVCS — JMX Version Control System", - "description": "A lightweight local version control plugin for Apache JMeter test plans (.jmx files). Auto-snapshots on every save with SHA-256 deduplication, manual checkpoints with notes, one-click rollback with safety net, version freezing, configurable retention with FIFO pruning, periodic auto-checkpoint, selective deletion, export to .jmx, audit trail, lock file mechanism, dirty state indicator, self-healing index, toolbar integration, keyboard shortcuts (Ctrl+K, Ctrl+H) — no Git, no SVN, no external tools required.", + "name": "JVCS 🤖 JMX Version Control System", + "description": "A lightweight local version control plugin for Apache JMeter test plans (.jmx files). Auto-snapshots on every save with SHA-256 deduplication, manual checkpoints with notes, one-click rollback with safety net, version freezing, configurable retention with FIFO pruning, periodic auto-checkpoint, selective deletion, export to .jmx, audit trail, lock file mechanism, dirty state indicator, self-healing index, toolbar integration, keyboard shortcuts (Ctrl+K, Ctrl+H) 🤖 no Git, no SVN, no external tools required.", "screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/jmx-version-control-system/main/docs/Image.jpeg", "helpUrl": "https://github.com/sagaraggarwal86/jmx-version-control-system/blob/main/README.md", "vendor": "Sagar Aggarwal", @@ -59,15 +59,15 @@ ], "versions": { "1.1.0": { - "changes": "Initial release — auto-snapshot on save, manual checkpoint, version history panel, one-click restore, freeze/unfreeze, retention pruning, auto-checkpoint, selective deletion, export, audit log, lock management, dirty indicator, toolbar buttons, settings dialog, self-healing index, storage migration", + "changes": "Initial release 🤖 auto-snapshot on save, manual checkpoint, version history panel, one-click restore, freeze/unfreeze, retention pruning, auto-checkpoint, selective deletion, export, audit log, lock management, dirty indicator, toolbar buttons, settings dialog, self-healing index, storage migration", "downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/jmx-version-control-system/v1.1.0/jmx-version-control-system-v1.1.0.jar" } } }, { "id": "io.github.sagaraggarwal86-bpm-jmeter-plugin", - "name": "BPM — Browser Performance Metrics", - "description": "A live JMeter listener plugin for capturing browser rendering metrics via Chrome DevTools Protocol. Features include Core Web Vitals (LCP, FCP, CLS, TTFB), Network & Console capture, Composite Performance Score, SLA Threshold Highlighting, Improvement Area Detection, Filter by Start/End Offset & Transaction Names with RegEx support, CLI Headless Mode, Chart Interval Control, HTML Performance Report, and Excel Export — with minimal impact on JMeter thread performance.", + "name": "BPM 🤖 Browser Performance Metrics", + "description": "A live JMeter listener plugin for capturing browser rendering metrics via Chrome DevTools Protocol. Features include Core Web Vitals (LCP, FCP, CLS, TTFB), Network & Console capture, Composite Performance Score, SLA Threshold Highlighting, Improvement Area Detection, Filter by Start/End Offset & Transaction Names with RegEx support, CLI Headless Mode, Chart Interval Control, HTML Performance Report, and Excel Export 🤖 with minimal impact on JMeter thread performance.", "screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/BPM-jmeter-plugin/v1.0.1/docs/Image.jpg", "helpUrl": "https://github.com/sagaraggarwal86/BPM-jmeter-plugin/blob/v1.0.1/README.md", "vendor": "Sagar Aggarwal", @@ -3084,6 +3084,14 @@ "jmeter-core", "jmeter-components" ] + }, + "2.0.7": { + "changes": "NEW: Support for DeepSeek models. ", + "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/jmeter-agent/2.0.7/jmeter-agent-2.0.7-jar-with-dependencies.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ] } } }, From 5b9f2867aa5835eb8e625cc71789dbc6e1a180cb Mon Sep 17 00:00:00 2001 From: NaveenKumar Namachivayam Date: Wed, 13 May 2026 22:56:39 -0400 Subject: [PATCH 8/9] Bump FeatherWand 2.0.7 DeepSeek support --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..7b016a89f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file From 2c266b2442a8bc73b5e839b3934db6e9cab850b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Wed, 13 May 2026 22:58:01 -0400 Subject: [PATCH 9/9] Delete .vscode/settings.json --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7b016a89f..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.compile.nullAnalysis.mode": "automatic" -} \ No newline at end of file