mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(frontend): hide mode toggle button until baseline is fully tested
Backend bug fixes (duplicate message, tool_calls compression, stale thinking blocks, stop_reason) are ready to ship. The toggle UI is hidden with the HTML hidden attribute — remove it to re-enable.
This commit is contained in:
@@ -160,8 +160,11 @@ export function ChatInput({
|
||||
onFilesSelected={handleFilesSelected}
|
||||
disabled={isBusy}
|
||||
/>
|
||||
{/* Mode toggle hidden until baseline transcript support is fully tested.
|
||||
Backend logic is ready — this just hides the UI button. */}
|
||||
<button
|
||||
type="button"
|
||||
hidden
|
||||
disabled={isStreaming}
|
||||
onClick={() =>
|
||||
setCopilotMode(
|
||||
|
||||
Reference in New Issue
Block a user