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 }}
Microck
/
opencode-studio
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
790
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: omo config profiles integration + audit fixes (skills/plugins/marker/i18n)
- #56
#56
Open
zswll2
wants to merge 27 commits into
Microck:master
Microck/opencode-studio:master
from
zswll2:feat-i18n-omo
zswll2/opencode-studio:feat-i18n-omo
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
feat: omo config profiles integration + audit fixes (skills/plugins/marker/i18n)
#56
zswll2
wants to merge 27 commits into
Microck:master
Microck/opencode-studio:master
from
zswll2:feat-i18n-omo
zswll2/opencode-studio:feat-i18n-omo
Copy head branch name to clipboard
Commits
Commits on May 10, 2026
i18n: add missing translation keys to en.json and zh-CN.json
zswll2
committed
60b6e95
View commit details
Copy full SHA for 60b6e95
Browse repository at this point
Commits on Aug 1, 2026
Merge tag 'v2.4.4' into feat-i18n-omo
zswll2
committed
fe1a931
View commit details
Copy full SHA for fe1a931
Browse repository at this point
Commits on Aug 2, 2026
feat(config-providers): detect omo.jsonc and [opencode] block for OMO provider
Show description for 245690a
zswll2
and
sisyphus-dev-ai
committed
245690a
View commit details
Copy full SHA for 245690a
Browse repository at this point
fix(config-providers): scope omo detection to caller roots when provided
Show description for 38117ca
zswll2
and
sisyphus-dev-ai
committed
38117ca
View commit details
Copy full SHA for 38117ca
Browse repository at this point
test(config-providers): cover omo.jsonc detection and block read
Show description for 4a9ef4d
zswll2
and
sisyphus-dev-ai
committed
4a9ef4d
View commit details
Copy full SHA for 4a9ef4d
Browse repository at this point
feat(config-providers): jsonc-preserving block writes and profiles CRUD
Show description for 1317005
zswll2
and
sisyphus-dev-ai
committed
1317005
View commit details
Copy full SHA for 1317005
Browse repository at this point
feat(server): prioritize ~/.omo/omo.jsonc in path resolution
Show description for 6c3b43b
zswll2
and
sisyphus-dev-ai
committed
6c3b43b
View commit details
Copy full SHA for 6c3b43b
Browse repository at this point
test(config-providers): jsonc preservation and profiles CRUD
Show description for 02f3756
zswll2
and
sisyphus-dev-ai
committed
02f3756
View commit details
Copy full SHA for 02f3756
Browse repository at this point
refactor(profile-manager): replace symlink switching with omo.jsonc profiles blocks
Show description for 054c071
zswll2
and
sisyphus-dev-ai
committed
054c071
View commit details
Copy full SHA for 054c071
Browse repository at this point
test(profile-manager): cover omo profiles block semantics
Show description for 3c71749
zswll2
and
sisyphus-dev-ai
committed
3c71749
View commit details
Copy full SHA for 3c71749
Browse repository at this point
feat(server): adapt provider APIs to omo block semantics
Show description for e6e028e
zswll2
and
sisyphus-dev-ai
committed
e6e028e
View commit details
Copy full SHA for e6e028e
Browse repository at this point
feat(client): adapt profiles UI to omo block names
Show description for d140ef6
zswll2
and
sisyphus-dev-ai
committed
d140ef6
View commit details
Copy full SHA for d140ef6
Browse repository at this point
fix(client): bake-semantics copy in provider detail
Show description for 8bedfa2
zswll2
and
sisyphus-dev-ai
committed
8bedfa2
View commit details
Copy full SHA for 8bedfa2
Browse repository at this point
docs: document omo.jsonc config path semantics
Show description for 270acad
zswll2
and
sisyphus-dev-ai
committed
270acad
View commit details
Copy full SHA for 270acad
Browse repository at this point
fix(profile-manager): surface legacy profile dirs read-only in UI
Show description for 8b8c97d
zswll2
and
sisyphus-dev-ai
committed
8b8c97d
View commit details
Copy full SHA for 8b8c97d
Browse repository at this point
feat(profile-manager): activate legacy profiles by importing to omo blocks
Show description for c9e884e
zswll2
and
sisyphus-dev-ai
committed
c9e884e
View commit details
Copy full SHA for c9e884e
Browse repository at this point
Commits on Aug 3, 2026
feat(i18n): localize profiles page legacy/activate labels
Show description for 4d5ba37
zswll2
and
sisyphus-dev-ai
committed
4d5ba37
View commit details
Copy full SHA for 4d5ba37
Browse repository at this point
fix(config-providers): preserve Unicode omo profile keys, keep filesystem sanitize
Show description for 87cf731
zswll2
and
sisyphus-dev-ai
committed
87cf731
View commit details
Copy full SHA for 87cf731
Browse repository at this point
test(server): export helpers + HTTP smoke harness
Show description for f974f56
zswll2
and
sisyphus-dev-ai
committed
f974f56
View commit details
Copy full SHA for f974f56
Browse repository at this point
fix(server): include symlink skill dirs, guard read-only on symlink skills
Show description for c5a98e8
zswll2
and
sisyphus-dev-ai
committed
c5a98e8
View commit details
Copy full SHA for c5a98e8
Browse repository at this point
fix(server): read opencode 'plugin' key, guard npm plugins display-only
Show description for 6eceea4
zswll2
and
sisyphus-dev-ai
committed
6eceea4
View commit details
Copy full SHA for 6eceea4
Browse repository at this point
fix(server): exclude server cwd from config-provider detection roots
Show description for b8a6045
zswll2
and
sisyphus-dev-ai
committed
b8a6045
View commit details
Copy full SHA for b8a6045
Browse repository at this point
feat(server,client): persist active omo profile marker + active legacy UX
Show description for 1145169
zswll2
and
sisyphus-dev-ai
committed
1145169
View commit details
Copy full SHA for 1145169
Browse repository at this point
chore: ignore omo workspace and dev docs from git
zswll2
committed
665e2d4
View commit details
Copy full SHA for 665e2d4
Browse repository at this point
feat(server): bind to configurable HOST, default 127.0.0.1
zswll2
committed
f2ecb87
View commit details
Copy full SHA for f2ecb87
Browse repository at this point
feat(client): expose next dev server on 0.0.0.0
zswll2
committed
9c8152d
View commit details
Copy full SHA for 9c8152d
Browse repository at this point
chore: add npm lockfiles
zswll2
committed
174cbc3
View commit details
Copy full SHA for 174cbc3
Browse repository at this point
You can’t perform that action at this time.