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
Accelerator
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 }}
SYZ-Coder
/
SkillOpt
Public
forked from
microsoft/SkillOpt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2026
Merge pull request #74 from Yif-Yang/fix/python-path-and-lookback
Show description for fc1f827
Yif-Yang
authored
fc1f827
View commit details
Copy full SHA for fc1f827
Browse repository at this point
fix: use None default for --lookback-hours to distinguish omitted vs 0
Show description for 01b3e01
carpedkm
and
claude
committed
01b3e01
View commit details
Copy full SHA for 01b3e01
Browse repository at this point
fix: address codex round 2 — revert harvest break + allow lookback 0
Show description for 01075c9
carpedkm
and
claude
committed
01075c9
View commit details
Copy full SHA for 01075c9
Browse repository at this point
fix: address codex review — use clock for cutoff + early-exit harvest
Show description for 6cc1cd2
carpedkm
and
claude
committed
6cc1cd2
View commit details
Copy full SHA for 6cc1cd2
Browse repository at this point
fix: add SKILLOPT_SLEEP_PYTHON override + lookback_hours first-run fallback
Show description for 889238b
carpedkm
and
claude
committed
889238b
View commit details
Copy full SHA for 889238b
Browse repository at this point
Merge pull request #73 from Yif-Yang/fix/bare-subscription-auth
Show description for b5a1c2b
Yif-Yang
authored
b5a1c2b
View commit details
Copy full SHA for b5a1c2b
Browse repository at this point
fix: narrow CLI error markers to avoid false positives
Show description for 552ddef
carpedkm
and
claude
committed
552ddef
View commit details
Copy full SHA for 552ddef
Browse repository at this point
fix(sleep): make --bare conditional on ANTHROPIC_API_KEY (#68)
Show description for bfa53bc
carpedkm
and
claude
committed
bfa53bc
View commit details
Copy full SHA for bfa53bc
Browse repository at this point
Merge pull request #72 from Yif-Yang/feat/plugin-feature-sync
Show description for 24b5a25
Yif-Yang
authored
24b5a25
View commit details
Copy full SHA for 24b5a25
Browse repository at this point
fix: address codex+gpt-5.5 review findings
Show description for 0d648b2
carpedkm
and
claude
committed
0d648b2
View commit details
Copy full SHA for 0d648b2
Browse repository at this point
fix: address review findings in plugin sync PR
Show description for 7d36b1d
carpedkm
and
claude
committed
7d36b1d
View commit details
Copy full SHA for 7d36b1d
Browse repository at this point
feat: sync all 4 runtime plugins with full engine surface + fix #52 #58 #62
Show description for 0be7800
carpedkm
and
claude
committed
0be7800
View commit details
Copy full SHA for 0be7800
Browse repository at this point
Merge pull request #60 from Kirchberg/codex/reviewed-task-files-cwd
Show description for 0b5b9a4
carpedkm
committed
0b5b9a4
View commit details
Copy full SHA for 0b5b9a4
Browse repository at this point
Add reviewed task-file flow for Codex sleep runs
Kirchberg
authored and
carpedkm
committed
05cdc26
View commit details
Copy full SHA for 05cdc26
Browse repository at this point
Merge pull request #50 from Dongbumlee/Dongbumlee/copilot-sleep-backend
Show description for 382811d
Yif-Yang
authored
382811d
View commit details
Copy full SHA for 382811d
Browse repository at this point
Commits on Jun 18, 2026
docs(plugins): list copilot in the cross-tool backend overview
Show description for d367ae1
Dongbumlee
and
Copilot
committed
d367ae1
View commit details
Copy full SHA for d367ae1
Browse repository at this point
docs(copilot): correct backend hint in research MCP plugin (openai -> azure_openai)
Show description for 2c0980b
Dongbumlee
and
Copilot
committed
2c0980b
View commit details
Copy full SHA for 2c0980b
Browse repository at this point
feat(copilot): implement attempt_with_tools with cross-platform tool shims
Show description for 5799695
Dongbumlee
and
Copilot
committed
5799695
View commit details
Copy full SHA for 5799695
Browse repository at this point
test: add unit tests for CopilotCliBackend (parsing + alias + isolated home)
Show description for 013a7cd
Dongbumlee
and
Copilot
committed
013a7cd
View commit details
Copy full SHA for 013a7cd
Browse repository at this point
Add GitHub Copilot backend to SkillOpt-Sleep
Show description for 21f93c1
Dongbumlee
and
Copilot
committed
21f93c1
View commit details
Copy full SHA for 21f93c1
Browse repository at this point
Add SkillOpt research-engine MCP server plugin for Copilot
Show description for 5dc8947
Dongbumlee
and
Copilot
committed
5dc8947
View commit details
Copy full SHA for 5dc8947
Browse repository at this point
Commits on Jun 17, 2026
Merge pull request #65 from summerview1997/codex/searchqa-materialize-splits
Show description for 6940e46
Yif-Yang
authored
6940e46
View commit details
Copy full SHA for 6940e46
Browse repository at this point
Merge pull request #64 from summerview1997/codex/searchqa-rollout-failfast
Show description for 0e96221
Yif-Yang
authored
0e96221
View commit details
Copy full SHA for 0e96221
Browse repository at this point
Merge pull request #63 from summerview1997/codex/webui-env-backend-preflight
Show description for fc42e6b
Yif-Yang
authored
fc42e6b
View commit details
Copy full SHA for fc42e6b
Browse repository at this point
Commits on Jun 16, 2026
Add SearchQA materialization tests
summerview1997
committed
c755792
View commit details
Copy full SHA for c755792
Browse repository at this point
Add SearchQA split materialization helper
summerview1997
committed
e591a28
View commit details
Copy full SHA for e591a28
Browse repository at this point
Add SearchQA materialization dependency extra
summerview1997
committed
c04467a
View commit details
Copy full SHA for c04467a
Browse repository at this point
Document SearchQA split materialization
summerview1997
committed
d5ae8c8
View commit details
Copy full SHA for d5ae8c8
Browse repository at this point
Add SearchQA rollout fail-fast tests
summerview1997
committed
923becb
View commit details
Copy full SHA for 923becb
Browse repository at this point
Fail fast on systemic SearchQA rollout failures
summerview1997
committed
da79962
View commit details
Copy full SHA for da79962
Browse repository at this point
Add WebUI env preflight tests
summerview1997
committed
30cc8a3
View commit details
Copy full SHA for 30cc8a3
Browse repository at this point
Add WebUI env loading and backend preflight
summerview1997
committed
d05851b
View commit details
Copy full SHA for d05851b
Browse repository at this point
Commits on Jun 15, 2026
docs(sleep): trim RESULTS to the headline results (remove the full grid)
Show description for 46b3207
Yif-Yang
committed
46b3207
View commit details
Copy full SHA for 46b3207
Browse repository at this point
docs(sleep): expand the grid into per-benchmark night-by-night tables
Show description for d43e8db
Yif-Yang
committed
d43e8db
View commit details
Copy full SHA for d43e8db
Browse repository at this point
docs(sleep): add full Results & Analysis (RESULTS.md); link from README
Show description for d02098f
Yif-Yang
committed
d02098f
View commit details
Copy full SHA for d02098f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.