@@ -54,7 +54,7 @@ const TIPS = [
5454 "Press {highlight}Tab{/highlight} to cycle between Build and Plan agents" ,
5555 "Use {highlight}/undo{/highlight} to revert the last message and file changes" ,
5656 "Use {highlight}/redo{/highlight} to restore previously undone messages and file changes" ,
57- "Run {highlight}/share{/highlight} to create a public link to your conversation at opencode.ai " ,
57+ "Run {highlight}/share{/highlight} to create a public link to your conversation" ,
5858 "Drag and drop images into the terminal to add them as context" ,
5959 "Press {highlight}Ctrl+V{/highlight} to paste images from your clipboard into the prompt" ,
6060 "Press {highlight}Ctrl+X E{/highlight} or {highlight}/editor{/highlight} to compose messages in your external editor" ,
@@ -80,46 +80,46 @@ const TIPS = [
8080 "Switch to {highlight}Plan{/highlight} agent to get suggestions without making actual changes" ,
8181 "Use {highlight}@agent-name{/highlight} in prompts to invoke specialized subagents" ,
8282 "Press {highlight}Ctrl+X Right/Left{/highlight} to cycle through parent and child sessions" ,
83- "Create {highlight}opencode .json{/highlight} for server settings and {highlight}tui.json{/highlight} for TUI settings" ,
84- "Place TUI settings in {highlight}~/.config/opencode /tui.json{/highlight} for global config" ,
83+ "Create {highlight}altimate-code .json{/highlight} for server settings and {highlight}tui.json{/highlight} for TUI settings" ,
84+ "Place TUI settings in {highlight}~/.config/altimate-code /tui.json{/highlight} for global config" ,
8585 "Add {highlight}$schema{/highlight} to your config for autocomplete in your editor" ,
8686 "Configure {highlight}model{/highlight} in config to set your default model" ,
8787 "Override any keybind in {highlight}tui.json{/highlight} via the {highlight}keybinds{/highlight} section" ,
8888 "Set any keybind to {highlight}none{/highlight} to disable it completely" ,
8989 "Configure local or remote MCP servers in the {highlight}mcp{/highlight} config section" ,
90- "OpenCode auto-handles OAuth for remote MCP servers requiring auth" ,
91- "Add {highlight}.md{/highlight} files to {highlight}.opencode /command/{/highlight} to define reusable custom prompts" ,
90+ "Altimate CLI auto-handles OAuth for remote MCP servers requiring auth" ,
91+ "Add {highlight}.md{/highlight} files to {highlight}.altimate-code /command/{/highlight} to define reusable custom prompts" ,
9292 "Use {highlight}$ARGUMENTS{/highlight}, {highlight}$1{/highlight}, {highlight}$2{/highlight} in custom commands for dynamic input" ,
9393 "Use backticks in commands to inject shell output (e.g., {highlight}`git status`{/highlight})" ,
94- "Add {highlight}.md{/highlight} files to {highlight}.opencode /agent/{/highlight} for specialized AI personas" ,
94+ "Add {highlight}.md{/highlight} files to {highlight}.altimate-code /agent/{/highlight} for specialized AI personas" ,
9595 "Configure per-agent permissions for {highlight}edit{/highlight}, {highlight}bash{/highlight}, and {highlight}webfetch{/highlight} tools" ,
9696 'Use patterns like {highlight}"git *": "allow"{/highlight} for granular bash permissions' ,
9797 'Set {highlight}"rm -rf *": "deny"{/highlight} to block destructive commands' ,
9898 'Configure {highlight}"git push": "ask"{/highlight} to require approval before pushing' ,
99- "OpenCode auto-formats files using prettier, gofmt, ruff, and more" ,
99+ "Altimate CLI auto-formats files using prettier, gofmt, ruff, and more" ,
100100 'Set {highlight}"formatter": false{/highlight} in config to disable all auto-formatting' ,
101101 "Define custom formatter commands with file extensions in config" ,
102- "OpenCode uses LSP servers for intelligent code analysis" ,
103- "Create {highlight}.ts{/highlight} files in {highlight}.opencode /tools/{/highlight} to define new LLM tools" ,
102+ "Altimate CLI uses LSP servers for intelligent code analysis" ,
103+ "Create {highlight}.ts{/highlight} files in {highlight}.altimate-code /tools/{/highlight} to define new LLM tools" ,
104104 "Tool definitions can invoke scripts written in Python, Go, etc" ,
105- "Add {highlight}.ts{/highlight} files to {highlight}.opencode /plugin/{/highlight} for event hooks" ,
105+ "Add {highlight}.ts{/highlight} files to {highlight}.altimate-code /plugin/{/highlight} for event hooks" ,
106106 "Use plugins to send OS notifications when sessions complete" ,
107- "Create a plugin to prevent OpenCode from reading sensitive files" ,
108- "Use {highlight}opencode run{/highlight} for non-interactive scripting" ,
109- "Use {highlight}opencode --continue{/highlight} to resume the last session" ,
110- "Use {highlight}opencode run -f file.ts{/highlight} to attach files via CLI" ,
107+ "Create a plugin to prevent Altimate CLI from reading sensitive files" ,
108+ "Use {highlight}altimate-code run{/highlight} for non-interactive scripting" ,
109+ "Use {highlight}altimate-code --continue{/highlight} to resume the last session" ,
110+ "Use {highlight}altimate-code run -f file.ts{/highlight} to attach files via CLI" ,
111111 "Use {highlight}--format json{/highlight} for machine-readable output in scripts" ,
112- "Run {highlight}opencode serve{/highlight} for headless API access to OpenCode " ,
113- "Use {highlight}opencode run --attach{/highlight} to connect to a running server" ,
114- "Run {highlight}opencode upgrade{/highlight} to update to the latest version" ,
115- "Run {highlight}opencode auth list{/highlight} to see all configured providers" ,
116- "Run {highlight}opencode agent create{/highlight} for guided agent creation" ,
117- "Use {highlight}/opencode {/highlight} in GitHub issues/PRs to trigger AI actions" ,
118- "Run {highlight}opencode github install{/highlight} to set up the GitHub workflow" ,
119- "Comment {highlight}/opencode fix this{/highlight} on issues to auto-create PRs" ,
120- "Comment {highlight}/oc {/highlight} on PR code lines for targeted code reviews" ,
112+ "Run {highlight}altimate-code serve{/highlight} for headless API access" ,
113+ "Use {highlight}altimate-code run --attach{/highlight} to connect to a running server" ,
114+ "Run {highlight}altimate-code upgrade{/highlight} to update to the latest version" ,
115+ "Run {highlight}altimate-code auth list{/highlight} to see all configured providers" ,
116+ "Run {highlight}altimate-code agent create{/highlight} for guided agent creation" ,
117+ "Use {highlight}/altimate-code {/highlight} in GitHub issues/PRs to trigger AI actions" ,
118+ "Run {highlight}altimate-code github install{/highlight} to set up the GitHub workflow" ,
119+ "Comment {highlight}/altimate-code fix this{/highlight} on issues to auto-create PRs" ,
120+ "Comment {highlight}/ac {/highlight} on PR code lines for targeted code reviews" ,
121121 'Use {highlight}"theme": "system"{/highlight} to match your terminal\'s colors' ,
122- "Create JSON theme files in {highlight}.opencode /themes/{/highlight} directory" ,
122+ "Create JSON theme files in {highlight}.altimate-code /themes/{/highlight} directory" ,
123123 "Themes support dark/light variants for both modes" ,
124124 "Reference ANSI colors 0-255 in custom themes" ,
125125 "Use {highlight}{env:VAR_NAME}{/highlight} syntax to reference environment variables in config" ,
@@ -135,15 +135,15 @@ const TIPS = [
135135 "Run {highlight}/unshare{/highlight} to remove a session from public access" ,
136136 "Permission {highlight}doom_loop{/highlight} prevents infinite tool call loops" ,
137137 "Permission {highlight}external_directory{/highlight} protects files outside project" ,
138- "Run {highlight}opencode debug config{/highlight} to troubleshoot configuration" ,
138+ "Run {highlight}altimate-code debug config{/highlight} to troubleshoot configuration" ,
139139 "Use {highlight}--print-logs{/highlight} flag to see detailed logs in stderr" ,
140140 "Press {highlight}Ctrl+X G{/highlight} or {highlight}/timeline{/highlight} to jump to specific messages" ,
141141 "Press {highlight}Ctrl+X H{/highlight} to toggle code block visibility in messages" ,
142142 "Press {highlight}Ctrl+X S{/highlight} or {highlight}/status{/highlight} to see system status info" ,
143143 "Enable {highlight}scroll_acceleration{/highlight} in {highlight}tui.json{/highlight} for smooth macOS-style scrolling" ,
144144 "Toggle username display in chat via command palette ({highlight}Ctrl+P{/highlight})" ,
145- "Run {highlight}docker run -it --rm ghcr.io/anomalyco/opencode {/highlight} for containerized use" ,
146- "Use {highlight}/connect{/highlight} with OpenCode Zen for curated, tested models" ,
145+ "Run {highlight}docker run -it --rm ghcr.io/altimateai/altimate-code {/highlight} for containerized use" ,
146+ "Use {highlight}/connect{/highlight} with Altimate CLI Zen for curated, tested models" ,
147147 "Commit your project's {highlight}AGENTS.md{/highlight} file to Git for team sharing" ,
148148 "Use {highlight}/review{/highlight} to review uncommitted changes, branches, or PRs" ,
149149 "Run {highlight}/help{/highlight} or {highlight}Ctrl+X H{/highlight} to show the help dialog" ,
0 commit comments