Creer v0.9 — richer federation UX + release polish - #11
Draft
seven0070 wants to merge 11 commits into
Draft
Conversation
Scaffold AI repo generation end-to-end: planner/generator API with path validation, TypeScript extension command to write files into the workspace with optional git init, and a PLAN.md for v0.2 priorities. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Backend: curated templates, /plan + /templates, stronger validation, optional GitHub repo create API. Extension: plan preview before write, per-file overwrite protection, GitHub push flow, /creer chat entry and @creer participant, with path-safe writes and shell-safe git exec. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
…rdening Add SSE /generate/stream with per-file progress, OpenAI-compatible base URL and CREER_OFFLINE stubs, LICENSE/CI bake-ins, SecretStorage for GitHub tokens, and GIT_ASKPASS push so tokens never appear on argv or remote URLs. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add stream job_id cancellation, license/CI bake-in options with GET /bakeins, telemetry-free quality gates, and extension AbortSignal progress cancel plus bake-in QuickPicks. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add installable JSON/YAML template packs with /packs API and pack_id planning, extension multi-root workspace picker, and generated-content diff preview before writing files to disk. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add remote pack install/delete and marketplace catalog, side-by-side vscode.diff review for write conflicts, and vsce/ovsx packaging docs so the extension is ready to publish without shipping secrets. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add searchable /registry with JSON pack downloads, extension marketplace icon, Browse Pack Registry command, changelog, and verified vsix packaging path for Marketplace/Open VSX (signing remains a human PAT step). Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add multi-host registry federation via CREER_REGISTRY_PEERS and /registry/federated, Browse Federated Registry in the extension, plus GitHub Actions CI and artifact-first release that publishes only when VSCE_PAT/OVSX_PAT secrets are configured. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add peer status/probe APIs and ad-hoc peers on federated queries, Manage Registry Peers + peer-aware browse UI, GitHub Release assets on tags, and RELEASE.md for the human VSCE/OVSX token publish path. Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.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.
Summary
Implements Creer v0.9 (stacks v0.1–v0.8): richer federation discovery UX and release polish for the human signed-publish path.
Backend
GET /registry/peers— probe status for configured peersPOST /registry/peers/probe— validate a peer URL before addingGET /registry/federated?peers=— ad-hoc extra peers for one request0.9.0— 30 tests passedExtension
creer.registryPeers,creer.showPeerStatusRelease
.vsixto a GitHub ReleaseVSCE_PAT/OVSX_PATRELEASE.mddocuments the human token stepsTest plan
/health→0.9.0/registry/peersreturns configured list (empty ok)POST /registry/peers/probewith http URL returns ok/fail payload;ftp://→ 400?peers=merges ad-hoc peer when availableshowPeerStatusis trueRELEASE.mdto set secrets and tagv0.9.0