tooltantrum 0.1.0 → 0.1.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.
- package/README.md +4 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# tooltantrum
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Minimal local report for coding-agent tool-call reliability.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npx tooltantrum
|
|
7
7
|
npx tooltantrum --days 7
|
|
8
|
+
npx tooltantrum --share
|
|
8
9
|
npx tooltantrum --json
|
|
9
10
|
```
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
Shows failure rate, retry recovery, unresolved failures, a loud hero, and a copy-pasteable share card.
|
|
13
|
+
The scanner runs locally and prints aggregate metrics only.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tooltantrum",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Dramatic local report for failed tool calls, retries, and unresolved failures.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ai",
|
|
8
8
|
"agents",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tooltantrum": "bin/tooltantrum.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"agentwaste-core": "0.1.
|
|
22
|
+
"agentwaste-core": "0.1.1"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"bin",
|