summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-17Add GLM 5.2 and minimax-m3 to ollama-cloud models + glm fish aliasmainPaul Buetow
2026-06-14Commit remaining workspace changesPaul Buetow
2026-06-14hypr.fish: keep pik and kimi aliases on K2.6, add pik-code for K2.7 CodePaul Buetow
2026-06-14Add kimi-k2.7-code:cloud via ollama-cloud; update pik/pi-ollama-kimi aliases ...Paul Buetow
2026-06-08pi models: add local ollama gemma4:26b-a4b-it-qat-32k-ctx modelPaul Buetow
2026-06-03Remove glm-4.6 cloud modelPaul Buetow
2026-06-02Add minimax-m3:cloud to pi agent models and hypr.fish aliasesPaul Buetow
2026-05-31no plansPaul Buetow
2026-05-31cleanupPaul Buetow
2026-05-31fixPaul Buetow
2026-05-30fix(reload-runtime): remove broken lastCtx.reload() call from toolPaul Buetow
2026-05-30pik aliasPaul Buetow
2026-05-25updatePaul Buetow
2026-05-25Remove justfile; expand README Quickstart with VM1/VM2 create, test, and conn...Paul Buetow
2026-05-25Fix Gemma 4 vLLM startup and improve partial-provisioning UXPaul Buetow
2026-05-25chore(provisioning): remove dead LiteLLM decommission codePaul Buetow
2026-05-25fix(client): use nil-safe fetch fallback in list_flavors/list_imagesPaul Buetow
2026-05-25fix(prefixed_output): add flush to prevent losing final unterminated linePaul Buetow
2026-05-25fix(client): explicitly rescue Net::ReadTimeout alongside Net::OpenTimeoutPaul Buetow
2026-05-25fix(inference_tester): add bounded-retry guard around vLLM chat inferencePaul Buetow
2026-05-25refactor(config): extract shared ConfigDataHelpers modulePaul Buetow
2026-05-25fix(wireguard): remove memoization from config_contents and hosts_contentsPaul Buetow
2026-05-25refactor(manager): move dry-run/resume logic into VmLifecycle; thin Manager f...Paul Buetow
2026-05-25refactor(manager): extract focused collaborators from Manager God ClassPaul Buetow
2026-05-25Add OpenRouter Qwen3.6 models to pi configPaul Buetow
2026-05-25fix(loop-scheduler): defer agent_busy reset after agent_end instead of isIdle...Paul Buetow
2026-05-25fix(loop-scheduler): replace ctx.waitForIdle() with isIdle() polling in agent...Paul Buetow
2026-05-25fix(loop-scheduler): await waitForIdle in agent_end before drainingPaul Buetow
2026-05-25fix(watch): auto-recover when default VM is dead or replacedPaul Buetow
2026-05-25update hyperstack2 VM state and config after recreationPaul Buetow
2026-05-24fix(provisioning): recover from vLLM readiness timeout and increase poll windowPaul Buetow
2026-05-24feat(tooling): add ollama fish abbreviations for kimi, qwen, glm, minimaxPaul Buetow
2026-05-24feat(pi): add ollama provider with kimi-k2.6:cloud, qwen3.5:cloud, glm-5.1:cl...Paul Buetow
2026-05-24chore(config): revert vm2 default to n3-A100x1; simplify justfilePaul Buetow
2026-05-24chore(tooling): add justfile for common VM lifecycle, observability, and debu...Paul Buetow
2026-05-24chore(vm2): H100 provisioning, L40 plan, and H100-specific vLLM tuningPaul Buetow
2026-05-24fix(cli): watch/status/test auto-detect active VMs when default VM1 is not pr...Paul Buetow
2026-05-24chore(config): remove gpt-oss-120b references since qwen3.6 is betterPaul Buetow
2026-05-24fix(watcher): show actionable error when VM not provisioned or SSH failsPaul Buetow
2026-05-24replace qwen3-coder-next with qwen3.6-27b across configs, docs, and toolingPaul Buetow
2026-05-24feat(watch): retry SSH connection failures with exponential backoffPaul Buetow
2026-05-24chore: add pi/prompt-history.json to .gitignorePaul Buetow
2026-05-24fix(loop-scheduler): always pass deliverAs followUp for scheduled messagesPaul Buetow
2026-05-24chore(gitignore): ignore hyperstack state temp filesPaul Buetow
2026-05-24docs: refresh README, hypr.fish, AGENTS.md for consolidated --vm CLIPaul Buetow
2026-05-24feat(cli): replace --config with --vm 1|2|both, remove create-both/delete-bothPaul Buetow
2026-05-24docs: remove single-VM and ComfyUI/photo referencesPaul Buetow
2026-05-24cleanup: remove ComfyUI and photo-related code from lib/hyperstackPaul Buetow
2026-05-24chore: remove photo/ComfyUI top-level filesPaul Buetow
2026-05-24fix(loop-scheduler): reset agentBusy when drainPending detects idle contextPaul Buetow