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: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ A terminal user interface (TUI) for Effect DevTools. View traces, spans, metrics
5
5
Built with [OpenTUI](https://github.com/opentui/opentui) and inspired by the [Effect DevTools VS Code extension](../vscode-extension/), but with a more limited feature set focused on observability rather than debugging.
@@ -86,15 +96,7 @@ If you're using `@effect/opentelemetry`, provide the `DevTools` layer **before**
86
96
87
97
## Comparison with VS Code Extension
88
98
89
-
This TUI is a lightweight alternative focused on **observability**, not a full replacement for the VS Code extension.
90
-
91
-
### Features
92
-
93
-
- ✅ View Spans/Traces
94
-
- ✅ Span Tree Navigation
95
-
- ✅ Span Details (IDs, attributes, events)
96
-
- ✅ Metrics Viewing
97
-
- ✅ Multi-Client Support
99
+
This TUI complements the VS Code extension by focusing on **observability and code analysis**, while the extension provides debugging capabilities and IDE integration.
0 commit comments