合并 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" variant="caption"
color="text.secondary" color="text.secondary"
noWrap noWrap
title={primaryValue}
sx={{ sx={{
display: "block", display: "block",
fontFamily: permission.permission === "bash" ? "monospace" : undefined, fontFamily: permission.permission === "bash" ? "monospace" : undefined,
}} }}
> >
{truncateText(primaryValue, 72)} {primaryValue}
</Typography> </Typography>
</Box> </Box>
<Chip <Chip