| Age | Commit message (Collapse) | Author |
|
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>
|
|
Amp-Thread-ID: https://ampcode.com/threads/T-019d401d-bdcc-75aa-a09d-5f0e1aa626c6
Co-authored-by: Amp <amp@ampcode.com>
|
|
- 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>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
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>
|
|
|
|
|