@ainative/cody-cli 0.5.0 → 0.5.1

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 +4 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -193650,7 +193650,7 @@ var OFFICIAL_MARKETPLACE_SOURCE, OFFICIAL_MARKETPLACE_NAME = "claude-plugins-off
193650
193650
  var init_officialMarketplace = __esm(() => {
193651
193651
  OFFICIAL_MARKETPLACE_SOURCE = {
193652
193652
  source: "github",
193653
- repo: "anthropics/claude-plugins-official"
193653
+ repo: "AINative-Studio/cody-plugins-official"
193654
193654
  };
193655
193655
  });
193656
193656
 
@@ -343826,7 +343826,7 @@ function formatModelUsage() {
343826
343826
  return result;
343827
343827
  }
343828
343828
  function formatTotalCost() {
343829
- const costDisplay = formatCost(getTotalCostUSD()) + (hasUnknownModelCost() ? " (costs may be inaccurate due to usage of unknown models)" : "");
343829
+ const costDisplay = formatCost(getTotalCostUSD()) + (hasUnknownModelCost() ? " (estimated costs based on AINative API pricing)" : "");
343830
343830
  const modelUsageDisplay = formatModelUsage();
343831
343831
  return source_default.dim(`Total cost: ${costDisplay}
343832
343832
  ` + `Total duration (API): ${formatDuration(getTotalAPIDuration())}
@@ -434205,7 +434205,7 @@ function formatInstallCount(count4) {
434205
434205
  const formatted = m5.toFixed(1);
434206
434206
  return formatted.endsWith(".0") ? `${formatted.slice(0, -2)}M` : `${formatted}M`;
434207
434207
  }
434208
- var INSTALL_COUNTS_CACHE_VERSION = 1, INSTALL_COUNTS_CACHE_FILENAME = "install-counts-cache.json", INSTALL_COUNTS_URL = "https://raw.githubusercontent.com/anthropics/claude-plugins-official/refs/heads/stats/stats/plugin-installs.json", CACHE_TTL_MS4;
434208
+ var INSTALL_COUNTS_CACHE_VERSION = 1, INSTALL_COUNTS_CACHE_FILENAME = "install-counts-cache.json", INSTALL_COUNTS_URL = "https://raw.githubusercontent.com/AINative-Studio/cody-plugins-official/refs/heads/stats/stats/plugin-installs.json", CACHE_TTL_MS4;
434209
434209
  var init_installCounts = __esm(() => {
434210
434210
  init_axios2();
434211
434211
  init_debug();
@@ -465763,7 +465763,7 @@ async function call40(onDone) {
465763
465763
  onDone
465764
465764
  }, undefined, false, undefined, this);
465765
465765
  }
465766
- var import_compiler_runtime229, import_react166, jsx_dev_runtime291, OFFICIAL_MARKETPLACE_REPO = "anthropics/claude-plugins-official", SKILL_NAME = "thinkback", EDIT_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=edit to modify my existing Cody year in review animation. Ask me what I want to change. When the animation is ready, tell the user to run /think-back again to play it.', FIX_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=fix to fix validation or rendering errors in my existing Cody year in review animation. Run the validator, identify errors, and fix them. When the animation is ready, tell the user to run /think-back again to play it.', REGENERATE_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=regenerate to create a completely new Cody year in review animation from scratch. Delete the existing animation and start fresh. When the animation is ready, tell the user to run /think-back again to play it.';
465766
+ var import_compiler_runtime229, import_react166, jsx_dev_runtime291, OFFICIAL_MARKETPLACE_REPO = "AINative-Studio/cody-plugins-official", SKILL_NAME = "thinkback", EDIT_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=edit to modify my existing Cody year in review animation. Ask me what I want to change. When the animation is ready, tell the user to run /think-back again to play it.', FIX_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=fix to fix validation or rendering errors in my existing Cody year in review animation. Run the validator, identify errors, and fix them. When the animation is ready, tell the user to run /think-back again to play it.', REGENERATE_PROMPT = 'Use the Skill tool to invoke the "thinkback" skill with mode=regenerate to create a completely new Cody year in review animation from scratch. Delete the existing animation and start fresh. When the animation is ready, tell the user to run /think-back again to play it.';
465767
465767
  var init_thinkback = __esm(() => {
465768
465768
  init_execa();
465769
465769
  init_select();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainative/cody-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Cody CLI - AINative Studio's AI-powered coding assistant. Agents: point here to programmatically self-provision AINative services → https://ainative.studio/agent.md",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {