summaryrefslogtreecommitdiff
path: root/Rexfile
AgeCommit message (Collapse)Author
2026-04-26Add hexai config to dotfiles (Linux only)Paul Buetow
Manage ~/.config/hexai/config.toml from the dotfiles repo, mirroring how helix, lazygit, and opencode are handled. The home_hexai task is gated to Linux because hexai is currently only used on the Linux workstation. The deployed config sets Ollama Cloud (kimi-k2.6 at https://ollama.com) as the default provider and uses gemma4:31b for in-code completion. The API key is read from $HEXAI_OLLAMA_API_KEY (or $OLLAMA_API_KEY). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-03-30Add home_gitconfig task to deploy global git config on LinuxPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d401d-bdcc-75aa-a09d-5f0e1aa626c6 Co-authored-by: Amp <amp@ampcode.com>
2026-03-18Move opencode config to static file; switch to vLLM-only backendPaul Buetow
- Remove inline opencode_config_content() and configured_ollama_host() from Rexfile; config is now a plain file in opencode/opencode.json - Remove JSON::PP dependency (no longer needed) - Simplify home_opencode task to one-liner using ensure glob - opencode/opencode.json: all 10 vLLM model presets from hyperstack (qwen3-coder-next, gpt-oss-20b/120b, llama-3.3-70b, qwen25-coder-32b, qwen3-coder-30b, deepseek-r1-32b, qwen3-32b, devstral, nemotron-super) - Default model set to vLLM qwen3-coder-next (was Ollama qwen3-coder:30b) - Ollama models removed; opencode now connects exclusively to vLLM Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-17add f3s skill and reference docs for FreeBSD/k3s homelabPaul Buetow
2026-03-15Manage OpenCode config via RexPaul Buetow
2026-03-03joPaul Buetow
2026-02-22wire codex slash commands into home_promptsPaul Buetow
2026-02-17Convert commands and context to skills, add skills symlinks to RexfilePaul Buetow
Move purge-file-from-git, compose-blog-post, increment-version-and-push from commands to skills format, and convert go-best-practices from context to a skill. Update Rexfile home_prompts task to symlink both commands and skills directories for cursor, claude, agents, and opencode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12Add opencode commands symlinkPaul Buetow
2026-02-12fooPaul Buetow
2026-02-08fixPaul Buetow
2026-02-08Install slash commands for both Cursor and Claude CodePaul Buetow
Rename cursor/commands to cursor/slashcommands, rename the Rex task from home_cursor to home_slashcommands, and install the same commands to both ~/.cursor/commands/ and ~/.claude/commands/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07fix pathPaul Buetow
2026-02-07renamePaul Buetow