a9e45fb427
record_search: three-view GIF recorder (map | first person | chat with model reasoning); capture reasoning_content in TurnResult; search_mission.gif artifact
opencode2026-08-09 17:25:08 +03:00
daa0371519
search challenge: triangle marker on a crate's back face (rendered in vision, in digest), report tool with distance verification, smooth turn(duration), --free/--search autonomous modes, look_at crates; verified with gpt-5.6-luna
opencode2026-08-08 21:58:57 +03:00
315762363e
movement: smooth animated moves (move duration, observable intermediate positions) + proactive cruise (glide while the LLM thinks, collision-safe, reported back); verified mission with gpt-5.6-luna
opencode2026-08-08 21:36:32 +03:00
0dd2e21683
env: .env file for API keys (gitignored), loaded by scripts and resolve_provider; key removed from bashrc
opencode2026-08-08 20:20:40 +03:00
c33452edf8
fix: tool-result message for non-vision tools (KeyError on width); polza provider verified end-to-end (vision + mission on first attempt)
opencode2026-08-08 20:18:43 +03:00
54ee734ab5
providers: presets for polza/openai/ollama (--provider), keys from env, gpt-5.6-luna default for polza, multimodal heuristic for cloud ids
opencode2026-08-08 20:09:19 +03:00
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
opencode2026-08-08 20:06:22 +03:00
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
opencode2026-08-08 19:44:18 +03:00
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
opencode2026-08-08 19:38:21 +03:00
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
opencode2026-08-08 13:54:44 +03:00