Commit Graph
102 Commits
Author SHA1 Message Date
Michael Panchenko 4fd281b7bc Readme: removed mentions of goose 2025-06-25 18:15:03 +02:00
Dominik Jain 719a2c55a8 Update references to multilspy and update READMEs 2025-06-23 20:47:27 +02:00
Yaroslav Halchenko b972f2959d Just minor formatting fixes
- no space after ** for bold
- consistent trailing periods in a list
2025-06-23 02:07:07 -04:00
Dominik Jain 162d3c81d3 Move instructions on SSE mode to the proper place 2025-06-20 22:36:34 +02:00
Dominik Jain 5eb5930cbc Improve README structure
Remove obsolete section on Goose
2025-06-20 15:38:19 +02:00
Michael Panchenko 47b50198ec Fix in path listing (were not relative). Minor other changes 2025-06-16 19:28:14 +02:00
Michael Panchenko 9087f42389 Readme comment [ci skip] 2025-06-16 16:45:04 +02:00
Michael Panchenko 3931aea514 Typo [ci skip] 2025-06-16 16:32:53 +02:00
Michael Panchenko 38f113aa09 Readme on indexing and higher visibility of Claude Code setup [ci skip] 2025-06-16 16:29:35 +02:00
Aaron Yordanyan e8fc6d4fa7 Add experimental Docker support and update configuration handling
- Introduced `DOCKER.md` with detailed setup instructions and limitations.
- Enhanced `compose.yaml` with dynamic port and environment variable support.
- Updated `agent.py` to detect Docker environments and disable GUI features.
- Modified configuration paths to support both Docker and non-Docker setups.
- Marked Docker support as experimental in the documentation.
2025-06-09 10:09:30 +04:00
Aaron Yordanyan 9026ec5ef2 Add Docker support with GitHub Actions workflow and updated configurations
- Introduced `.github/workflows/docker.yml` for building and pushing Docker images.
- Updated `Dockerfile` to split stages for `base`, `development`, and `production`.
- Added `compose.yaml` for Docker Compose setups.
- Enhanced `README.md` with Docker usage instructions.
2025-06-06 17:15:16 +04:00
Michael Panchenko 38f33b8f86 Readme, format 2025-06-02 21:49:37 +02:00
Michael Panchenko 2ccb7e0e4c Readme: logos that can be rendered in GitHub [ci skip] 2025-06-01 19:38:12 +02:00
Michael Panchenko 85db0d42ee Docs, minor [ci skip] 2025-05-31 12:34:49 +02:00
Michael Panchenko 3b89cede0b Docs: roadmap, lessons learned. Buttons in readme 2025-05-30 15:40:56 +02:00
Dominik Jain 6210171825 Fix typo 2025-05-30 01:16:49 +02:00
Michael Panchenko 77c4d1bb0d Readme ToC 2025-05-29 23:14:26 +02:00
Michael Panchenko 8703c87665 Readme, changelog
Added section on project activation and dedicated section on Configuration
Removed --project from example configs
Less mentioning of tool name collisions (seems like MCP clients have sorted that out now)
2025-05-29 22:47:07 +02:00
Dominik Jain 9809d0d5a4 Update README, improving the structure and consolidating duplicate content 2025-05-29 13:37:21 +02:00
Michael Panchenko b4a0aaba3f Readme, use agent context for agno 2025-05-23 20:28:04 +02:00
Michael Panchenko 1dbfe17ecd Readme (--project instead of --project-file) 2025-05-23 19:28:41 +02:00
Michael Panchenko 8ed8fce620 Bumped version [ci skip] 2025-05-21 19:17:58 +02:00
Michael Panchenko 8f7a80f759 Readme, changelog 2025-05-19 12:53:07 +02:00
Michael PanchenkoandGitHub 072b5caefb Minor in README.md 2025-04-27 11:00:33 +02:00
Michael Panchenko e491f35bbf Readme: more setup instructions 2025-04-26 23:38:11 +02:00
Michael Panchenko f1ee6911e7 Readme, minor 2025-04-18 21:11:10 +02:00
Michael Panchenko 468beb8fb1 Add read-only mode with EditingTool marker class (entire change performed by Serena) 2025-04-18 20:33:46 +02:00
Michael Panchenko 529e223f5a Readme: adjusted troubleshooting section (stability issues are essentially solved) 2025-04-17 12:12:02 +02:00
Michael Panchenko 30643228d0 Allow starting mcp as sse server, using click for args parsing 2025-04-17 11:48:46 +02:00
Michael Panchenko c6d0fb9f37 Warning on goose not cleaning up MCP servers 2025-04-17 11:39:10 +02:00
Michael Panchenko eb6fd44a76 Docs on Serena in goose, extended section on IDEs 2025-04-16 22:58:09 +02:00
Michael Panchenko 2c5460bb21 Merge branch 'refs/heads/main' into feature/tools-extension
# Conflicts:
#	CHANGELOG.md
#	src/multilspy/language_server.py
2025-04-10 20:33:56 +02:00
Michael PanchenkoandGitHub f1bd48dae9 Readme: removed single project callout 2025-04-10 00:53:59 +02:00
Michael PanchenkoandGitHub 5f7bac05db Readme: fixed copy-paste errors 2025-04-10 00:51:20 +02:00
Dominik JainandGitHub 9569174cfc Merge pull request #41 from oraios/multilspy-update
Multilspy update
2025-04-09 23:55:11 +02:00
Dominik Jain e371c8bec2 Improve clarity in the README, focussing on the important aspects 2025-04-09 23:21:24 +02:00
Dominik Jain 893fb10eba Move config warning to the proper place 2025-04-09 21:15:41 +02:00
Michael Panchenko 74584cd9c7 Extended pattern search tool to also work on non-code files 2025-04-09 17:52:57 +02:00
Dominik Jain 0954a09171 Add 'C/C++' to list of untested languages 2025-04-09 17:22:14 +02:00
Michael Panchenko ee90d2f4e8 New tool: restart_language_server 2025-04-09 14:43:00 +02:00
Dominik Jain c80cf59a59 Merge remote-tracking branch 'origin/main' into multilspy-update
Conflicts:
	src/multilspy/language_server.py
2025-04-08 20:26:32 +02:00
Dominik Jain 84c9b69594 List new languages supported via multilspy update (Kotlin, Dart) 2025-04-08 20:21:37 +02:00
Michael Panchenko 5d3e973ea8 Merged the overview tools into a single tool 2025-04-08 15:39:19 +02:00
Michael Panchenko 3ae7a6ec10 Raise errors on outdated config
Added explanation in readme and changelog
2025-04-07 21:17:54 +02:00
Dominik Jain eaa904589d Update toc 2025-04-07 01:20:55 +02:00
Dominik Jain a0c8da26e8 Merge remote-tracking branch 'origin/main' into feature/project-change-tool
Conflicts:
	CHANGELOG.md
	README.md
	src/serena/agent.py
2025-04-07 00:57:56 +02:00
Dominik Jain 2e1e5e59aa Support project changes from within Serena (via tools)
* Establish new Serena-wide configuration file serena_config.yml with
   * Setting whether to enable project activation
   * List of project configuration files
   * GUI logger configuration (no longer part of project configuration)

 * Add new tools for project activation (activate_project, get_active_project)

 * Project configuration file is no longer required for startup (now optional):
   If project activation is enabled, no project must be provided (but at
   least one project must be configured)
2025-04-06 22:22:54 +02:00
Michael PanchenkoandGitHub 8c103c57f7 Typo 2025-04-06 13:33:34 +02:00
Michael Panchenko 291ee91f5b New tool: GetReferencingCodeExtractsTool 2025-04-05 19:40:33 +02:00
Michael Panchenko a8c36f5c6e Comments regarding apply method 2025-04-05 19:17:12 +02:00