diff --git a/static/app.js b/static/app.js index f131aed..75b9d73 100644 --- a/static/app.js +++ b/static/app.js @@ -2555,6 +2555,7 @@ async function bootstrapApp() { 'create_file': '📄', 'sleep': '⏱️', 'read_file': '📖', + 'ocr_image': '📸', 'delete_file': '🗑️', 'rename_file': '✏️', 'modify_file': '✏️', diff --git a/sub_agent/static/app.js b/sub_agent/static/app.js index af96928..a47e250 100644 --- a/sub_agent/static/app.js +++ b/sub_agent/static/app.js @@ -2758,6 +2758,7 @@ async function bootstrapApp() { 'create_file': '📄', 'sleep': '⏱️', 'read_file': '📖', + 'ocr_image': '📸', 'delete_file': '🗑️', 'rename_file': '✏️', 'modify_file': '✏️',