feat: 升级至 v0.3.14 — 移除 AGENTS.md/USERS.md + 内置提示词统一管理 + 时间感知 + 工具管理滚动

This commit is contained in:
2026-07-21 17:50:39 +08:00
parent f640c9b48a
commit c0a26ce053
9 changed files with 106 additions and 127 deletions
@@ -99,11 +99,9 @@ export function OnboardingWizard(): React.JSX.Element | null {
{step === 2 && (
<Box sx={{ width: '100%' }}>
<Typography variant="h6" sx={{ mb: 2 }}> Agent</Typography>
<Typography variant="body2" sx={{ color: 'text.secondary', mb: 2 }}> SOUL.md USERS.md Agent </Typography>
<Typography variant="body2" sx={{ color: 'text.secondary', mb: 2 }}> SOUL.md Agent </Typography>
<Box sx={{ px: 2, py: 1.5, borderRadius: 2, bgcolor: 'action.hover', border: '1px solid', borderColor: 'divider', fontSize: 12, color: 'text.secondary' }}>
<div><strong style={{ color: '#e1e4ed' }}>SOUL.md</strong> Agent </div>
<div><strong style={{ color: '#e1e4ed' }}>AGENTS.md</strong> 使</div>
<div><strong style={{ color: '#e1e4ed' }}>USERS.md</strong> </div>
<div style={{ marginTop: 8, fontSize: 11, opacity: 0.7 }}></div>
</Box>
</Box>
@@ -126,7 +124,7 @@ export function OnboardingWizard(): React.JSX.Element | null {
}
}}></Button>
</Stack>
<Typography variant="caption" sx={{ color: 'text.secondary' }}> SOUL.mdAGENTS.mdMEMORY.mdUSERS.md </Typography>
<Typography variant="caption" sx={{ color: 'text.secondary' }}> SOUL.mdMEMORY.md </Typography>
</Box>
)}
{step === 4 && (