Переглянути джерело

Update changelog with server-info, platform launch, and OpenCode fix

Jesse Vincent 6 місяців тому
батько
коміт
d3c028e280
1 змінених файлів з 11 додано та 0 видалено
  1. 11 0
      RELEASE-NOTES.md

+ 11 - 0
RELEASE-NOTES.md

@@ -21,6 +21,17 @@
 - Documents Gemini CLI limitations: no subagent support, skills fall back to `executing-plans`
 - Extension root at repo root for cross-platform compatibility (avoids Windows symlink issues)
 
+### Improvements
+
+**Multi-platform brainstorm server launch**
+
+- Per-platform launch instructions in visual-companion.md: Claude Code (default mode), Codex (auto-foreground via `CODEX_CI`), Gemini CLI (`--foreground` with `is_background`), and fallback for other environments
+- Server now writes startup JSON to `$SCREEN_DIR/.server-info` so agents can find the URL and port even when stdout is hidden by background execution
+
+**OpenCode tool mapping fix**
+
+- `TodoWrite` → `todowrite` (was incorrectly mapped to `update_plan`); verified against OpenCode source
+
 ### Bug Fixes
 
 **User review gate in brainstorming** (#565)