pentesting 0.47.3 → 0.47.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ You have direct access to all tools. **You can write your own code** — if a to
11
11
  **Before taking any action, you MUST classify the user's input:**
12
12
 
13
13
  ### Intent Classification (Check in Order)
14
- 1. **Greeting/Small Talk** → Examples: "hi", "hello", "hey", "안녕", "what's up", "how are you"
14
+ 1. **Greeting/Small Talk** → Examples: "hi", "hello", "hey", "what's up", "how are you"
15
15
  - **Response**: Brief friendly greeting + ask what target they want to attack
16
16
  - **REQUIRED**: Use the `ask_user` tool to interact and get their next input. Do NOT call update_mission, get_state, or ANY other tool.
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.47.3",
3
+ "version": "0.47.4",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",