Commit Graph
91 Commits
Author SHA1 Message Date
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
Michael Panchenko 8a0ce6fcee Readme: how to use in IDEs/extensions and agent frameworks 2025-04-05 19:06:37 +02:00
Michael Panchenko e7b0ca68fe Readme, missing newline 2025-04-04 12:25:35 +02:00
Michael Panchenko 22c3f32f78 Merge branch 'main' of github.com:oraios/serena 2025-04-04 12:20:26 +02:00
Michael Panchenko 2a937d17a9 Readme: added rust to list of supported LS
Also added statement on Kotlin and Dart coming soon
2025-04-04 12:20:23 +02:00
Michael PanchenkoandGitHub cde92fc71d Readme 2025-04-04 10:29:33 +02:00
Michael Panchenko 8bb1cd1ab6 Readme, minor 2025-04-03 20:35:26 +02:00
Michael Panchenko 0a3190c58f Readme on how to add support for a new language 2025-04-03 19:03:00 +02:00
Marek LukášíkandGitHub 2bb76a23b2 Update README.md
Corrected a few typos and missing word I encountered
2025-04-03 14:30:56 +02:00
Dominik JainandGitHub 7d833fc00f Add Agno demo video 2025-04-02 21:22:37 +02:00
Dominik JainandGitHub 8a935b7fa1 Improve README 2025-04-02 18:21:05 +02:00
Dominik JainandGitHub efbe7cbbe1 Even more proof-reading 2025-04-02 11:07:09 +02:00