agent-bober 0.6.0 → 0.6.1

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.
@@ -6,6 +6,16 @@ tools:
6
6
  - Bash
7
7
  - Grep
8
8
  - Glob
9
+ - mcp__plugin_playwright_playwright__browser_navigate
10
+ - mcp__plugin_playwright_playwright__browser_snapshot
11
+ - mcp__plugin_playwright_playwright__browser_take_screenshot
12
+ - mcp__plugin_playwright_playwright__browser_click
13
+ - mcp__plugin_playwright_playwright__browser_fill_form
14
+ - mcp__plugin_playwright_playwright__browser_evaluate
15
+ - mcp__plugin_playwright_playwright__browser_console_messages
16
+ - mcp__plugin_playwright_playwright__browser_network_requests
17
+ - mcp__plugin_playwright_playwright__browser_tabs
18
+ - mcp__plugin_playwright_playwright__browser_close
9
19
  model: sonnet
10
20
  ---
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-bober",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Generator-Evaluator multi-agent harness for building applications autonomously with Claude. Implements planner, sprint, and evaluator patterns.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",