合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit 22afdbf2e8 - Show all commits
@@ -536,12 +536,13 @@ export const PermissionRequestGroup = ({
variant="caption"
color="text.secondary"
noWrap
title={primaryValue}
sx={{
display: "block",
fontFamily: permission.permission === "bash" ? "monospace" : undefined,
}}
>
{truncateText(primaryValue, 72)}
{primaryValue}
</Typography>
</Box>
<Chip