16 lines
1.2 KiB
Markdown
16 lines
1.2 KiB
Markdown
# Change: Merge AIGCPanel tools into App Center
|
|
|
|
## Why
|
|
The current TrueGrowth shell still exposes a separate tools navigation/page while the product direction is to make App Center the single entry point. AIGCPanel also includes audio and video processing utilities that must be preserved and discoverable after the merge.
|
|
|
|
## What Changes
|
|
- Add all AIGCPanel utility apps to App Center, including audio processing, image tools, and the full video processing set.
|
|
- Remove the standalone tools navigation/page entry from the main shell.
|
|
- Keep existing tool capabilities accessible from App Center cards and route them to the proper TrueGrowth workflow or embedded AIGCPanel tool.
|
|
- Preserve audio processing apps: speech recognition, long text to audio, subtitle to audio, voice replacement, and audio normalization.
|
|
- Preserve video processing apps: background add, smart cut, segment zoom, annotation, subtitle add, global speed, size convert, compression, segment speed, segment delete/keep, intro/outro image, add audio, merge, format convert, and FFmpeg processing.
|
|
|
|
## Impact
|
|
- Affected specs: app-center, toolbox
|
|
- Affected code: `apps/web/src/workbench/app-definitions.tsx`, `apps/web/src/workbench/WorkbenchShell.tsx`, AIGCPanel tool manifest mapping
|