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
@@ -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 />