Merge branch 'BeehiveInnovations:main' into feat-dockerisation

This commit is contained in:
OhMyApps
2025-06-29 02:07:06 +02:00
committed by GitHub
35 changed files with 256 additions and 183 deletions

View File

@@ -228,7 +228,7 @@ class VersionTool(BaseTool):
output_lines.append("git pull")
output_lines.append("```")
output_lines.append("")
output_lines.append("*Note: Restart your Claude session after updating to use the new version.*")
output_lines.append("*Note: Restart your session after updating to use the new version.*")
elif comparison == 0:
# Up to date
output_lines.append("")