fix(pstack): use rolling Claude model aliases - #39
Merged
Conversation
Greptile SummaryOpen Pstack 1.2.1 moves Fable and Opus execution to Claude’s rolling aliases while preserving concrete provider-model verification.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| tests/skill-collision-repro.sh | Adds production TypeScript and JavaScript scanning that addresses the prior standalone-pin guard gap. |
| plugins/pstack/skills/poteto-mode/scripts/runner/model-aliases.ts | Defines strict rolling-alias recognition, legacy revision normalization, and concrete-family matching. |
| plugins/pstack/skills/poteto-mode/scripts/runner/run.ts | Rejects versioned Claude family pins before external provider execution and applies provider-aware model proof. |
| plugins/pstack/skills/poteto-mode/scripts/runner/parse-output.ts | Verifies alias requests against concrete Claude model-family reports while retaining existing matching for other providers. |
| plugins/pstack/skills/setup-pstack/SKILL.md | Documents in-memory normalization and confirmation-gated persistence of legacy model descriptors. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
A[Configured Claude descriptor] --> B{Legacy version pin?}
B -->|Yes| C[Normalize to fable or opus]
B -->|No| D[Use current descriptor]
C --> E{Parent route}
D --> E
E -->|Claude Code| F[Native rolling-alias profile]
E -->|Codex parent| G[External Claude runner]
G --> H[Reject missed version pins]
H --> I[Invoke rolling alias]
I --> J[Verify concrete reported family]
Reviews (2): Last reviewed commit: "test(pstack): catch standalone Claude mo..." | Re-trigger Greptile
ericlitman
marked this pull request as ready for review
September 1, 2026 20:36
|
Tick the box to add this pull request to the merge queue (same as
|
6 tasks
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.
Closes #38
What changed
fableandopusaliasessetup-pstackpersist that migration after its existing probes and confirmationVerification
Repository checks at
91dfdec041db540bb7a655eb62a82d09effa6e7a:verify: passing, including the required parallelbun run testPSTACK_STATIC_ONLY=1 bash tests/skill-collision-repro.shmodel: "claude-fable-5"value91dfdec; review thread resolvedThe review-only commit changed no shipped plugin bytes: the
plugins/pstacktree remains4821300b9bc564d826bb4a828523ddc967c6d9d3.Live evidence from installed Open Pstack 1.2.1:
pstack-fable-lowreturned the requested marker and reportedclaude-fable-5-1; nativepstack-opus-lowreturned the requested marker and reportedclaude-opus-5claude:fable@maxandclaude:opus@xhighwith zero writes--model fableand--model opusboth completed with nonempty output; receipts verifiedclaude-fable-5-1andclaude-opus-5from provider reportsclaude:claude-fable-5@xhightoclaude:fable@xhighandclaude:claude-opus-5@xhightoclaude:opus@xhighin memory with zero writesThe exact candidate therefore passes the installed Claude Code and Codex user-surface gate. pro14's host-specific Claude login does not affect package behavior or the completed cross-harness release gate.