Add Pi to databricks aitools install - #6199
Open
lennartkats-db wants to merge 3 commits into
Open
Conversation
Add Pi as a skills-only coding agent: install and update now discover Pi via ~/.pi/agent (honoring PI_CODING_AGENT_DIR) and write Databricks agent skills into its skills directory, both globally and project-scoped (.pi/skills). This also lands the shared project-scope plumbing the Goose and Gemini agents build on: SupportedNames/SkillsOnlyNames derive the help text from the registry, and update --scope project picks up project-local skill agents via DetectProjectInstalled. Co-authored-by: Isaac
lennartkats-db
requested review from
janniklasrose,
parthban-db and
renaudhartert-db
August 7, 2026 10:15
Collaborator
Integration test reportCommit: e3ed56f
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 3 slowest tests (at least 2 minutes):
|
1 task
parthban-db
approved these changes
Aug 10, 2026
parthban-db
left a comment
Contributor
There was a problem hiding this comment.
LGTM modulo comments.
janniklasrose
approved these changes
Aug 10, 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.
Changes
Why
Pi speaks the SKILL.md agent-skills standard, so it can use Databricks skills once they're installed: we just weren't installing for it.
Tests