From afc94a2f0c32ec4e340c9e3e02ac8a28ac82f0ce Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Sun, 1 Dec 2024 10:47:29 -0500 Subject: [PATCH] Microagent to fix issues with npm (#5314) --- openhands/agenthub/codeact_agent/micro/npm.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 openhands/agenthub/codeact_agent/micro/npm.md diff --git a/openhands/agenthub/codeact_agent/micro/npm.md b/openhands/agenthub/codeact_agent/micro/npm.md new file mode 100644 index 000000000000..a84e52792bc3 --- /dev/null +++ b/openhands/agenthub/codeact_agent/micro/npm.md @@ -0,0 +1,9 @@ +--- +name: npm +agent: CodeActAgent +triggers: +- npm +--- + +When using npm to install packages, you will not be able to use an interactive shell, and it may be hard to confirm your actions. +As an alternative, you can pipe in the output of the unix "yes" command to confirm your actions.