diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-21 13:33:51 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:42:29 +0200 |
| commit | e7bb99baab5e6968ce0351d6ad219ed21ceec4df (patch) | |
| tree | 01bee64956837d810a61938bef0f70af006ca4f1 /README.md | |
| parent | 1da298e7554bab0f7a631a44fed12692d668c024 (diff) | |
| download | opencode-e7bb99baab5e6968ce0351d6ad219ed21ceec4df.tar.gz opencode-e7bb99baab5e6968ce0351d6ad219ed21ceec4df.zip | |
fix the memory bug
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -351,9 +351,12 @@ go build -o opencode ## Acknowledgments -OpenCode builds upon the work of several open source projects and developers: +OpenCode gratefully acknowledges the contributions and support from these key individuals: -- [@isaacphi](https://github.com/isaacphi) - LSP client implementation +- [@isaacphi](https://github.com/isaacphi) - For the [mcp-language-server](https://github.com/isaacphi/mcp-language-server) project which provided the foundation for our LSP client implementation +- [@adamdottv](https://github.com/adamdottv) - For the design direction and UI/UX architecture + +Special thanks to the broader open source community whose tools and libraries have made this project possible. ## License |
