dependabot[bot]
79e76e9053
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /docs ( #3079 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 20:45:00 +03:00
dependabot[bot]
784f644b1d
chore(deps): bump react-use from 17.5.0 to 17.5.1 in /docs ( #3063 )
...
Bumps [react-use](https://github.com/streamich/react-use ) from 17.5.0 to 17.5.1.
- [Release notes](https://github.com/streamich/react-use/releases )
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md )
- [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1 )
---
updated-dependencies:
- dependency-name: react-use
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-07-22 12:36:40 -04:00
Graham Neubig
3a21198424
Remove monologue agent ( #3036 )
...
* Remove monologue agent
* Fixes
2024-07-19 19:25:05 +00:00
Julian Gums
b5e4cddce3
fix docs links ( #3017 )
...
* fix docs link
* Update CONTRIBUTING.md
* Update README.md
* fix docs link
* fix docs link
* Update troubleshooting.md
* fix docs link
* fix docs link
* fix docs link
* fix docs link
2024-07-19 13:57:33 +00:00
Graham Neubig
de74c7a0a1
Convert docs to new URL ( #3002 )
2024-07-18 17:04:35 +00:00
eng-waleed1
f689d5dcc3
docs-issue-#2887: Create openshift-example.md ( #2960 )
...
docs-issue-#2887: Create openshift-example.md
2024-07-18 09:05:22 +08:00
mamoodi
46edb4b15b
chore: Release 0.8.0 ( #2919 )
...
* Release 0.8.0
* Update email in code of conduct
* Remove unnecessary sentence from README
2024-07-13 18:05:05 +00:00
Xingyao Wang
e45ddeb2a2
arch: deprecating recall action and search_memory ( #2900 )
...
* deprecating recall action
* fix integration tests
* fix integration tests
* remove search memory
2024-07-12 19:23:21 +00:00
மனோஜ்குமார் பழனிச்சாமி
7cbf2d9f16
Doc: LM Studio guide ( #2875 )
2024-07-11 23:17:03 +02:00
மனோஜ்குமார் பழனிச்சாமி
6bef270526
Doc: Fix Azure Guide ( #2894 )
...
* Doc: Fix Azure Guide
* Update azureLLMs.md
2024-07-11 15:56:36 +00:00
Boxuan Li
c68478f470
Customize LLM config per agent ( #2756 )
...
Currently, OpenDevin uses a global singleton LLM config and a global singleton agent config. This PR allows customers to configure an LLM config for each agent. A hypothetically useful scenario is to use a cheaper LLM for repo exploration / code search, and a more powerful LLM to actually do the problem solving (CodeActAgent).
Partially solves #2075 (web GUI improvement is not the goal of this PR)
2024-07-09 22:05:54 -07:00
mamoodi
e2636f9ece
docs: Reorder docs and small update to README ( #2860 )
...
Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home >
2024-07-08 21:33:12 +00:00
Shimada666
0973e31f00
Update custom sandbox usage guide ( #2829 )
2024-07-07 05:33:35 +02:00
Xingyao Wang
a47713ecb0
[Arch] Remove supports for Background Commands ( #2803 )
...
* depracting docker exec box
* remove doc exec from workflow and docs
* remove background commands
* Update tests/unit/test_sandbox.py
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
* replace for-loop with assignment
* fix integration tests
* fix integration tests for shell script
* fix integration tests
* increase max iter to fix some monologue agent issue
* fix integration test again
* fix integration tests (seems related to run_user issue)
---------
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2024-07-06 03:38:05 +08:00
mamoodi
99284da476
Use README as the only place for getting started instructions ( #2815 )
...
Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home >
2024-07-05 19:44:29 +02:00
mamoodi
9ccc64fa7e
Update README ( #2814 )
...
Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home >
2024-07-05 12:54:34 -04:00
r.e.e.c.h.e.e
038e8f8caa
docs: update docker run command to pull default 'latest' tag ( #2804 )
...
- Ensure users get the most recent stable release version when pulling default image.
- Explains the main tag for those who want the most recent updates.
2024-07-05 04:13:35 +00:00
Xingyao Wang
0d3b3ffbf8
[Arch] Removing docker exec box ( #2802 )
...
* depracting docker exec box
* remove doc exec from workflow and docs
2024-07-04 23:15:25 +00:00
மனோஜ்குமார் பழனிச்சாமி
688bd2a8fc
Added local ollama models ( #2433 )
...
* added local ollama models
* add ollama_base_url config
* Update listen.py
* add docs
* Update opendevin/server/listen.py
Co-authored-by: Graham Neubig <neubig@gmail.com >
* lint
---------
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-07-04 15:56:26 +00:00
dependabot[bot]
d145dd78a3
chore(deps-dev): bump typescript from 5.2.2 to 5.5.3 in /docs ( #2785 )
2024-07-04 20:02:11 +08:00
dependabot[bot]
c8270013ad
chore(deps): bump react-dom from 18.2.0 to 18.3.1 in /docs ( #2787 )
2024-07-04 11:36:57 +00:00
dependabot[bot]
dd1bd9caf3
chore(deps): bump react from 18.2.0 to 18.3.1 in /docs ( #2786 )
2024-07-04 19:03:46 +08:00
Leo
90a68ca816
chore: Add architecture diagram. ( #2783 )
...
* chore: Add architecture diagram.
Signed-off-by: ifuryst <ifuryst@gmail.com >
* Fix syntax error.
Signed-off-by: ifuryst <ifuryst@gmail.com >
---------
Signed-off-by: ifuryst <ifuryst@gmail.com >
2024-07-04 18:06:14 +08:00
r.e.e.c.h.e.e
94d68ca0b8
docs: Update custom sandbox guide to include steps to use pre-existin… ( #2740 )
...
* docs: Update custom sandbox guide to include steps to use pre-existing Docker images #2734
* docs: Update custom and pre-existing sandbox guide
* docs: Update custom and pre-existing sandbox guide
2024-07-03 12:08:55 +00:00
Arno.Edwards
c224a6f3f6
fix(docs): translate missing parts ( #2724 )
...
- fix incorrect format in sidebar.json
- add custom_sandbox_guide.md to other language folders
2024-07-01 18:57:21 +02:00
mamoodi
00542432bd
docs: Update documentation with some consistency ( #2706 )
...
* Update documentation with some consistency
* Make windows troubleshooting a little more clear
* Apply suggestions from code review
Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk >
---------
Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home >
Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk >
2024-06-30 23:27:58 +00:00
mamoodi
75f3181c08
Update tag to use in README and docs to 0.7.0 ( #2683 )
...
Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home >
2024-06-29 19:53:49 +00:00
Xingyao Wang
6099f72ae3
Update docusaurus.config.ts for a changed Doc URL ( #2653 )
...
* Update docusaurus.config.ts for a changed Doc URL
* fix url
* fix broken link again
* fix url again
2024-06-26 21:56:42 +00:00
Xingyao Wang
418cda23c5
Update custom_sandbox_guide.md ( #2650 )
2024-06-26 21:58:19 +02:00
Sheun Aluko, MD-MS
0e8d1e5fb8
added custom sandbox guide markdown file ( #2637 )
2024-06-26 23:33:53 +08:00
Arno.Edwards
e1caf1db33
Add i18n support for official website ( #2463 )
...
* feat(i18n): initial i18n setup
- Configured i18n settings in docusaurus.config.js
- Implemented Translate component and translate function in key components
* docs(i18n): complete documentation internationalization
- Added support for Simplified Chinese and French
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* fix(build): resolve broken links causing build failure
- Fix issue causing build errors due to broken links in Docusaurus documentation.
- Resolve uncontrolled resource consumption in braces (see: https://github.com/advisories/GHSA-grv7-fg5c-xmjg ).
- Bump Docusaurus to ^3.4.0 to fix MDX loader: linkify should process the md AST instead of the md string.
* fix: sync with commit 868b746
- Change to `docusaurus write-translations` to provide translation for JSON files.
---------
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-06-23 15:13:04 +00:00
mamoodi
9af2a08eda
Remove PERSIST_SANDBOX=true option ( #2591 )
2024-06-22 17:59:34 +00:00
Graham Neubig
6312c21f8e
Update documentation regarding feedback data usage ( #2585 )
...
* Update feedback data usage
* Update hugging face
2024-06-22 23:39:40 +08:00
Graham Neubig
7e44c8f348
Update doc to clarify OpenDevin mission and link directly to content ( #2568 )
...
* Update doc
* Fix review comments
2024-06-21 15:12:40 +00:00
மனோஜ்குமார் பழனிச்சாமி
5ae647f5c2
Bump docker version ( #2479 )
2024-06-17 13:50:48 +00:00
Graham Neubig
48a2f24bf4
Replace all instances of OPENDEVIN_WORKSPACE with WORKSPACE_BASE ( #2418 )
...
* Replace all instances of OPENDEVIN_WORKSPACE with WORKSPACE_BASE
* Update frontend/src/i18n/translation.json
* Update frontend/src/i18n/translation.json
---------
Co-authored-by: OpenDevin <opendevin@opendevin.ai >
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-06-13 18:27:56 +00:00
tobitege
f1760f3a67
remove some MonologueAgent mentions ( #2364 )
2024-06-10 11:57:37 +00:00
tobitege
1ce4d383d3
doc: add Python keyring to Troubleshooting documentation ( #2289 )
...
* fix: set Python keyring for Poetry
* Python keyring troubleshooting added
* Revert Makefile change
* Troubleshooting extended
* setup config: added absolute path hint
2024-06-06 12:26:58 +00:00
Xingyao Wang
42d3dd8a2e
Update screenshot ( #2286 )
...
* Add files via upload
* Update screenshot.png
2024-06-05 22:43:46 +02:00
tobitege
7263705492
fix frontend tests; minor readme update ( #2219 )
...
* fix frontend tests; minor readme update
* Fix indent in ChatInput.test
* Fix linting errors, finally
* lint: minor fixes (per make lint)
* All tests passed!
2024-06-04 20:46:47 +03:00
மனோஜ்குமார் பழனிச்சாமி
4afd85e591
Quick doc fix ( #2243 )
2024-06-04 07:00:44 +00:00
Xida Ren (Cedar)
1314a09ce9
One-step launch instructions ( #2189 )
...
Co-authored-by: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com >
Co-authored-by: Robert Brennan <accounts@rbren.io >
2024-06-03 23:28:50 -07:00
Graham Neubig
44665ee235
Add docs for sharing feedback ( #2241 )
2024-06-04 07:37:33 +05:30
Bibek Poudel
42671815a8
changed the welcome logo from 60vh to auto ( #2235 )
2024-06-03 15:50:58 +00:00
மனோஜ்குமார் பழனிச்சாமி
783a3545b5
Named docker app container ( #2202 )
2024-06-03 05:49:10 +00:00
tobitege
64f7749b63
Windows docs extended; some markdown lint fixes ( #2205 )
2024-06-02 14:59:54 +00:00
Graham Neubig
efd689293e
Bump docs to 0.6 ( #2193 )
...
* Bump docs to 0.6
* Update README.md
2024-06-02 06:34:40 -04:00
Graham Neubig
3b8a649b3d
Update slack invite link to make it valid ( #2182 )
...
* Update README.md
* Update CustomFooter.tsx
* Update about.md
* Update faq.tsx
* Update intro.mdx
2024-06-01 21:55:27 +08:00
Rahul Anand
6e76f9a02f
Fix: Codebase font fixed, and other fixes for #2138 PR ( #2154 )
...
* fix #2123
* Docs enhancement
* Update docs/src/components/CustomFooter.tsx
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
* Update docs/src/components/CustomFooter.tsx
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
* Update docs/src/pages/faq.tsx
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
* update
* fix for #2138 pr
* Update docs/src/components/CustomFooter.tsx
Co-authored-by: Graham Neubig <neubig@gmail.com >
* Update docs/src/components/HomepageHeader/HomepageHeader.tsx
Co-authored-by: Graham Neubig <neubig@gmail.com >
* Update docs/src/components/Welcome/Welcome.tsx
Co-authored-by: Graham Neubig <neubig@gmail.com >
* Update docs/src/css/custom.css
Co-authored-by: Graham Neubig <neubig@gmail.com >
---------
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-06-01 02:22:44 +00:00
மனோஜ்குமார் பழனிச்சாமி
961c96a2a1
Added ssh_password to config setup ( #2139 )
...
Co-authored-by: Aleksandar <isavitaisa@gmail.com >
2024-05-31 07:26:16 +05:30