FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts - microsoft/SkillOpt · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
SkillOpt
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
16.4k
Code
Issues
19
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SkillOpt
scripts
on
main
User selector
Datepicker
Commit history
Commits on Aug 23, 2026
Fixes the Claude Code Exec backend for issue #233 (#238)
Show description for 2e23a25
Nuplum (45lab95)
authored
2e23a25
View commit details
Copy full SHA for 2e23a25
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Add explicit qwen_chat thinking_mode wire policy (#240)
Show description for 601f5f7
Yifan Yang (Yif-Yang)
authored
601f5f7
View commit details
Copy full SHA for 601f5f7
View code at this point
Browse repository at this point
feat(minimax): add service region selection for the chat base URL (#234)
Show description for 2715901
Octopus
and
Octopus (octo-patch)
authored
2715901
View commit details
Copy full SHA for 2715901
View code at this point
Browse repository at this point
Commits on Aug 15, 2026
fix(codex_exec): harden config propagation after #220
Yifan Yang (Yif-Yang)
committed
17b4823
View commit details
Copy full SHA for 17b4823
View code at this point
Browse repository at this point
Merge pull request #220 from RohithPariki/fix-issue-209
Show description for 122cad2
Yifan Yang (Yif-Yang)
authored
122cad2
View commit details
Copy full SHA for 122cad2
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
fix(config): filter retired overrides before format detection (#219)
Yifan Yang (Yif-Yang)
committed
93bdf3d
View commit details
Copy full SHA for 93bdf3d
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
fix(config): warn on every path that still sets max_analyst_rounds
Show description for 02e72b1
William Yang (wilyan09007)
committed
02e72b1
View commit details
Copy full SHA for 02e72b1
View code at this point
Browse repository at this point
fix(config): retire gradient.max_analyst_rounds
Show description for 7c95080
William Yang (wilyan09007)
committed
7c95080
View commit details
Copy full SHA for 7c95080
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Fix #209: Support codex_exec configuration aliases and fix sandbox propagation
RohithPariki
committed
6f2cb5b
View commit details
Copy full SHA for 6f2cb5b
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
fix(config): honor YAML backend selection
Yifan Yang (Yif-Yang)
committed
a64cc41
View commit details
Copy full SHA for a64cc41
View code at this point
Browse repository at this point
Merge pull request #202 from lufen/feat/copilot-cli-backend
Show description for d4f1a53
Yifan Yang (Yif-Yang)
authored
d4f1a53
View commit details
Copy full SHA for d4f1a53
View code at this point
Browse repository at this point
fix(model): use Copilot CLI default exec model
Show description for 0ffd2cf
Christopher Haugen (lufen)
committed
0ffd2cf
View commit details
Copy full SHA for 0ffd2cf
View code at this point
Browse repository at this point
fix(eval): preserve explicit role backends
Show description for 8208cd4
Christopher Haugen (lufen)
committed
8208cd4
View commit details
Copy full SHA for 8208cd4
View code at this point
Browse repository at this point
fix(model): address Copilot backend review blockers
Show description for eff4af8
Christopher Haugen (lufen)
committed
eff4af8
View commit details
Copy full SHA for eff4af8
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
refactor(scripts): extract UTF-8 console setup into a shared helper
Show description for 6fde04a
Christopher Haugen (lufen)
and
Copilot
committed
6fde04a
View commit details
Copy full SHA for 6fde04a
View code at this point
Browse repository at this point
fix(scripts): address review - best-effort UTF-8 reconfigure, skip already-utf8 streams
Show description for ea40830
Christopher Haugen (lufen)
and
Copilot
committed
ea40830
View commit details
Copy full SHA for ea40830
View code at this point
Browse repository at this point
feat(model): add the GitHub Copilot CLI as a backend
Show description for 315deb1
Christopher Haugen (lufen)
committed
315deb1
View commit details
Copy full SHA for 315deb1
View code at this point
Browse repository at this point
fix(scripts): force UTF-8 on stdout/stderr so runs survive a cp1252 console
Show description for 36d9a98
Christopher Haugen (lufen)
committed
36d9a98
View commit details
Copy full SHA for 36d9a98
View code at this point
Browse repository at this point
fix(backend): honor --backend when the base config already sets role backends
Show description for a971677
Christopher Haugen (lufen)
committed
a971677
View commit details
Copy full SHA for a971677
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Merge pull request #134 from NovusEdge/feat/superpowers-adapter
Show description for 59faf00
Yifan Yang (Yif-Yang)
authored
59faf00
View commit details
Copy full SHA for 59faf00
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
fix(sleep): make validation and model diagnostics truthful
Yifan Yang (Yif-Yang)
committed
28efe2a
View commit details
Copy full SHA for 28efe2a
View code at this point
Browse repository at this point
fix(sleep): track role-specific model and credential settings
Yifan Yang (Yif-Yang)
committed
fa8ce5a
View commit details
Copy full SHA for fa8ce5a
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
security: warn on model swap between nights; correct docs and CLI credential guidance
Show description for 4a65cc5
Murali Chillakuru
committed
4a65cc5
View commit details
Copy full SHA for 4a65cc5
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
fix(adapters): harden evidence, fail closed on more edges (Copilot round 3)
Show description for f76df89
Aliasgar Khimani (NovusEdge)
and
Claude (claude)
committed
f76df89
View commit details
Copy full SHA for f76df89
View code at this point
Browse repository at this point
fix(adapters): real bootstrap load, unforgeable evidence, credential isolation
Show description for 674d1db
Aliasgar Khimani (NovusEdge)
and
Claude (claude)
committed
674d1db
View commit details
Copy full SHA for 674d1db
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
fix(adapters): address remaining review blockers
Show description for 5a3050d
Aliasgar Khimani (NovusEdge)
committed
5a3050d
View commit details
Copy full SHA for 5a3050d
View code at this point
Browse repository at this point
Allow cursor to work with non-sleep Skillopt
James Davies (jamesmdavies88)
committed
586b1e3
View commit details
Copy full SHA for 586b1e3
View code at this point
Browse repository at this point
fix(adapters): address Superpowers review feedback
Show description for 17ac336
Aliasgar Khimani (NovusEdge)
and
Claude (claude)
committed
17ac336
View commit details
Copy full SHA for 17ac336
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
fix(codex): support exec optimizer backend
TheGameVIX
committed
0b94f89
View commit details
Copy full SHA for 0b94f89
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
Reject overlapping SearchQA manifest ids
Show description for 0891674
Ziiii (AmberGuozx)
committed
0891674
View commit details
Copy full SHA for 0891674
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
feat(eval): add missing minimax backend configuration
Show description for 6849e60
Yifan Yang (Yif-Yang)
authored and
Tanmay Garg (Tanmay9223)
committed
6849e60
View commit details
Copy full SHA for 6849e60
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
fix(eval-only): call configure_qwen_chat so itslocal LLM endpoints can be used
Show description for 8559308
Gergely Imreh (imrehg)
and
Qwen-Coder
committed
8559308
View commit details
Copy full SHA for 8559308
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Add SearchQA split materialization helper
summerview1997
committed
e591a28
View commit details
Copy full SHA for e591a28
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
feat(optimizer): skill-aware reflection (EmbodiSkill S_app), config-controlled and env-independent
Show description for 0dc8416
Ziyang Gong (Cuzyoung)
and
Claude (claude)
committed
0dc8416
View commit details
Copy full SHA for 0dc8416
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Support Qwen chat as optimizer backend
赵开开 (LifeIsSoSolong)
committed
41012e2
View commit details
Copy full SHA for 41012e2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL