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

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.
This commit is contained in:
kiloconnect[bot]
2026-08-20 19:44:05 +00:00
parent 15104039c6
commit 2e23a78424
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -67,6 +67,11 @@ tsconfig.tsbuildinfo
.kilocode/yarn.lock
.kilocode/node_modules
# Runtime-generated per-directory TUI config (e.g. written by `PATCH /tui/config`
# during local testing); should never be committed.
packages/*/.kilo/tui.json
packages/*/.kilo/tui.jsonc
# Test Artifacts
packages/app/.artifacts/
packages/opencode/.artifacts/
-1
View File
@@ -1 +0,0 @@
{}