@ainative/cody-cli 0.7.33 → 0.7.34
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 +3 -3
- package/package.json +53 -8
package/dist/cli.js
CHANGED
|
@@ -181037,7 +181037,7 @@ var init_metadata = __esm(() => {
|
|
|
181037
181037
|
isClaudeAiAuth: isClaudeAISubscriber(),
|
|
181038
181038
|
version: "0.7.15",
|
|
181039
181039
|
versionBase: getVersionBase(),
|
|
181040
|
-
buildTime: "
|
|
181040
|
+
buildTime: "1777196086",
|
|
181041
181041
|
deploymentEnvironment: env4.detectDeploymentEnvironment(),
|
|
181042
181042
|
...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
|
|
181043
181043
|
githubEventName: process.env.GITHUB_EVENT_NAME,
|
|
@@ -419007,7 +419007,7 @@ function getAnthropicEnvMetadata() {
|
|
|
419007
419007
|
function getBuildAgeMinutes() {
|
|
419008
419008
|
if (false)
|
|
419009
419009
|
;
|
|
419010
|
-
const buildTime = new Date("
|
|
419010
|
+
const buildTime = new Date("1777196086").getTime();
|
|
419011
419011
|
if (isNaN(buildTime))
|
|
419012
419012
|
return;
|
|
419013
419013
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -512049,7 +512049,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
512049
512049
|
var call56 = async () => {
|
|
512050
512050
|
return {
|
|
512051
512051
|
type: "text",
|
|
512052
|
-
value: `${"0.7.15"} (built ${"
|
|
512052
|
+
value: `${"0.7.15"} (built ${"1777196086"})`
|
|
512053
512053
|
};
|
|
512054
512054
|
}, version6, version_default;
|
|
512055
512055
|
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.34",
|
|
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",
|
|
@@ -44,28 +44,75 @@
|
|
|
44
44
|
"ai",
|
|
45
45
|
"ai-coding",
|
|
46
46
|
"ai-assistant",
|
|
47
|
+
"ai-agent",
|
|
48
|
+
"ai-agents",
|
|
49
|
+
"ai-coding-assistant",
|
|
50
|
+
"ai-pair-programmer",
|
|
47
51
|
"cli",
|
|
52
|
+
"cli-agent",
|
|
48
53
|
"coding-assistant",
|
|
54
|
+
"coding-agent",
|
|
49
55
|
"code-generation",
|
|
56
|
+
"code-agent",
|
|
50
57
|
"terminal",
|
|
58
|
+
"terminal-ai",
|
|
59
|
+
"developer-tools",
|
|
60
|
+
"pair-programming",
|
|
51
61
|
"mcp",
|
|
52
62
|
"mcp-client",
|
|
53
63
|
"model-context-protocol",
|
|
64
|
+
"tool-use",
|
|
65
|
+
"tool-calling",
|
|
54
66
|
"oauth2",
|
|
55
67
|
"streaming",
|
|
56
|
-
"tool-use",
|
|
57
68
|
"agents",
|
|
58
|
-
"
|
|
69
|
+
"agentic",
|
|
70
|
+
"agentic-experience",
|
|
71
|
+
"autonomous-agent",
|
|
72
|
+
"multi-agent",
|
|
73
|
+
"subagent",
|
|
74
|
+
"task-tracking",
|
|
59
75
|
"llm",
|
|
60
76
|
"llm-cli",
|
|
77
|
+
"typescript",
|
|
78
|
+
"claude-code",
|
|
61
79
|
"claude-code-alternative",
|
|
80
|
+
"cursor",
|
|
62
81
|
"cursor-alternative",
|
|
82
|
+
"copilot-alternative",
|
|
63
83
|
"aider-alternative",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
84
|
+
"cline-alternative",
|
|
85
|
+
"vibe-coding",
|
|
86
|
+
"byok",
|
|
87
|
+
"multi-provider",
|
|
88
|
+
"local-llm",
|
|
89
|
+
"local-first",
|
|
90
|
+
"ollama",
|
|
91
|
+
"openai",
|
|
92
|
+
"gemini",
|
|
93
|
+
"groq",
|
|
94
|
+
"anthropic",
|
|
95
|
+
"deepseek",
|
|
96
|
+
"deepseek-coder",
|
|
97
|
+
"deepseek-reasoner",
|
|
98
|
+
"mistral",
|
|
99
|
+
"perplexity",
|
|
100
|
+
"fireworks",
|
|
101
|
+
"cerebras",
|
|
102
|
+
"moonshot",
|
|
103
|
+
"kimi",
|
|
104
|
+
"qwen",
|
|
105
|
+
"sambanova",
|
|
106
|
+
"lmstudio",
|
|
107
|
+
"mimo",
|
|
108
|
+
"openrouter",
|
|
109
|
+
"no-login",
|
|
110
|
+
"china",
|
|
111
|
+
"plugin-security",
|
|
112
|
+
"on-demand-skills",
|
|
67
113
|
"vscode",
|
|
68
114
|
"windsurf",
|
|
115
|
+
"zerodb",
|
|
69
116
|
"openclaw",
|
|
70
117
|
"openclaw-agents",
|
|
71
118
|
"agent-md",
|
|
@@ -73,8 +120,6 @@
|
|
|
73
120
|
"agent-onboarding",
|
|
74
121
|
"self-provisioning",
|
|
75
122
|
"zero-human-provisioning",
|
|
76
|
-
"agentic",
|
|
77
|
-
"agentic-experience",
|
|
78
123
|
"ax",
|
|
79
124
|
"agent-discovery",
|
|
80
125
|
"agent-native"
|