A Visual Studio Code extension that provides authenticated access to bundled instruction files. Users sign in with their Microsoft account to access the documents.
Features
Microsoft Authentication — Sign in with your Microsoft account via VS Code's built-in auth provider.
Sidebar File Tree — Browse all instruction files directly from the VSCode Activity Bar.
Rich Markdown Rendering — Instruction files open as styled HTML in a dedicated webview tab, respecting your VSCode theme.
Secure Session — Sessions are managed by VS Code's built-in account system.
Requirements
Visual Studio Code 1.85 or later.
A valid Microsoft account.
Getting Started
Install the extension from the VS Code Marketplace.
Open the AgentStack Instructions panel in the Activity Bar (book icon).
Click the Login button (sign-in icon) or run AgentStack: Login from the Command Palette.
Sign in with your Microsoft account.
Browse and open instruction files from the sidebar.
Adding Instruction Files
Instruction files are bundled inside the extension at publish time. To add or update files:
Add .md files to the instructions/ folder (subfolders are supported as categories).
Rebuild and republish the extension using vsce publish.
Commands
Command
Description
AgentStack: Login
Sign in with Microsoft
AgentStack: Logout
Clear the current session
AgentStack: Refresh Instructions
Reload the file tree
Security
Authentication is handled by VS Code's built-in Microsoft auth provider — no credentials are stored by the extension.