@ainative/cody-cli 0.7.19 → 0.7.20

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.
Files changed (2) hide show
  1. package/dist/cli.js +5 -5
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -125888,7 +125888,7 @@ function getMacOsKeychainStorageServiceName(serviceSuffix = "") {
125888
125888
  const configDir = getClaudeConfigHomeDir();
125889
125889
  const isDefaultDir = !process.env.CLAUDE_CONFIG_DIR;
125890
125890
  const dirHash = isDefaultDir ? "" : `-${createHash2("sha256").update(configDir).digest("hex").substring(0, 8)}`;
125891
- return `Claude Code${getOauthConfig().OAUTH_FILE_SUFFIX}${serviceSuffix}${dirHash}`;
125891
+ return `Cody CLI${getOauthConfig().OAUTH_FILE_SUFFIX}${serviceSuffix}${dirHash}`;
125892
125892
  }
125893
125893
  function getUsername() {
125894
125894
  try {
@@ -181024,7 +181024,7 @@ var init_metadata = __esm(() => {
181024
181024
  isClaudeAiAuth: isClaudeAISubscriber(),
181025
181025
  version: "0.7.15",
181026
181026
  versionBase: getVersionBase(),
181027
- buildTime: "1775424550",
181027
+ buildTime: "1775425736",
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("1775424550").getTime();
418999
+ const buildTime = new Date("1775425736").getTime();
419000
419000
  if (isNaN(buildTime))
419001
419001
  return;
419002
419002
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -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 ${"1775424550"})`
511989
+ value: `${"0.7.15"} (built ${"1775425736"})`
511990
511990
  };
511991
511991
  }, version6, version_default;
511992
511992
  var init_version = __esm(() => {
@@ -585358,7 +585358,7 @@ function Onboarding({
585358
585358
  children: [
585359
585359
  /* @__PURE__ */ jsx_dev_runtime477.jsxDEV(ThemedText, {
585360
585360
  bold: true,
585361
- children: "Use Claude Code's terminal setup?"
585361
+ children: "Use Cody's recommended terminal setup?"
585362
585362
  }, undefined, false, undefined, this),
585363
585363
  /* @__PURE__ */ jsx_dev_runtime477.jsxDEV(ThemedBox_default, {
585364
585364
  flexDirection: "column",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainative/cody-cli",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
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",