aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
AgeCommit message (Collapse)AuthorFilesLines
10 hoursfeat: patch transart.py and my-publisher config on session startHEADmasterDanilo M.1-3/+7
Add patch_external_configs() to update OLLAMA_HOST in transart.py and ollama_host in my-publisher/config.toml with the live pod URL on each session start. Paths are configurable via TRANSART_SCRIPT and PUBLISHER_CONFIG in config; skipped when empty or file missing. Also replace hardcoded danixland-storage default with generic my-storage, add .gitignore, and update README/CLAUDE.md to document the new behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 hoursInitial commit: runpod-session.sh with README and CLAUDE.mdDanilo M.1-0/+51
Bash script to manage RunPod Ollama pod lifecycle for opencode: spin up / resume pod, wait for Ollama, patch opencode.jsonc baseURL, warm up models into VRAM. Includes per-GPU confirmation prompt and automatic fallback on SUPPLY_CONSTRAINT errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>