@otto-code/cli 0.8.15 → 0.8.17

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.
@@ -24,7 +24,7 @@ export function addRunOptions(cmd) {
24
24
  .option("--thinking <id>", "Thinking option ID to use for this run")
25
25
  .option("--mode <mode>", "Provider-specific mode (e.g., plan, default, bypass)")
26
26
  // Otto-only: personalities are a fork feature, so this option has no
27
- // upstream counterpart. See docs/agent-personalities.md.
27
+ // upstream counterpart. See docs/agent-profiles.md.
28
28
  .option("--personality <name>", "Spawn as a host personality (name or id): applies its provider/model/mode and identity/prompt. Explicit --provider/--model/--mode override.")
29
29
  .option("--new-workspace <local|worktree>", "Create a separate local or worktree workspace")
30
30
  .addOption(new Option("--worktree <name>", "Legacy workspace isolation alias").hideHelp())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-code/cli",
3
- "version": "0.8.15",
3
+ "version": "0.8.17",
4
4
  "description": "Otto CLI - control your AI coding agents from the command line",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "bin": {
@@ -29,10 +29,10 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@clack/prompts": "^1.0.0",
32
- "@otto-code/brain": "0.8.15",
33
- "@otto-code/client": "0.8.15",
34
- "@otto-code/protocol": "0.8.15",
35
- "@otto-code/server": "0.8.15",
32
+ "@otto-code/brain": "0.8.17",
33
+ "@otto-code/client": "0.8.17",
34
+ "@otto-code/protocol": "0.8.17",
35
+ "@otto-code/server": "0.8.17",
36
36
  "chalk": "^5.3.0",
37
37
  "commander": "^12.0.0",
38
38
  "mime-types": "^2.1.35",