CodeSlicer for VS CodeCodeSlicer helps answer one practical question before merge: what do these changes affect, why, and what should I test? This extension is a separate TypeScript package in the CodeSlicer repository. It calls the local Local review workflowOpen a trusted workspace, open the CodeSlicer activity-bar view, then choose Review current changes. The first screen explains that source code stays on the computer, analysis needs no AI or API key, and no process runs before an explicit action. The view has five sections:
On first open, CodeSlicer shows the separate Learning page automatically. Pick one of four scenarios — reviewing your changes, comparing a branch, understanding architecture, or reviewing a GitHub PR. The first and every next step automatically changes tabs and highlights the exact control while a compact guide card stays alongside the interface. A clearly labelled action button is the only way to start configuration, OAuth, review, or opening the local hub. For local review the extension verifies the Advanced source modes (compare refs or a diff file) are represented in the core contract. GitHub Pull Request review is available as an explicit OAuth flow: after you supply a canonical PR URL and confirm sign-in, the extension sends two read-only GitHub REST requests (metadata and diff), saves the diff only in VS Code global storage, then runs the local CLI. It never uploads source code, creates checks, or posts comments. Use CodeSlicer: Compare with base branch or CodeSlicer: Review a diff file from the Command Palette for those advanced local sources. The extension retains the ten most recent report summaries in VS Code workspace state; reports stay local to the workspace. Runtime and privacyThe normal runtime location is VS Code global storage. Automatic installation is intentionally unavailable until CodeSlicer publishes a signed runtime artifact and verification manifest. Until then, the existing local There is no GitHub PAT setting in this extension. CodeSlicer: Review GitHub pull request (optional) uses VS Code Authentication/OAuth only after the developer selects it. Any future check or comment will remain a separate explicit action. Local review never uploads code and never stores a token. Graphify is an optional architecture engine. Its graph, communities, and inferred links do not contribute to CodeSlicer risk, impact ranking, or canonical evidence. Develop and package
Open Create the VSIX with:
The package excludes the Python repository, virtual environments, |