chore(sync): trim irrelevant upstream entries and rebrand env vars in changeset

Remove v2 HTTP API error-schema notes and `opencode login` default
that do not apply to the Kilo fork. Rename OPENCODE_PERMISSION to
KILO_PERMISSION to reflect the correct environment variable.
This commit is contained in:
Imanol Maiztegui
2026-06-18 12:28:02 +02:00
parent 326ff35146
commit 145a9b4e63
+1 -5
View File
@@ -20,12 +20,8 @@ Changes from opencode v1.15.4 to v1.15.9 upstream:
- Core Bugfixes: Reduce missed `/event` updates caused by a subscription race
- Core Bugfixes: Sort the v2 session list by most recently updated
- Core Bugfixes: Zed editor context now only activates inside Zed terminals.
- Core Bugfixes: The v2 HTTP API now exposes catalog errors.
- Core Bugfixes: The v2 HTTP API now exposes request errors.
- Core Bugfixes: The v2 OpenAPI spec now preserves endpoint error responses.
- Core Bugfixes: `opencode login` now defaults to `https://console.opencode.ai`.
- Core Bugfixes: Agent and command names now resolve correctly from relative config paths.
- Core Bugfixes: Invalid `OPENCODE_PERMISSION` JSON no longer crashes startup.
- Core Bugfixes: Invalid `KILO_PERMISSION` JSON no longer crashes startup.
- Core Bugfixes: Plugin tools with missing `args` no longer break tool loading.
- Core Bugfixes: Restored legacy `PgUp` and `PgDn` TUI keybind aliases.
- Core Bugfixes: Native runtime now prefers the console provider token for OpenCode models.