@townco/debugger 0.1.77 → 0.1.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@townco/debugger",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "bun": ">=1.3.0"
@@ -24,8 +24,8 @@
24
24
  "@radix-ui/react-select": "^2.2.6",
25
25
  "@radix-ui/react-slot": "^1.2.4",
26
26
  "@radix-ui/react-tabs": "^1.1.13",
27
- "@townco/otlp-server": "0.1.76",
28
- "@townco/tsconfig": "0.1.118",
27
+ "@townco/otlp-server": "0.1.77",
28
+ "@townco/tsconfig": "0.1.119",
29
29
  "@townco/ui": "^0.1.77",
30
30
  "bun-plugin-tailwind": "^0.1.2",
31
31
  "class-variance-authority": "^0.7.1",
@@ -96,13 +96,6 @@ const KNOWN_TOOLS: Record<string, Omit<ToolMetadata, "name">> = {
96
96
  description: "Fetch web page content",
97
97
  },
98
98
 
99
- // Document operations
100
- document_extract: {
101
- icon: FileText,
102
- category: "file",
103
- description: "Extract text from documents",
104
- },
105
-
106
99
  // File operations
107
100
  Read: {
108
101
  icon: FileText,