Commit Graph

6 Commits

Author SHA1 Message Date
marko-kraemer 5383897977 refactor: remove redundant code - eliminate 7 workspace_path duplications
- Removed redundant workspace_path='/workspace' from 7 sandbox tool files
  * sb_files_tool.py
  * sb_shell_tool.py
  * sb_deploy_tool.py
  * sb_templates_tool.py
  * sb_upload_file_tool.py
  * sb_presentation_tool.py
  * sb_web_dev_tool.py

- Base class SandboxToolsBase already sets this on line 23
- Eliminates 7 lines of duplicate code
- All tools now inherit workspace_path from base

- Converted sb_upload_file_tool.py to use centralized db_helpers
  * Removed DBConnection import
  * Uses get_initialized_db() instead
2025-10-04 22:43:46 +02:00
marko-kraemer 85c4ae00e7 Remove usage_example decorator and all usages 2025-10-03 12:24:36 +02:00
marko-kraemer c0b58d9afa merge 2025-09-21 10:08:10 +02:00
Saumya f7a0c12fd7 designer tool and a bunch of changes 2025-09-20 15:58:55 +05:30
marko-kraemer 692c0983fc wip 2025-09-19 12:25:48 +02:00
marko-kraemer f73d0f5db6 mv around files, update imports 2025-09-03 22:40:25 -07:00