fix: remove other category in settings (#1641)

Co-authored-by: Lily Delalande <119957291+lily-de@users.noreply.github.com>
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
This commit is contained in:
Bradley Axen
2025-03-12 15:02:59 -07:00
committed by GitHub
parent 9b5964e343
commit f73ee359d3
2 changed files with 3 additions and 9 deletions

View File

@@ -244,14 +244,14 @@ export default function SettingsView({
</div>
</section>
<section id="others">
<section id="mode">
<div className="flex justify-between items-center mb-6 border-b border-borderSubtle px-8">
<h2 className="text-xl font-semibold text-textStandard">Others</h2>
<h2 className="text-xl font-semibold text-textStandard">Mode Selection</h2>
</div>
<div className="px-8">
<p className="text-sm text-textStandard mb-4">
Others setting like Goose Mode, Tool Output, Experiment and more
Configure how Goose interacts with tools and extensions
</p>
<ModeSelection />

View File

@@ -59,12 +59,6 @@ export const ModeSelection = () => {
return (
<div>
<h4 className="font-medium mb-2 text-textStandard">Mode Selection</h4>
<p className="text-sm text-gray-500 dark:text-gray-400 mb-4">
Change the access goose is given to modify, edit or delet files. This setting can be changed
at anytime.
</p>
<div>
{filterGooseModes(currentMode, all_goose_modes, previousApproveModel).map((mode) => (
<ModeSelectionItem