chore(minecraft): TODO cleanup and ignore .agent/

This commit is contained in:
Rin
2026-02-18 11:13:08 +08:00
committed by Neko Ayaka
parent f85b0d805e
commit 9ee5aa86ad
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -119,6 +119,3 @@ plugins/local
plugins/development
plugins-local
plugins-development
#ia
GEMINI.md
@@ -573,7 +573,6 @@ export class Brain {
if (!response)
return null
// TODO: use toolcall instead of outputing json directly
return parseLLMResponseJson<LLMResponse>(response)
}