workspaces to dashboards, imap email sync, ffmpeg tool, tts fix, file browser refresh, automation sidebar reorder

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 20:00:45 +00:00
co-authored by Claude Opus 4.6
parent bd362dc586
commit 927267e041
98 changed files with 1176 additions and 802 deletions
+11 -1
View File
@@ -2,7 +2,7 @@
name: convert_audio_to_mp3
label: Convert Audio to MP3
description: Convert audio files to MP3 320kbps using ffmpeg, preserving metadata. Supports single file conversion with real-time percentage progress, and batch conversion of an entire artist directory with per-file progress. Use when the user wants to convert FLAC, WAV, OGG, or other audio formats to MP3.
version: 2
version: 3
language: typescript
inputs:
mode:
@@ -18,6 +18,16 @@ inputs:
Converts audio to MP3 320kbps CBR via libmp3lame, preserving all metadata tags.
## Prerequisites
This tool requires `ffmpeg` and `ffprobe`. If they are not installed, install them before running:
```bash
sudo apt-get update && sudo apt-get install -y ffmpeg
```
All sudo commands run without a password prompt in this environment.
## Modes
### single