Commit 6a020a2dde81

Vincent Demeester <vincent@sbr.pm>
2026-02-16 14:32:22
Fix: Remove unused statusTool import
The status tool will be properly integrated when we wire tools to the agent in Phase 4 completion.
Changed files (1)
src/pi/main-test.ts
@@ -8,7 +8,6 @@
 import { XmppClient } from "../xmpp/client.js";
 import { XmppAgent } from "./agent-wrapper.js";
 import { getModel } from "@mariozechner/pi-ai";
-import { statusTool } from "./tools/status.js";
 import { bareJid } from "../xmpp/types.js";
 
 interface XmppConfig {