diff --git a/README.md b/README.md index 855e459..e86f9dd 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ npm install -g @offline-ai/cli $ ai COMMAND running command... $ ai (--version) -@offline-ai/cli/0.0.8 linux-x64 node-v20.14.0 +@offline-ai/cli/0.0.9 linux-x64 node-v20.14.0 $ ai --help [COMMAND] USAGE $ ai COMMAND @@ -302,7 +302,7 @@ EXAMPLES $ ai agent publish ``` -_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/agent/index.ts)_ +_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/agent/index.ts)_ ## `ai autocomplete [SHELL]` @@ -375,7 +375,7 @@ EXAMPLES $ ai brain download ``` -_See code: [src/commands/brain/index.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/brain/index.ts)_ +_See code: [src/commands/brain/index.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/brain/index.ts)_ ## `ai brain dn [NAME]` @@ -503,7 +503,7 @@ EXAMPLES $ ai brain download [-q ] ``` -_See code: [src/commands/brain/download.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/brain/download.ts)_ +_See code: [src/commands/brain/download.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/brain/download.ts)_ ## `ai brain list [NAME]` @@ -532,7 +532,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/brain/list.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/brain/list.ts)_ +_See code: [src/commands/brain/list.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/brain/list.ts)_ ## `ai config [ITEM_NAME]` @@ -569,7 +569,7 @@ EXAMPLES } ``` -_See code: [src/commands/config/index.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/config/index.ts)_ ## `ai config save [DATA]` @@ -609,7 +609,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/config/save.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/config/save.ts)_ +_See code: [src/commands/config/save.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/config/save.ts)_ ## `ai help [COMMAND]` @@ -969,7 +969,7 @@ EXAMPLES │[info]:Start Script: ... ``` -_See code: [src/commands/run/index.ts](https://github.com/offline-ai/cli/blob/v0.0.8/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/offline-ai/cli/blob/v0.0.9/src/commands/run/index.ts)_ ## `ai version` diff --git a/bin/.ai.yaml b/bin/.ai.yaml index bbbf7bc..fac12ff 100644 --- a/bin/.ai.yaml +++ b/bin/.ai.yaml @@ -5,6 +5,7 @@ configDirs: - $HOME brainDir: ${XDG_DATA_HOME}/brain agentDirs: + - $XDG_BIN_HOME/../examples - ${XDG_DATA_HOME}/agent - $PWD promptDirs: diff --git a/package.json b/package.json index 5296c7d..064dd3f 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "files": [ "/bin", "/dist", + "/examples", "/oclif.manifest.json", "/theme.json" ],