Fix Google ADK extension documentation and linting config#157
Merged
JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom Feb 3, 2026
Merged
Fix Google ADK extension documentation and linting config#157JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom
JesuTerraz merged 2 commits intousers/jterrazas/google-adk-supportfrom
Conversation
Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new Google ADK tooling extension
Fix Google ADK extension documentation and linting config
Feb 3, 2026
JesuTerraz
added a commit
that referenced
this pull request
Feb 6, 2026
* initial commit * update pyproject.toml * test additions * remove non-central versioning * format * format x2 * ignore E402 * remove duplicate folder * remove extra newline * Fix Google ADK extension documentation and linting config (#157) * Initial plan * Fix design.md and add ruff copyright config per review comments Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Align Google ADK extension with tooling extension conventions (#158) * Initial plan * Fix setup.py consistency and add @pytest.mark.unit decorators Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Modify agent instead of creating a new instance * Fix Google ADK extension documentation and log messages (#160) * Initial plan * Fix documentation and log message for in-place agent modification Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> * Remove redundant comment from documentation example Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JesuTerraz <96103167+JesuTerraz@users.noreply.github.com> --------- Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
Addresses review feedback on PR #156 for the Google ADK tooling extension.
Changes
Removed
agentic_app_idfrom documentation - This parameter doesn't exist inadd_tool_servers_to_agent(). It's derived internally viaUtility.resolve_agent_identity(context, auth_token). Removed from both the example code and parameter table indesign.md.Added ruff copyright linting config - Missing
[tool.ruff.lint.flake8-copyright]section inpyproject.toml, now consistent with other tooling extension packages.Corrected Usage
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.