xtrm-tools 0.6.0 → 0.7.0

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/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtrm-cli",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Claude Code tools installer (skills, hooks, MCP servers)",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -749,7 +749,7 @@ function registerXtrmUiTools(pi: ExtensionAPI): void {
749
749
  activeSignatureCounts.has(stableToolSignature(toolName, args));
750
750
 
751
751
  const renderPendingCallIfActive = (toolName: string, args: Record<string, unknown>, theme: any) =>
752
- isToolCallActive(toolName, args) ? renderPendingCall(toolName, args, theme) : undefined;
752
+ isToolCallActive(toolName, args) ? renderPendingCall(toolName, args, theme) : new Text("", 0, 0);
753
753
 
754
754
  pi.on("tool_call", async (event) => {
755
755
  trackToolCallStart(event.toolCallId, event.toolName, event.input as Record<string, unknown>);
@@ -1,14 +1,4 @@
1
1
  {
2
- "hashes": {
3
- "/home/dawid/projects/specialists/tsconfig.json": "84f37aa64b949b7aaba41974cb6137341a36730b7d3e174803cb9289eae1e7c7"
4
- },
5
- "mappings": {
6
- "src/**/*": {
7
- "configPath": "/home/dawid/projects/specialists/tsconfig.json",
8
- "excludes": [
9
- "node_modules",
10
- "dist"
11
- ]
12
- }
13
- }
2
+ "hashes": {},
3
+ "mappings": {}
14
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtrm-tools",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Claude Code tools installer (skills, hooks, MCP servers)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtrm-tools",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "xtrm-tools: dual-runtime workflow enforcement (Claude Code + Pi) — hooks, extensions, skills, and MCP servers",
5
5
  "author": {
6
6
  "name": "jaggers"
@@ -1,14 +1,4 @@
1
1
  {
2
- "hashes": {
3
- "/home/dawid/projects/specialists/tsconfig.json": "84f37aa64b949b7aaba41974cb6137341a36730b7d3e174803cb9289eae1e7c7"
4
- },
5
- "mappings": {
6
- "src/**/*": {
7
- "configPath": "/home/dawid/projects/specialists/tsconfig.json",
8
- "excludes": [
9
- "node_modules",
10
- "dist"
11
- ]
12
- }
13
- }
2
+ "hashes": {},
3
+ "mappings": {}
14
4
  }