@agent-inspect/tui 6.7.1 → 6.7.3
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 +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Optional terminal UI for `agent-inspect view --tui`.
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
**Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
|
|
7
|
+
|
|
5
8
|
## When to use
|
|
6
9
|
|
|
7
10
|
- Interactive local trace browsing in the terminal
|
|
@@ -39,9 +42,10 @@ npx agent-inspect view <run-id> --tui
|
|
|
39
42
|
- Experimental UX; prefer `view` / VS Code for large traces
|
|
40
43
|
- Terminal compatibility varies (iTerm, VS Code terminal, etc.)
|
|
41
44
|
|
|
45
|
+
|
|
42
46
|
## Version
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
45
49
|
|
|
46
50
|
## License
|
|
47
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/tui",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"ink": "^5.0.1",
|
|
39
39
|
"react": "^18.3.1",
|
|
40
|
-
"agent-inspect": "6.7.
|
|
40
|
+
"agent-inspect": "6.7.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/react": "^18.3.18"
|