utim-cli 1.44.3__tar.gz → 1.44.4__tar.gz

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.
Files changed (49) hide show
  1. {utim_cli-1.44.3/utim_cli.egg-info → utim_cli-1.44.4}/PKG-INFO +1 -1
  2. {utim_cli-1.44.3 → utim_cli-1.44.4}/pyproject.toml +1 -1
  3. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/config.py +3 -0
  4. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/tools_dialog.py +11 -1
  5. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/utim.py +3 -3
  6. {utim_cli-1.44.3 → utim_cli-1.44.4/utim_cli.egg-info}/PKG-INFO +1 -1
  7. {utim_cli-1.44.3 → utim_cli-1.44.4}/CHANGELOG.md +0 -0
  8. {utim_cli-1.44.3 → utim_cli-1.44.4}/LICENSE +0 -0
  9. {utim_cli-1.44.3 → utim_cli-1.44.4}/MANIFEST.in +0 -0
  10. {utim_cli-1.44.3 → utim_cli-1.44.4}/README.md +0 -0
  11. {utim_cli-1.44.3 → utim_cli-1.44.4}/setup.cfg +0 -0
  12. {utim_cli-1.44.3 → utim_cli-1.44.4}/setup.py +0 -0
  13. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/__init__.py +0 -0
  14. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/agent.py +0 -0
  15. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/auth.py +0 -0
  16. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/backup.py +0 -0
  17. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/blender_agent.py +0 -0
  18. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/bootstrap.py +0 -0
  19. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/client_utils.py +0 -0
  20. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/constants.py +0 -0
  21. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/context_pruner.py +0 -0
  22. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/doctor.py +0 -0
  23. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/knowledge_graph.py +0 -0
  24. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/logger.py +0 -0
  25. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/mcp_clean_wrapper.py +0 -0
  26. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/mcp_client.py +0 -0
  27. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/mcp_registry.json +0 -0
  28. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/orchestrator.py +0 -0
  29. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/reflection.py +0 -0
  30. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/report.py +0 -0
  31. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/scrapy_search.py +0 -0
  32. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/share.py +0 -0
  33. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/share_tui.py +0 -0
  34. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/situational_scoring.py +0 -0
  35. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/state.py +0 -0
  36. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tools.py +0 -0
  37. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/__init__.py +0 -0
  38. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/history_dialog.py +0 -0
  39. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/mcp_dialog.py +0 -0
  40. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/model_dialog.py +0 -0
  41. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/resume_dialog.py +0 -0
  42. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/tui/update_dialog.py +0 -0
  43. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/vector_memory.py +0 -0
  44. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli/workspace.py +0 -0
  45. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli.egg-info/SOURCES.txt +0 -0
  46. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli.egg-info/dependency_links.txt +0 -0
  47. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli.egg-info/entry_points.txt +0 -0
  48. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli.egg-info/requires.txt +0 -0
  49. {utim_cli-1.44.3 → utim_cli-1.44.4}/utim_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: utim-cli
3
- Version: 1.44.3
3
+ Version: 1.44.4
4
4
  Summary: UTIM – Universal Terminal Intelligence Manager. A powerful agentic AI coding assistant for your terminal.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://utim.dev
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "utim-cli"
7
- version = "1.44.3"
7
+ version = "1.44.4"
8
8
  description = "UTIM – Universal Terminal Intelligence Manager. A powerful agentic AI coding assistant for your terminal."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -2,6 +2,7 @@ import json
2
2
  import logging
3
3
  import os
4
4
  import pathlib
5
+ import shutil
5
6
  from typing import Any, Dict, Optional
6
7
 
7
8
  logger = logging.getLogger("utim.config")
@@ -65,6 +66,8 @@ class Config:
65
66
  logger.error(f"Cannot write local config: {e}")
66
67
 
67
68
  def get(self, key: str, default: Any = None) -> Any:
69
+ if key == "disabled_tools" and "disabled_tools" not in self._data:
70
+ return ["blender_create_object", "blender_agent_create_from_image"]
68
71
  return self._data.get(key, default)
69
72
 
70
73
  def set(self, key: str, value: Any, local: bool = False):
@@ -97,13 +97,23 @@ def _dialog_tools(orchestrator):
97
97
  if act == "exit":
98
98
  break
99
99
  elif act == "enable_all":
100
- config.set("disabled_tools", [])
100
+ if not config.blender_path:
101
+ config.set("disabled_tools", ["blender_create_object", "blender_agent_create_from_image"])
102
+ else:
103
+ config.set("disabled_tools", [])
101
104
  elif act == "disable_all":
102
105
  all_names = [t["function"]["name"] for t in utim_tools] + [t["function"]["name"] for t in mcp_tools]
103
106
  config.set("disabled_tools", all_names)
104
107
  elif act == "toggle":
105
108
  tool_name = selected_row["tool_name"]
106
109
  if tool_name in disabled_tools:
110
+ # Trying to enable
111
+ if "blender" in tool_name and not config.blender_path:
112
+ console.print(f"\n [bold red]❌ Cannot enable {tool_name}.[/bold red]")
113
+ console.print(" [red]Please download and install Blender first.[/red]")
114
+ import time
115
+ time.sleep(2)
116
+ continue
107
117
  disabled_tools.remove(tool_name)
108
118
  else:
109
119
  disabled_tools.append(tool_name)
@@ -585,7 +585,7 @@ def _print_animated_banner():
585
585
  # Speed up for spaces to make it feel more like typing
586
586
  time.sleep(0.002 if char == " " else 0.005)
587
587
 
588
- console.print(f"\n [bold white]U Think I Make[/bold white] [dim]v1.44.3[/dim]")
588
+ console.print(f"\n [bold white]U Think I Make[/bold white] [dim]v1.44.4[/dim]")
589
589
  user_email = config.email
590
590
  user_type = "UTIM Community"
591
591
  api_key = config.get("api_key")
@@ -2691,7 +2691,7 @@ def check_and_update_background():
2691
2691
  return
2692
2692
 
2693
2693
  latest_ver = resp.json().get("version", "")
2694
- current_ver = "1.44.3"
2694
+ current_ver = "1.44.4"
2695
2695
 
2696
2696
  def parse_ver(v):
2697
2697
  return [int(x) for x in v.split(".") if x.isdigit()]
@@ -2887,7 +2887,7 @@ app = typer.Typer()
2887
2887
  def version_callback(value: bool):
2888
2888
  if value:
2889
2889
  import typer
2890
- print("U Think I Make v1.44.3")
2890
+ print("U Think I Make v1.44.4")
2891
2891
  raise typer.Exit()
2892
2892
 
2893
2893
  @app.callback(invoke_without_command=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: utim-cli
3
- Version: 1.44.3
3
+ Version: 1.44.4
4
4
  Summary: UTIM – Universal Terminal Intelligence Manager. A powerful agentic AI coding assistant for your terminal.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://utim.dev
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes