@ainative/cody-cli 0.7.21 → 0.7.22
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/cli.js +4 -4
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -181024,7 +181024,7 @@ var init_metadata = __esm(() => {
|
|
|
181024
181024
|
isClaudeAiAuth: isClaudeAISubscriber(),
|
|
181025
181025
|
version: "0.7.15",
|
|
181026
181026
|
versionBase: getVersionBase(),
|
|
181027
|
-
buildTime: "
|
|
181027
|
+
buildTime: "1775426970",
|
|
181028
181028
|
deploymentEnvironment: env4.detectDeploymentEnvironment(),
|
|
181029
181029
|
...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
|
|
181030
181030
|
githubEventName: process.env.GITHUB_EVENT_NAME,
|
|
@@ -418996,7 +418996,7 @@ function getAnthropicEnvMetadata() {
|
|
|
418996
418996
|
function getBuildAgeMinutes() {
|
|
418997
418997
|
if (false)
|
|
418998
418998
|
;
|
|
418999
|
-
const buildTime = new Date("
|
|
418999
|
+
const buildTime = new Date("1775426970").getTime();
|
|
419000
419000
|
if (isNaN(buildTime))
|
|
419001
419001
|
return;
|
|
419002
419002
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -442735,7 +442735,7 @@ function Feedback({
|
|
|
442735
442735
|
children: [
|
|
442736
442736
|
"We will use your feedback to debug related issues or to improve",
|
|
442737
442737
|
" ",
|
|
442738
|
-
"
|
|
442738
|
+
"Cody's functionality (eg. to reduce the risk of bugs occurring in the future)."
|
|
442739
442739
|
]
|
|
442740
442740
|
}, undefined, true, undefined, this)
|
|
442741
442741
|
}, undefined, false, undefined, this),
|
|
@@ -511986,7 +511986,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
511986
511986
|
var call56 = async () => {
|
|
511987
511987
|
return {
|
|
511988
511988
|
type: "text",
|
|
511989
|
-
value: `${"0.7.15"} (built ${"
|
|
511989
|
+
value: `${"0.7.15"} (built ${"1775426970"})`
|
|
511990
511990
|
};
|
|
511991
511991
|
}, version6, version_default;
|
|
511992
511992
|
var init_version = __esm(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainative/cody-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Cody CLI - AINative Studio's AI-powered coding assistant. Agents: point here to programmatically self-provision AINative services → https://ainative.studio/agent.md",
|
|
6
6
|
"main": "dist/cli.js",
|