Skip to content

Commit 52085ac

Browse files
Merge pull request #219 from bernardladenthin/claude/festive-goodall-po88zm
docs: move jqwik version warning to troubleshooting section
2 parents d01d694 + 6b0b2d7 commit 52085ac

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ Inference of Meta's LLaMA model (and others) in pure C/C++.
8989
4. [Android](#importing-in-android)
9090
5. [Feature Ideas](#feature-ideas)
9191

92-
> ⚠️ **DO NOT UPGRADE jqwik past 1.9.3.** jqwik 1.10.0 added an anti-AI prompt-injection string to test stdout; the 1.10.1 user guide states the library "is not meant to be used by any 'AI' coding agents at all." 1.9.3 is the last pre-disclosure release and is the pinned version. See `CLAUDE.md` section "jqwik prompt-injection in test output" for the full context.
93-
9492
## Features
9593

9694
- Text completion (blocking and streaming) with full control over sampling parameters.
@@ -598,6 +596,10 @@ rm /usr/lib/jvm/java-21/bin/msvcp140.dll
598596

599597
The system's updated C++ runtime will be used instead, resolving the crash.
600598

599+
### Contributors: do not upgrade jqwik past 1.9.3
600+
601+
> ⚠️ **DO NOT UPGRADE jqwik past 1.9.3.** jqwik 1.10.0 added an anti-AI prompt-injection string to test stdout; the 1.10.1 user guide states the library "is not meant to be used by any 'AI' coding agents at all." 1.9.3 is the last pre-disclosure release and is the pinned version. See `CLAUDE.md` section "jqwik prompt-injection in test output" for the full context.
602+
601603
## Similar Projects / Usage
602604

603605
**Bindings / wrappers**

0 commit comments

Comments
 (0)