OctoLink V1.0.0 Release Notes π
Release Date: October 13, 2025
Version: 1.0.0 - Official Stable Release
I am excited to announce the first stable release of OctoLink - your one-click bridge between VS Code and GitHub! π
π What's New in V1.0.0
Core Features
π Open on GitHub
Jump directly from any file in VS Code to its corresponding location on GitHub. Perfect for quick code reviews and sharing specific file references.
π Open File History on GitHub
View the complete commit history of any file directly on GitHub. Track changes, see who modified what, and understand your code's evolution.
π Copy Permalink
Generate and copy commit-based permanent URLs to your clipboard. These links won't break even if branches are renamed or deleted, making them perfect for:
- Documentation references
- Code reviews
- Issue discussions
- Team collaboration
π Open Related Pull Request
Instantly find and open the pull request associated with your current branch. If no PR exists, quickly navigate to create a new one. Streamlines your GitHub workflow by eliminating manual PR searches.
π Open Repo Dashboard
Quick access to your repository's key sections through an intuitive picker:
- Issues - Track bugs, features, and tasks
- Actions - Monitor CI/CD workflows
- Discussions - Engage in community conversations
π― Key Benefits
- One-Click Navigation: Seamlessly jump between VS Code and GitHub
- Time Saver: Eliminate manual URL construction and repository browsing
- Team Collaboration: Share exact code locations with permanent links
- Workflow Integration: Access GitHub features without leaving your editor
- Smart Detection: Automatically detects Git remotes and current context
π§ How to Use
Access Methods
All features are available through:
- Right-click context menu in the Explorer pane
- Command Palette (
Ctrl+Shift+P/Cmd+Shift+P)
Commands Available
Octolink - Open on GitHubOctolink - Open File History on GitHubOctolink - Copy PermalinkOctolink - Open Related Pull RequestOctolink - Open Repo Dashboard
π Requirements
- VS Code: Version 1.104.0 or higher
- Git Repository: Must be initialized with GitHub remote
- Active Workspace: Commands activate when
.gitfolder is detected
π οΈ Installation
Install directly from the VS Code Marketplace or via command line:
ext install emanuelebartolesi.vscode-octo-linkπ Bug Fixes & Improvements
- Enhanced error handling for invalid Git repositories
- Improved remote URL detection for various GitHub configurations
- Better user feedback with status bar notifications
- Optimized performance for large repositories
π Support & Feedback
- Issues: Report bugs or request features
- Discussions: Join the community