refactor(agent)!: focus tools on SCADA
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Plugin } from "@opencode-ai/plugin";
|
||||
|
||||
export const FRONTEND_ACTION_TOOLS = new Set(["zoom_to_map", "locate_features", "view_history", "view_scada"]);
|
||||
export const FRONTEND_ACTION_TOOLS = new Set(["zoom_to_map"]);
|
||||
|
||||
export const frontendActionCallIdPlugin: Plugin = async () => ({
|
||||
"tool.execute.before": async (input, output) => {
|
||||
|
||||
Reference in New Issue
Block a user