mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-20 06:44:25 +01:00
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:
@@ -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 />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user