You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of manually managing taps and formulae, let **nnex** do the heavy lifting for you.
19
18
**nnex** also supports importing your own Homebrew taps to leverage existing setups.
20
19
21
20
**nnex** requires both **Homebrew** and the **GitHub CLI (gh)** to function properly. Please ensure they are installed and configured on your system before using **nnex** (you'll be prompted to install them if you use **nnex** without them).
22
21
23
-
For AI-powered release notes generation, **Claude Code CLI** is also required and can be enabled in app settings.
24
-
25
-
**Stability Notice (v0.9.1)**
22
+
**Stability Notice (v0.9.2)**
26
23
`nnex` is functional and ready to use, but its features and API may evolve as it becomes more flexible and robust.
27
24
Breaking changes are possible before reaching v1.0.0.
28
25
Your feedback and suggestions are welcome as the project continues to improve!
@@ -85,19 +82,6 @@ If a required option is not specified, `nnex` will prompt you to enter it intera
85
82
86
83
If both `--notes` and `--notes-file` are provided, the command will throw an error since they are mutually exclusive.
87
84
88
-
#### AI Release Notes
89
-
When enabled in app settings, the publish command offers an additional AI-powered option for generating release notes:
90
-
91
-
-**Automatic Generation**: AI analyzes git history, commits, and project context
92
-
-**Claude Code Integration**: Uses the Claude Code CLI to create comprehensive release notes
93
-
-**Smart Parsing**: Can extract existing release notes from CHANGELOG.md if available
94
-
-**Fallback Support**: Gracefully handles missing dependencies or configuration
95
-
96
-
To enable AI release notes:
97
-
1. Install Claude Code CLI
98
-
2. Configure `aiReleaseEnabled` setting in the app
99
-
3. During publish, select "Generate with AI" from the release notes options
100
-
101
85
For more details and advanced usage, refer to the [Command Reference](./docs/COMMANDS.md).
102
86
103
87
## Config Commands
@@ -121,16 +105,6 @@ To set the default binary build type:
121
105
nnex config set-build-type release
122
106
```
123
107
124
-
To enable AI-powered release notes generation:
125
-
```bash
126
-
nnex config set-ai-release-enabled true
127
-
```
128
-
129
-
To check if AI release notes are enabled:
130
-
```bash
131
-
nnex config show-ai-release-enabled
132
-
```
133
-
134
108
## Contributing
135
109
136
110
Contributions are welcome! If you'd like to improve a command, add new integrations, or fix bugs:
0 commit comments