We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2108ece commit 8c20715Copy full SHA for 8c20715
1 file changed
README.md
@@ -24,8 +24,8 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
24
25
### Requirements
26
27
-- Java 17 or later
28
-- GitHub Copilot CLI 0.0.411-1 or later installed and in PATH (or provide custom `cliPath`)
+- Java 17 or later. **JDK 25 recommended**. Selecting JDK 25 enables the use of virtual threads, as shown in the [Quick Start](#quick-start).
+- GitHub Copilot 1.0.15-0 or later installed and in `PATH` (or provide custom `cliPath`)
29
30
### Maven
31
0 commit comments