@ainative/cody-cli 0.5.2 → 0.5.3
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -343826,7 +343826,7 @@ function formatModelUsage() {
|
|
|
343826
343826
|
return result;
|
|
343827
343827
|
}
|
|
343828
343828
|
function formatTotalCost() {
|
|
343829
|
-
const costDisplay = formatCost(getTotalCostUSD())
|
|
343829
|
+
const costDisplay = formatCost(getTotalCostUSD());
|
|
343830
343830
|
const modelUsageDisplay = formatModelUsage();
|
|
343831
343831
|
return source_default.dim(`Total cost: ${costDisplay}
|
|
343832
343832
|
` + `Total duration (API): ${formatDuration(getTotalAPIDuration())}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainative/cody-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
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": {
|