chore(cli): remove accidental tui.json artifact from PR #13271 - #13288
Merged
Conversation
Removes packages/opencode/.kilo/tui.json, an empty {} file that was
accidentally committed by a broad 'git add' while running the httpapi
exerciser (PATCH /tui/config) from packages/opencode/ during work on
PR #13271 (feat(cli): add experimental MCP Apps support with
resource/tool HTTP endpoints).
Also ignores per-directory tui.json/tui.jsonc runtime config files
under packages/*/.kilo/ so this can't recur.
marius-kilocode
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes
packages/opencode/.kilo/tui.json, an empty{}file that was accidentally committed as part of #13271 ("feat(cli): add experimental MCP Apps support with resource/tool HTTP endpoints").Why
The file was generated by running the httpapi exerciser (which hits
PATCH /tui/config) frompackages/opencode/, and got swept into a commit by a broadgit add. It's not source, just a runtime-written per-directory TUI config artifact, so it shouldn't be tracked.This is a follow-up cleanup PR for #13271 — no functional changes.
Prevention
Added
packages/*/.kilo/tui.jsonandpackages/*/.kilo/tui.jsoncto.gitignoreso this class of runtime artifact can't be accidentally re-committed in the future.Built for marius-kilocode by Kilo