feat: Add flow to allow modifying edits during edit tool call (#808)

This commit is contained in:
Leo 2025-06-08 18:56:58 +01:00 committed by GitHub
parent 584286cfd9
commit 9efca40dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 520 additions and 6 deletions

View file

@ -355,6 +355,7 @@ export const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
key={h.id}
item={h}
isPending={false}
config={config}
/>
)),
]}
@ -370,6 +371,7 @@ export const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
// HistoryItemDisplay. Refactor later. Use a fake id for now.
item={{ ...item, id: 0 }}
isPending={true}
config={config}
/>
))}
</Box>