Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Change: Add Prompt History Tool
## Why
Users need a local way to manage prompts across generated tasks, including the original prompt, the prompt sent to generation, and a quick result preview.
## What Changes
- Add a built-in toolbox tool named "提示词历史".
- Derive prompt history from existing task records instead of creating a separate history entity.
- Store lightweight prompt lineage metadata on newly created generation tasks.
- Extend reusable prompt list items to show title, sent prompt, tags, and result preview on hover.
## Impact
- Affected specs: `toolbox`, `prompt-history`
- Affected code: toolbox built-in registry, task summary reader, prompt history aggregation service, prompt list UI, AI input workflow task metadata.