aicommit2 2.4.21 → 2.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/cli.mjs +129 -128
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -796,6 +796,8 @@ Default: `0.9`
796
796
 
797
797
  Nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
798
798
 
799
+ > **Note**: Claude 4.x models do not support using `temperature` and `top_p` simultaneously. For these models, `top_p` is automatically excluded.
800
+
799
801
  ```sh
800
802
  aicommit2 config set topP=0.2
801
803
  ```