Skip to content

Commit

Permalink
disabled the init loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvadratni committed Jan 8, 2025
1 parent 0622297 commit ad08660
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions crates/goose-cli/src/commands/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,10 @@ pub async fn build_session<'a>(
.expect("should resolve executable to string path"),
)
.with_args(vec!["mcp", "developer"]);
let jbconfig = SystemConfig::stdio("goose").with_args(vec!["mcp", "jetbrains"]);
agent
.add_system(config)
.await
.expect("should start developer server");
agent
.add_system(jbconfig)
.await
.expect("should start jetbrains server");

let prompt = match std::env::var("GOOSE_INPUT") {
Ok(val) => match val.as_str() {
Expand Down
1 change: 0 additions & 1 deletion ui/desktop/src/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ export default function ChatWindow() {
// Initialize system config when window loads
useEffect(() => {
addSystemConfig("developer");
addSystemConfig("jetbrains");
}, []);

window.electron.logInfo('ChatWindow loaded');
Expand Down

0 comments on commit ad08660

Please sign in to comment.