Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ax_cli/commands/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
--description "Playful ax-cli helper" \\
--model codex:gpt-5.4 \\
--audience both \\
--save-to /home/ax-agent/agents/axolotl \\
--profile next-axolotl
--save-to ~/agents/axolotl \\
--profile axolotl

What it does, in order:

Expand Down