@rotorsoft/gent 1.25.2 → 1.26.0
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.
- package/dist/{chunk-PHZJIEY6.js → chunk-FML3SVK5.js} +2 -2
- package/dist/{chunk-MRF5FZO6.js → chunk-SBG4BMMM.js} +2 -2
- package/dist/{chunk-ENNNKNLI.js → chunk-XBUSPWBB.js} +2 -1
- package/dist/github-remote-GJIXMSQK.js +9 -0
- package/dist/index.js +292 -269
- package/dist/index.js.map +1 -1
- package/dist/setup-labels-3IV5GAOW.js +9 -0
- package/package.json +1 -1
- package/dist/github-remote-YD46C4M7.js +0 -9
- package/dist/setup-labels-W4Z3EJ43.js +0 -9
- /package/dist/{chunk-PHZJIEY6.js.map → chunk-FML3SVK5.js.map} +0 -0
- /package/dist/{chunk-MRF5FZO6.js.map → chunk-SBG4BMMM.js.map} +0 -0
- /package/dist/{chunk-ENNNKNLI.js.map → chunk-XBUSPWBB.js.map} +0 -0
- /package/dist/{github-remote-YD46C4M7.js.map → github-remote-GJIXMSQK.js.map} +0 -0
- /package/dist/{setup-labels-W4Z3EJ43.js.map → setup-labels-3IV5GAOW.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
checkGhAuth,
|
|
4
4
|
getCurrentBranch,
|
|
5
5
|
logger
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-XBUSPWBB.js";
|
|
7
7
|
|
|
8
8
|
// src/commands/github-remote.ts
|
|
9
9
|
import { execa } from "execa";
|
|
@@ -40,4 +40,4 @@ async function githubRemoteCommand() {
|
|
|
40
40
|
export {
|
|
41
41
|
githubRemoteCommand
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=chunk-
|
|
43
|
+
//# sourceMappingURL=chunk-FML3SVK5.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getRepoInfo,
|
|
7
7
|
loadConfig,
|
|
8
8
|
logger
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XBUSPWBB.js";
|
|
10
10
|
|
|
11
11
|
// src/utils/spinner.ts
|
|
12
12
|
import ora from "ora";
|
|
@@ -280,4 +280,4 @@ export {
|
|
|
280
280
|
sortByPriority,
|
|
281
281
|
setupLabelsCommand
|
|
282
282
|
};
|
|
283
|
-
//# sourceMappingURL=chunk-
|
|
283
|
+
//# sourceMappingURL=chunk-SBG4BMMM.js.map
|
|
@@ -843,6 +843,7 @@ export {
|
|
|
843
843
|
checkGhAuth,
|
|
844
844
|
checkClaudeCli,
|
|
845
845
|
checkGeminiCli,
|
|
846
|
+
checkCodexCLI,
|
|
846
847
|
checkAIProvider,
|
|
847
848
|
checkGitRepo,
|
|
848
849
|
isValidIssueNumber,
|
|
@@ -883,4 +884,4 @@ export {
|
|
|
883
884
|
remoteBranchExists,
|
|
884
885
|
fetchAndCheckout
|
|
885
886
|
};
|
|
886
|
-
//# sourceMappingURL=chunk-
|
|
887
|
+
//# sourceMappingURL=chunk-XBUSPWBB.js.map
|