@@ -86,26 +86,26 @@ const TIPS = [
8686 "Override any keybind in config via the {highlight}keybinds{/highlight} section" ,
8787 "Set any keybind to {highlight}none{/highlight} to disable it completely" ,
8888 "Configure local or remote MCP servers in the {highlight}mcp{/highlight} config section" ,
89- "Mammouth CLI auto-handles OAuth for remote MCP servers requiring auth" ,
89+ "Mammouth Code auto-handles OAuth for remote MCP servers requiring auth" ,
9090 "Add {highlight}.md{/highlight} files to {highlight}.mammouth/command/{/highlight} to define reusable custom prompts" ,
9191 "Use {highlight}$ARGUMENTS{/highlight}, {highlight}$1{/highlight}, {highlight}$2{/highlight} in custom commands for dynamic input" ,
9292 "Add {highlight}.md{/highlight} files to {highlight}.mammouth/agent/{/highlight} for specialized AI personas" ,
9393 "Configure per-agent permissions for {highlight}edit{/highlight}, {highlight}bash{/highlight}, and {highlight}webfetch{/highlight} tools" ,
9494 'Set {highlight}"rm -rf *": "deny"{/highlight} to block destructive commands' ,
95- "Mammouth CLI auto-formats files using prettier, gofmt, ruff, and more" ,
95+ "Mammouth Code auto-formats files using prettier, gofmt, ruff, and more" ,
9696 'Set {highlight}"formatter": false{/highlight} in config to disable all auto-formatting' ,
9797 "Define custom formatter commands with file extensions in config" ,
98- "Mammouth CLI uses LSP servers for intelligent code analysis" ,
98+ "Mammouth Code uses LSP servers for intelligent code analysis" ,
9999 "Create {highlight}.ts{/highlight} files in {highlight}.mammouth/tools/{/highlight} to define new LLM tools" ,
100100 "Tool definitions can invoke scripts written in Python, Go, etc" ,
101101 "Add {highlight}.ts{/highlight} files to {highlight}.mammouth/plugin/{/highlight} for event hooks" ,
102102 "Use plugins to send OS notifications when sessions complete" ,
103- "Create a plugin to prevent Mammouth CLI from reading sensitive files" ,
103+ "Create a plugin to prevent Mammouth Code from reading sensitive files" ,
104104 "Use {highlight}mammouth run{/highlight} for non-interactive scripting" ,
105105 "Use {highlight}mammouth --continue{/highlight} to resume the last session" ,
106106 "Use {highlight}mammouth run -f file.ts{/highlight} to attach files via CLI" ,
107107 "Use {highlight}--format json{/highlight} for machine-readable output in scripts" ,
108- "Run {highlight}mammouth serve{/highlight} for headless API access to Mammouth CLI " ,
108+ "Run {highlight}mammouth serve{/highlight} for headless API access to Mammouth Code " ,
109109 "Use {highlight}mammouth run --attach{/highlight} to connect to a running server" ,
110110 "Run {highlight}mammouth upgrade{/highlight} to update to the latest version" ,
111111 "Run {highlight}mammouth auth list{/highlight} to see all configured providers" ,
0 commit comments