aicommit2 2.5.1 → 2.5.2

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 -2
  2. package/dist/cli.mjs +56 -56
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -378,8 +378,7 @@ Run `aicommit2 --help` to see all available options grouped by category.
378
378
  - `--confirm` or `-y`: Skip confirmation when committing after message generation (default: **false**)
379
379
  - `--auto-select` or `-s`: Automatically select when only one message is generated (default: **false**)
380
380
  - `--edit` or `-e`: Open the AI-generated commit message in your default editor (default: **false**)
381
- - `--clipboard` or `-c`: Copy the selected message to the clipboard (default: **false**)
382
- - If you give this option, **_aicommit2_ will not commit**.
381
+ - `--clipboard` or `-c`: Copy the selected message to clipboard and exit **without committing** (default: **false**)
383
382
  - `--dry-run` or `-d`: Generate commit message without committing (default: **false**)
384
383
  - Useful for reviewing messages before manual commit (e.g., with GitHub Desktop)
385
384
  - `--output` or `-o`: Output format for non-interactive mode (default: **none**)
@@ -867,6 +866,7 @@ For detailed information about all available settings, see the [General Settings
867
866
  | `maxTokens` | Maximum number of tokens to generate | 1024 |
868
867
  | `includeBody` | Whether the commit message includes body | false |
869
868
  | `codeReview` | Enable automated code review | false |
869
+ | `autoCopy` | Auto-copy commit message to clipboard (commits normally) | false |
870
870
  | `systemPromptPath` | Path to custom system prompt file | - |
871
871
 
872
872
  ```bash