Skip to content

Commit a3af553

Browse files
Chhinnaclaude
andcommitted
Add dynamic config export and bump to v0.4.2
Export config utility module from package.json so the VS Code extension can import configuration helpers directly from the CLI package. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2cf2b67 commit a3af553

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.4.2] - 06/04/2026
4+
- Dynamic config
5+
36
## [0.4.1] - 06/04/2026
47
- CLI path
58

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeant-cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Code review CLI tool",
55
"type": "module",
66
"bin": {
@@ -26,7 +26,8 @@
2626
"exports": {
2727
".": "./src/reviewHeadless.js",
2828
"./review": "./src/reviewHeadless.js",
29-
"./push-protection": "./src/utils/installPushProtectionHook.js"
29+
"./push-protection": "./src/utils/installPushProtectionHook.js",
30+
"./config": "./src/utils/config.js"
3031
},
3132
"files": [
3233
"src"

0 commit comments

Comments
 (0)