Extract Serena language server documentation to separate reference file#12862
Merged
Extract Serena language server documentation to separate reference file#12862
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove Serena related prompts to separate file
Extract Serena language server documentation to separate reference file
Jan 31, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done! Added serena-tool.md to the compiler template system. The file will now be automatically created/updated in users' Changes in commit 1824ab2:
|
pelikhan
approved these changes
Jan 31, 2026
This was referenced Jan 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Serena is an advanced static analysis tool intended only for complex coding tasks requiring semantic analysis. The inline documentation was promoting it as a general-purpose tool, leading to inappropriate usage in simple workflows.
Changes
Created
.github/aw/serena-tool.mdUpdated workflow templates
.github/aw/create-agentic-workflow.md.github/aw/update-agentic-workflow.mdpkg/cli/templates/create-agentic-workflow.mdpkg/cli/templates/update-agentic-workflow.mdReplaced inline Serena configuration examples with reference to centralized documentation:
Integrated serena-tool.md into compiler template system
serena-tool.mdto embedded templates inpkg/cli/commands.goensureSerenaTool()function inpkg/cli/copilot-agents.goinit.go,upgrade_command.go, andfix_command.go.github/aw/folder duringgh aw init,gh aw upgrade, andgh aw fixcommandsImpact
Agents will now ask users before adding Serena to workflows rather than suggesting it by default for any code analysis task. Centralizes maintenance of Serena documentation in single file. The documentation is automatically distributed to users through the CLI, ensuring they always have access to the latest guidance without manual intervention.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.