codexapp 0.1.29 → 0.1.31
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/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Codex Web Local</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-CcJFYgVf.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-A4ZTH1ru.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body class="bg-slate-950">
|
|
11
11
|
<div id="app"></div>
|
package/dist-cli/index.js
CHANGED
|
@@ -167,7 +167,7 @@ async function runCommand(command, args, options = {}) {
|
|
|
167
167
|
}
|
|
168
168
|
function isMissingHeadError(error) {
|
|
169
169
|
const message = getErrorMessage(error, "").toLowerCase();
|
|
170
|
-
return message.includes("not a valid object name: 'head'") || message.includes("not a valid object name: head");
|
|
170
|
+
return message.includes("not a valid object name: 'head'") || message.includes("not a valid object name: head") || message.includes("invalid reference: head");
|
|
171
171
|
}
|
|
172
172
|
function isNotGitRepositoryError(error) {
|
|
173
173
|
const message = getErrorMessage(error, "").toLowerCase();
|