feat: add pi coding-agent integration#197
Open
cat0825 wants to merge 1 commit into
Open
Conversation
262a749 to
8bfb44c
Compare
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.
Summary
Adds first-class support for pi (
@earendil-works/pi-coding-agent) and Oh My Pi / OMP (@oh-my-pi/pi-coding-agent) by installing bundled TypeScript extensions into their global extension directories.Fixes #196.
What changed
.noneinstaller target..noneinstaller target.Sources/CodeIsland/Resources/codeisland-pi.tsto~/.pi/agent/extensions/codeisland.tswhen~/.pi/agentexists.Sources/CodeIsland/Resources/codeisland-omp.tsto~/.omp/agent/extensions/codeisland.tswhen~/.omp/agentexists.ConfigInstaller.@earendil-works/pi-coding-agent@earendil-works/pi-ai@oh-my-pi/pi-coding-agentsession_titlefor completion events, matching CodeIsland's session title metadata field.Verification
swift test --filter ConfigInstallerTestscodeisland-pi.tsagainst a local@earendil-works/pi-coding-agentcheckout.codeisland-omp.tsagainst a local@oh-my-pi/pi-coding-agentinstall.omp-pi -e ~/.omp/agent/extensions/codeisland.ts ...and verified CodeIsland recorded a livesource: "pi"session with Ghostty terminal metadata.