@ainative/cody-cli 0.2.4 → 0.2.5
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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -404319,7 +404319,7 @@ function AppStateProvider(t0) {
|
|
|
404319
404319
|
} else {
|
|
404320
404320
|
t4 = $3[7];
|
|
404321
404321
|
}
|
|
404322
|
-
const onSettingsChange =
|
|
404322
|
+
const onSettingsChange = (__useEffectEvent || import_react84.useEffectEvent)(t4);
|
|
404323
404323
|
useSettingsChange(onSettingsChange);
|
|
404324
404324
|
let t5;
|
|
404325
404325
|
if ($3[8] !== children) {
|
|
@@ -464172,7 +464172,7 @@ function BackgroundTasksDialog({
|
|
|
464172
464172
|
async function killRemoteAgentTask(taskId_3) {
|
|
464173
464173
|
await RemoteAgentTask.kill(taskId_3, setAppState);
|
|
464174
464174
|
}
|
|
464175
|
-
const onDoneEvent =
|
|
464175
|
+
const onDoneEvent = (__useEffectEvent || import_react165.useEffectEvent)(onDone);
|
|
464176
464176
|
import_react165.useEffect(() => {
|
|
464177
464177
|
if (viewState.mode !== "list") {
|
|
464178
464178
|
const task = (typedTasks ?? {})[viewState.itemId];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainative/cody-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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": {
|