You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conversation deletion executes immediately from a context menu, and Undo executes immediately from several surfaces. This regresses the completed #933 and #935 contracts, which require delete confirmation and an undo preview/picker describing what will be removed.
Evidence
macapp/Sources/GoCodeUI/SessionsView.swift:50-60,108-110 — Delete calls the API with no confirmation.
macapp/Sources/GoCodeUI/ConversationChrome.swift:33-36 — Undo last turn executes immediately.
Parent: #991
Depends on: #995
Summary
Conversation deletion executes immediately from a context menu, and Undo executes immediately from several surfaces. This regresses the completed #933 and #935 contracts, which require delete confirmation and an undo preview/picker describing what will be removed.
Evidence
macapp/Sources/GoCodeUI/SessionsView.swift:50-60,108-110— Delete calls the API with no confirmation.macapp/Sources/GoCodeUI/ConversationChrome.swift:33-36— Undo last turn executes immediately.macapp/Sources/GoCodeUI/ChatView.swift:350-357— message action Undo executes immediately.macapp/Sources/GoCodeUI/SettingsView.swift:195-199— project action Undo executes immediately.macapp/Sources/GoCodeUI/ProjectSession.swift:374-381— undo accepts a count and sends it with no preview model.409 undo_crosses_compactionis explained plainly.Scope
undo_crosses_compactionwith a user action/next step.Tests first
undo_crosses_compactionmaps to plain-language UI.Acceptance criteria
swift test, Swift build, formatting, strict format lint, and manual keyboard smoke pass.