diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 994d0c4ef8..39c7341dcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ We're always looking to improve the look and feel of the application. If you've for something that's bugging you, feel free to open up a PR that changes the [`./frontend`](./frontend) directory. If you're looking to make a bigger change, add a new UI element, or significantly alter the style -of the application, please open an issue first, or better, join the #frontend channel in our Slack +of the application, please open an issue first, or better, join the #eng-ui-ux channel in our Slack to gather consensus from our design team first. #### Improving the agent diff --git a/docs/usage/configuration-options.mdx b/docs/usage/configuration-options.mdx index 439b8b28bf..45f0885390 100644 --- a/docs/usage/configuration-options.mdx +++ b/docs/usage/configuration-options.mdx @@ -8,6 +8,12 @@ description: This page outlines all available configuration options for OpenHand In GUI Mode, any settings applied through the Settings UI will take precedence. +## Location of the `config.toml` File + +When running OpenHands in CLI, headless, or development mode, you can use a project-specific `config.toml` file for configuration, which must be +located in the same directory from which the command is run. Alternatively, you may use the `--config-file` option to +specify a different path to the `config.toml` file. + ## Core Configuration The core configuration options are defined in the `[core]` section of the `config.toml` file. diff --git a/docs/usage/how-to/gui-mode.mdx b/docs/usage/how-to/gui-mode.mdx index 5d6dfdfd2b..6b07fcfcb7 100644 --- a/docs/usage/how-to/gui-mode.mdx +++ b/docs/usage/how-to/gui-mode.mdx @@ -122,7 +122,7 @@ OpenHands automatically exports a `GITLAB_TOKEN` to the shell environment if pro -#### BitBucket Setup (Coming soon ...) +#### BitBucket Setup 1. **Generate an App Password**: diff --git a/docs/usage/prompting/microagents-org.mdx b/docs/usage/prompting/microagents-org.mdx index 40ce77e0d8..0c8a0e80b3 100644 --- a/docs/usage/prompting/microagents-org.mdx +++ b/docs/usage/prompting/microagents-org.mdx @@ -24,3 +24,8 @@ General microagent file example for organization `Great-Co` located inside the ` ``` For GitLab organizations, the same microagent would be located inside the `openhands-config` repository. + +## User Microagents When Running Openhands on Your Own + +When running OpenHands on your own, you can place microagents in the `~/.openhands/microagents` folder on your local +system and OpenHands will always load it for all your conversations.