Commit Graph
9 Commits
Author SHA1 Message Date
opencode 0dd2e21683 env: .env file for API keys (gitignored), loaded by scripts and resolve_provider; key removed from bashrc 2026-08-08 20:20:40 +03:00
opencode c33452edf8 fix: tool-result message for non-vision tools (KeyError on width); polza provider verified end-to-end (vision + mission on first attempt) 2026-08-08 20:18:43 +03:00
opencode 54ee734ab5 providers: presets for polza/openai/ollama (--provider), keys from env, gpt-5.6-luna default for polza, multimodal heuristic for cloud ids 2026-08-08 20:09:19 +03:00
opencode 1d7dbb7b79 vision: real-time perception — auto frame attach every N turns (--look-every) and on collision, frame context cap (6), digest fallback for text models 2026-08-08 20:06:22 +03:00
opencode d8373a50fc vision: images are the primary channel for multimodal models (digest off by default); digest is the text-only fallback; --digest/--no-digest to override 2026-08-08 19:44:18 +03:00
opencode ef02e5f9ea vision: real camera frames to the model (image_url), auto-detected for multimodal ollama models; --vision/--no-vision flags; verified gemma4:12b sees frames and completed the beacon mission 2026-08-08 19:38:21 +03:00
opencode 6a509aacc6 chat: mission mode (/mission, --mission) — autonomous goal runs in background with retries, corrections, state-aware retry hints; input() moved to thread so missions run while the REPL waits; configurable nudge_limit 2026-08-08 13:54:44 +03:00
opencode f4cb04a47f robustness: vision/depth render off the event loop (deepcopy snapshot), chat auto-reconnect + friendly errors, demo catches connection failures 2026-08-08 12:33:30 +03:00
opencode 346d918118 chat: interactive mode (natural language -> tool calls), shared LLM driver refactor, run_chat.sh; verified with gemma4:e2b and gemma4:12b 2026-08-08 12:27:05 +03:00