feat(pi): add first-class PI support#394
Draft
felipe3dfx wants to merge 1 commit intoGentleman-Programming:mainfrom
Draft
feat(pi): add first-class PI support#394felipe3dfx wants to merge 1 commit intoGentleman-Programming:mainfrom
felipe3dfx wants to merge 1 commit intoGentleman-Programming:mainfrom
Conversation
Add PI support with SDD assets, model picker integration, separate PI/OpenCode assignment persistence, RPC model loading hardening, and regression coverage for install/sync flows.
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.
🔗 Linked Issue
Closes #363
🏷️ PR Type
What kind of change does this PR introduce?
type:bug— Bug fix (non-breaking change that fixes an issue)type:feature— New feature (non-breaking change that adds functionality)type:docs— Documentation onlytype:refactor— Code refactoring (no functional changes)type:chore— Build, CI, or tooling changestype:breaking-change— Breaking change (fix or feature that changes existing behavior)📝 Summary
📂 Changes
internal/agents/pi/*internal/assets/pi/agents/*internal/components/sdd/*internal/tui/*internal/state/*,internal/app/*,internal/cli/*internal/opencode/*,internal/modelcatalog/*docs/pi-compatibility.md,docs/*,README.mdtestdata/pi/*🧪 Test Plan
Unit Tests
timeout 8m go test -count=1 -timeout=6m ./...E2E Tests (Docker required)
go test ./...) — pending final local/CI validation before marking ready for reviewcd e2e && ./docker-test.sh) — pendingAdditional focused validations already run during development:
Manual checks performed:
pi --mode rpcdespite extension UI events.~/.gentle-ai/state.jsonunderpi_model_assignments.🤖 Automated Checks
The following checks run automatically on this PR:
Closes/Fixes/Resolves #Nstatus:approvedtype:*Labeltype:*label must be appliedgo test ./...must passcd e2e && ./docker-test.shmust pass✅ Contributor Checklist
status:approved— draft pending issue approval (#363currently needs approval)type:*label to this PRgo test ./...) — pending final validationcd e2e && ./docker-test.sh) — pendingCo-Authored-Bytrailers💬 Notes for Reviewers
Draft PR while we complete final validation and wait for
#363to receivestatus:approved.Areas worth reviewing closely:
model_assignmentsvspi_model_assignments).