Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
finos
/
architecture-as-code
Public
Notifications
You must be signed in to change notification settings
Fork
140
Star
406
Code
Issues
128
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Feat/vscode hub integration
- #3094
#3094
Open
byrash
wants to merge 25 commits into
finos:main
finos/architecture-as-code:main
from
fidelity-contributions:feat/vscode-hub-integration
fidelity-contributions/finos-architecture-as-code:feat/vscode-hub-integration
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Feat/vscode hub integration
#3094
byrash
wants to merge 25 commits into
finos:main
finos/architecture-as-code:main
from
fidelity-contributions:feat/vscode-hub-integration
fidelity-contributions/finos-architecture-as-code:feat/vscode-hub-integration
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
feat(vscode): add CalmHub connection, CURIE resolution, and Hub palette UX
byrash
committed
975d2b8
View commit details
Copy full SHA for 975d2b8
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/vscode-hub-integration
Show description for 41a3a3b
byrash
committed
41a3a3b
View commit details
Copy full SHA for 41a3a3b
Browse repository at this point
Commits on Sep 10, 2026
feat(vscode plugin): Fix race conditions
byrash
committed
21ee975
View commit details
Copy full SHA for 21ee975
Browse repository at this point
feat(vscode plugin): Patterns in vs code plugin
byrash
committed
3764de2
View commit details
Copy full SHA for 3764de2
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/vscode-hub-integration
byrash
committed
e6ba286
View commit details
Copy full SHA for e6ba286
Browse repository at this point
Commits on Sep 11, 2026
feat(vscode): import SVG to calm json file
byrash
committed
249b2f1
View commit details
Copy full SHA for 249b2f1
Browse repository at this point
refactor(vscode): rename extensions/ to packs/ for clarity
Show description for 9ec2c9f
byrash
committed
9ec2c9f
View commit details
Copy full SHA for 9ec2c9f
Browse repository at this point
chore(vscode): merge feat/import-svg-to-calm branch
Show description for e5f5af9
byrash
committed
e5f5af9
View commit details
Copy full SHA for e5f5af9
Browse repository at this point
Commits on Sep 14, 2026
Merge remote-tracking branch 'origin/main' into feat/vscode-hub-integration
byrash
committed
615e35f
View commit details
Copy full SHA for 615e35f
Browse repository at this point
Merge branch 'main' into feat/import-svg-to-calm
byrash
committed
6d4c200
View commit details
Copy full SHA for 6d4c200
Browse repository at this point
feat(vscode plugin): Address Rveview Comments
byrash
committed
d49e1c4
View commit details
Copy full SHA for d49e1c4
Browse repository at this point
Merge branch 'feat/import-svg-to-calm' into feat/vscode-hub-integration
byrash
committed
046364b
View commit details
Copy full SHA for 046364b
Browse repository at this point
Commits on Sep 15, 2026
feat(vscode): controls picker, CURIE refs, and slim control entries
Show description for f2bd68a
byrash
committed
f2bd68a
View commit details
Copy full SHA for f2bd68a
Browse repository at this point
feat(vscode): export canvas architecture as pattern and fix control resolve
Show description for 8025efd
byrash
committed
8025efd
View commit details
Copy full SHA for 8025efd
Browse repository at this point
Commits on Sep 16, 2026
feat(vscode): fix node resize handles and add copy-paste support
Show description for 6b18fdb
byrash
committed
6b18fdb
View commit details
Copy full SHA for 6b18fdb
Browse repository at this point
Commits on Sep 17, 2026
feat(vscode): fix Hub control resolution and improve control UX
Show description for 6546893
byrash
committed
6546893
View commit details
Copy full SHA for 6546893
Browse repository at this point
Merge branch 'main' into feat/vscode-hub-integration
byrash
committed
2ca7d0b
View commit details
Copy full SHA for 2ca7d0b
Browse repository at this point
refactor(vscode): remove standards and guidelines support
Show description for 2a0f864
byrash
committed
2a0f864
View commit details
Copy full SHA for 2a0f864
Browse repository at this point
Commits on Sep 18, 2026
Merge branch 'main' into feat/import-svg-to-calm
byrash
committed
d2fb12a
View commit details
Copy full SHA for d2fb12a
Browse repository at this point
fix(vscode): address PR #3003 review feedback for SVG import
Show description for e9e1257
byrash
committed
e9e1257
View commit details
Copy full SHA for e9e1257
Browse repository at this point
Merge branch 'main' into feat/vscode-hub-integration
byrash
committed
b1fac36
View commit details
Copy full SHA for b1fac36
Browse repository at this point
Merge branch 'feat/import-svg-to-calm' into feat/vscode-hub-integration
byrash
committed
34440f9
View commit details
Copy full SHA for 34440f9
Browse repository at this point
fix(vscode): address PR #3003 review feedback for SVG import
Show description for 71ae705
byrash
committed
71ae705
View commit details
Copy full SHA for 71ae705
Browse repository at this point
fix(vscode): resolve merge conflict in drawio-parser lenient decode
byrash
committed
c65ebd3
View commit details
Copy full SHA for c65ebd3
Browse repository at this point
Merge branch 'feat/import-svg-to-calm' into feat/vscode-hub-integration
byrash
committed
92996fb
View commit details
Copy full SHA for 92996fb
Browse repository at this point
You can’t perform that action at this time.