Skip to content

chore(cli): remove accidental tui.json artifact from PR #13271 - #13288

Merged
marius-kilocode merged 1 commit into
mainfrom
fix/remove-accidental-tui-json-artifact
Aug 20, 2026
Merged

chore(cli): remove accidental tui.json artifact from PR #13271#13288
marius-kilocode merged 1 commit into
mainfrom
fix/remove-accidental-tui-json-artifact

Conversation

@kilo-code-bot

@kilo-code-bot kilo-code-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

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) from packages/opencode/, and got swept into a commit by a broad git 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.json and packages/*/.kilo/tui.jsonc to .gitignore so this class of runtime artifact can't be accidentally re-committed in the future.


Built for marius-kilocode by Kilo

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
marius-kilocode merged commit fe760ab into main Aug 20, 2026
31 checks passed
@marius-kilocode
marius-kilocode deleted the fix/remove-accidental-tui-json-artifact branch August 20, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant