You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .openhands/microagents/repo.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,16 @@ state = conversation.state
66
66
3.**Testing**: All functionality should be tested against a running OpenHands Agent Server instance
67
67
4.**Documentation**: API changes should be reflected in the README.md and example code
68
68
69
+
## Agent Behavior Guidelines
70
+
71
+
**IMPORTANT**: The agent should NEVER start the server or browse to view the app unless the user explicitly asks for it. This includes:
72
+
- Running development servers (e.g., `npm run dev`, `npm start`)
73
+
- Opening browsers or navigating to application URLs
74
+
- Starting any web servers or applications automatically
75
+
- Viewing the running application in a browser
76
+
77
+
The agent should focus on code development, testing, and documentation tasks. Only when the user specifically requests to run or view the application should the agent start servers or open browsers.
0 commit comments