repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
YOURLS/YOURLS
4,089
issue_to_patch
`YOURLS_DEBUG` and `yourls_debug_mode()` discrepancy Functions regarding the debug mode could be less dumb Currently, `yourls_debug_mode()` sets the debug mode on or off (without much validation of the var, btw) but `yourls_get_debug_mode()` doesn't care and only checks if the var is set and its value (the var is ALW...
Improve debug functions and logic
- Fixes #4041 : make debug mode toggable, don't log anything if debug is false - Actually logs the proper SQL function as #4064 was supposed to do - Don't enforce debug mode when installing (eg unit tests for instance) - Update tests - Update coding style : from now on when I'll touch a function, I'll add return ty...
77278c79b844bcc81c131d4338215d260c57f85a
1d6547ead12b1b80f189a768d43ea34f2ee9410a
diff --git a/includes/Config/Config.php b/includes/Config/Config.php index cef031b26..2f726d288 100644 --- a/includes/Config/Config.php +++ b/includes/Config/Config.php @@ -13,48 +13,48 @@ class Config { /** * @var string */ - protected $root; + protected string $root; /** * @var str...
[ "includes/Config/Config.php", "includes/Database/Logger.php", "includes/functions-debug.php", "includes/functions-install.php", "includes/load-yourls.php", "tests/tests/debug/DebugLogTest.php" ]
[]
diff --git a/tests/tests/debug/DebugLogTest.php b/tests/tests/debug/DebugLogTest.php index 0139df91b..33ad4b587 100644 --- a/tests/tests/debug/DebugLogTest.php +++ b/tests/tests/debug/DebugLogTest.php @@ -6,7 +6,18 @@ #[\PHPUnit\Framework\Attributes\Group('debug')] class DebugLogTest extends PHPUnit\Framework\TestCas...
true
YOURLS/YOURLS
4,103
issue_to_patch
Bump shivammathur/setup-php from 2.37.0 to 2.37.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.0 to 2.37.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shivammathur/setup-php/releases">shivammathur/setup-php's releases</a>.</em></p> <blockquote> <h2>2.37.1</h2> <h2>Changelog</h2> <h3...
fce60f04375516a760537d582c21070f2939ab78
adfb9de2c6c0490de1a7160b3aaf043afb261fab
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262fa8be1..86a290a81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v6 - name: Use PHP ${{ matrix.php }} - uses: shivammathur/setup-php@2.37.0 + uses: shiva...
[ ".github/workflows/ci.yml" ]
[]
true
YOURLS/YOURLS
4,104
issue_to_patch
Make tests debugging easier
This trivial PR facilitates some reports on failing tests. I recently encountered 2 situations that had me pulling some hair * `$_REQUEST` not being populated according to `phpunit.xml.dist` -- it has something to do with code coverage in the `uses: shivammathur/setup-php` step. I didn't dig too far but anyway th...
d696cadf778e2054264c3a692fe883efa8c2f4e0
21751eb824fd2e55dd2c8abe9e59428f65c80608
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 95a9546ce..75d932c19 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5...
[ "phpunit.xml.dist", "tests/tests/auth/AuthTest.php", "tests/tests/auth/LoginAssertionTrait.php", "tests/tests/auth/LogoutTest.php", "tests/tests/auth/RedirectionTest.php" ]
[]
diff --git a/tests/tests/auth/AuthTest.php b/tests/tests/auth/AuthTest.php index a59c19bbb..c1f5f2534 100644 --- a/tests/tests/auth/AuthTest.php +++ b/tests/tests/auth/AuthTest.php @@ -176,9 +176,15 @@ public function test_hash_passwords_now() { * Check that encrypting un-writable file returns expected error ...
true
YOURLS/YOURLS
4,105
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-05-18. Source: https://www.maxmind.com/en/account/login
c3fc8e2370d240403c17c2e4a70e1e234759a5b3
466c451158454f299b10b5c63cee413cd9abbf6f
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 0c058ff45..c3e29bdba 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,106
issue_to_patch
Update certificates
Updated certificates, last verified on 2026-05-18. Source: https://curl.se/docs/caextract.html
7983c54c9634175197a24d38ea5e60768adf87e1
08939bb74db7c0e67f10dfca377711552fb13339
diff --git a/includes/vendor/rmccue/requests/certificates/cacert.pem b/includes/vendor/rmccue/requests/certificates/cacert.pem index a78e1dd47..3e158b864 100644 --- a/includes/vendor/rmccue/requests/certificates/cacert.pem +++ b/includes/vendor/rmccue/requests/certificates/cacert.pem @@ -1,7 +1,7 @@ ## ## Bundle of C...
[ "includes/vendor/rmccue/requests/certificates/cacert.pem", "includes/vendor/rmccue/requests/certificates/cacert.pem.sha256" ]
[]
true
YOURLS/YOURLS
4,060
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-02-09. Source: https://www.maxmind.com/en/account/login
1b449dd1a78a82ce83db822fa444b0b578aff751
e14e7d697682d862cc407efa7804133341ca080b
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 3f213ad96..487fdd977 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,065
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-02-16. Source: https://www.maxmind.com/en/account/login
2d33eda286cc8286a246a254a19e24dc5beb9611
798216514ba47c07258822b1b5f22cc4aa2f8e9d
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 487fdd977..331d1c589 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,070
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-02-23. Source: https://www.maxmind.com/en/account/login
4e20fd8b5b808d20a6728de3ea6065379286f34d
cd122cb3e5f6ad71a8e8ee73bb79b74ae959c08f
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 331d1c589..4fd6e0110 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,072
issue_to_patch
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>v7 What's new</h2> <h3>D...
10a58d2d82e8744c0476d59d9e0f19742e5af76e
35cc1b0f95d1572bc28cb08fd67489d30773fbf7
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index a084e77bb..c5c607110 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -49,7 +49,7 @@ jobs: --keyword=yourls_n_noop:1,2 \ --keyword=y...
[ ".github/workflows/update-translations.yml" ]
[]
true
YOURLS/YOURLS
4,073
issue_to_patch
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>v8 - What's new<...
bf50f1e6f83003a7379b4371bd9693315eff1bb4
724c9dbd2ae8ee53ed9b0e3a89f0787ec949dac7
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index c5c607110..c68ee4ff7 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -66,7 +66,7 @@ jobs: with: repository: YOURLS/YOURLS.pot - - ...
[ ".github/workflows/update-translations.yml" ]
[]
true
YOURLS/YOURLS
4,074
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-03-02. Source: https://www.maxmind.com/en/account/login
b0d97f92c81da09714b4af7763a6010bb8097dd1
7c1977ef4a27b84ee51a2add2fc6293cacdc8fb0
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 4fd6e0110..f51bdd7c3 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ diff --git a/includes/geo/LICENSE.txt b/includes/geo/LICENSE.txt index ee7434dc9..8652d14e9 100644 --- ...
[ "includes/geo/GeoLite2-Country.mmdb", "includes/geo/LICENSE.txt" ]
[]
true
YOURLS/YOURLS
4,069
issue_to_patch
Notice overlaps with header logo in admin panel ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/YOURLS/.github/blob/main/CODE_OF_CONDUCT.md). ### Submission validity - [X] This is not a personal support request, that should be posted on [discussions community](https:/...
Notice overlapping logo in admin panel
The `h1` element was using a hardcoded `height: 50px` which, combined with its `float: right`, caused `div.notice` to overlap the logo when shown after plugin activation or deactivation. Block elements do not clear floats by default, so the notice would render at the top of the collapsed header rather than below it. ...
5187887956d0c0bf2944984cb1de596612f79833
8680ff4d2ffbe80bef4a88f397222297a2e16190
diff --git a/css/style.css b/css/style.css index 1f108417d..d475bcafa 100644 --- a/css/style.css +++ b/css/style.css @@ -32,7 +32,7 @@ a, a:link, a:active, a:visited { a:hover { text-decoration: underline; } -h1 {height:50px;margin:0;float:right;max-width:500px;} +h1 {margin:0;float:right;max-width:500px;} h1 a {t...
[ "css/style.css" ]
[]
true
YOURLS/YOURLS
4,059
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-02-02. Source: https://www.maxmind.com/en/account/login
948730f275b9374b770cb81e03a0ef3b133bb9e4
e085e25268f0edca73af63f89c3f2fdf39045e1d
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index c160c4f2d..3f213ad96 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,058
issue_to_patch
Shunt filters may be inoperative In the YOURLS code base we have a number of functions like this : ```php function yourls_do_something( $param ) { // Allow plugins to short-circuit the whole function $pre = yourls_apply_filter( 'shunt_do_something', false, $params ); if ( false !== $pre ) { retur...
Improve shunt filters
Fixes #4057 Also, update the shunt logic in GeoIP functions and while I'm at it update the geoip tests
bc102dd7f9f729b96bb803543b7ee25883787121
823df17d5820219c5ac6b55ed2ce84dbfef4624b
diff --git a/includes/class-mysql.php b/includes/class-mysql.php index 603c87c83..e7c12e1cb 100644 --- a/includes/class-mysql.php +++ b/includes/class-mysql.php @@ -96,8 +96,8 @@ function yourls_db_connect($context = '') { */ function yourls_get_db($context = '') { // Allow plugins to short-circuit the whole fu...
[ "includes/class-mysql.php", "includes/functions-auth.php", "includes/functions-geo.php", "includes/functions-html.php", "includes/functions-http.php", "includes/functions-install.php", "includes/functions-options.php", "includes/functions-plugins.php", "includes/functions-shorturls.php", "includes...
[]
diff --git a/tests/tests/geoip/GeoIPTest.php b/tests/tests/geoip/GeoIPTest.php index ca51143aa..aef2becfb 100644 --- a/tests/tests/geoip/GeoIPTest.php +++ b/tests/tests/geoip/GeoIPTest.php @@ -34,9 +34,12 @@ public function test_countrycode_to_countryname( $code, $country ) { * Check a few code return a string wh...
true
YOURLS/YOURLS
4,054
issue_to_patch
Localization support for date and time display
This PR adds localization support for date and time display in admin interface and info pages, as requested in issue #3937. It wraps the hardcoded date format strings in yourls__() so they can be translated/customized per locale.
3e1763ab38bbb941b680a80615e585be22e6e277
cf14481ee11d9ca7b1c91811dd20c313110b5741
diff --git a/includes/functions-html.php b/includes/functions-html.php index aadf6f696..71ffb3fe0 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -662,7 +662,7 @@ function yourls_table_add_row( $keyword, $url, $title, $ip, $clicks, $timestamp, 'timestamp' => array( 't...
[ "includes/functions-html.php", "yourls-infos.php" ]
[]
true
YOURLS/YOURLS
4,056
issue_to_patch
Bump phpunit/phpunit from 11.5.10 to 11.5.50 in /tests in the composer group across 1 directory
Bumps the composer group with 1 update in the /tests directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit). Updates `phpunit/phpunit` from 11.5.10 to 11.5.50 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/releases">phpunit/phpun...
23b52fcab1ad6f71e40ea1c4651a1810595cb629
eff93580ed094c00b3657e9a364186677e7f5ee5
[ "tests/composer.lock" ]
[]
diff --git a/tests/composer.lock b/tests/composer.lock index 5f50e7ca1..4117ba6cb 100644 --- a/tests/composer.lock +++ b/tests/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "myclabs/deep-copy", - "version": "1.13.0", + "version": "1.13.4", "source"...
true
YOURLS/YOURLS
4,055
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-01-26. Source: https://www.maxmind.com/en/account/login
31be27c2b3a00f75db575ead728411c5234ba532
e166dba17e37544d621e51b840e4de8928f81a56
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 6ddca9358..c160c4f2d 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,051
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-01-19. Source: https://www.maxmind.com/en/account/login
b62ba8bf0393239561d0bdd780b7431ba2e3c170
f3f7f43e212d278ce92c1bbb44675190e4491c59
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index 280252cf9..6ddca9358 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,049
issue_to_patch
Update GeoIP DB
Updated GeoIP database, last verified on 2026-01-12. Source: https://www.maxmind.com/en/account/login
5db53e59ac8311e175959f6aec204279412f285f
7e3526d1f4d9c9dd606fd0b0ffd8c116d3605a76
diff --git a/includes/geo/GeoLite2-Country.mmdb b/includes/geo/GeoLite2-Country.mmdb index fe2bce7e3..280252cf9 100644 Binary files a/includes/geo/GeoLite2-Country.mmdb and b/includes/geo/GeoLite2-Country.mmdb differ
[ "includes/geo/GeoLite2-Country.mmdb" ]
[]
true
YOURLS/YOURLS
4,108
issue_to_patch
Release v1.10.4
This changelog is the basis for a draft release (maintainers only) and ~~upcoming~~ PR to the website repo with a draft blog post announcement (YOURLS/website#456).
e1e93476655107e6caab34e52259eb1c91079ec7
7abef296617a96a479a56254d2d718baa68e5f9d
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2f7d1d4..1c008d628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ YOURLS Changelog _This file lists the main changes through all versions of YOURLS. For a much more detailed list, simply refer to [commit messages](https://github.com/YOURLS/YOURLS/commi...
[ "CHANGELOG.md", "includes/version.php" ]
[]
true
YOURLS/YOURLS
4,107
issue_to_patch
Prevent XSS in stat pages through referrers
Fix potential XSS as described [here](https://github.com/YOURLS/YOURLS/security/advisories/GHSA-5h77-88j3-r659) * JS data used to generate the graph is handled with `yourls_esc_js()` as it should have been * A few more sanitization while I was there, with `yourls_get_favicon_url()` and `yourls_get_domain()` to out...
7c7713c9e486c8644f7d0448c145d6af65212ec5
ba70782060841c5f27f7d98150117274e43b06b2
diff --git a/includes/functions-infos.php b/includes/functions-infos.php index 4cbe8956c..82acd915c 100644 --- a/includes/functions-infos.php +++ b/includes/functions-infos.php @@ -38,8 +38,8 @@ function yourls_stats_countries_map($countries, $id = null) { * * @param array $data Array of 'data' => 'value' * @par...
[ "includes/functions-infos.php", "tests/tests/format/URLTest.php" ]
[]
diff --git a/tests/tests/format/URLTest.php b/tests/tests/format/URLTest.php index 6be9c9365..8165abd9c 100644 --- a/tests/tests/format/URLTest.php +++ b/tests/tests/format/URLTest.php @@ -317,4 +317,67 @@ function test_various_idn_cases($url, $expected) { $this->assertEquals( yourls_sanitize_url($url), $expec...
true
YOURLS/YOURLS
4,013
issue_to_patch
`YOURLS_UNIQUE_URLS` slows down large instances ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/YOURLS/.github/blob/main/CODE_OF_CONDUCT.md). ### Submission validity - [X] This is not a personal support request, that should be posted on [discussions community](https:/...
Add a url index for faster SQL lookups with large tables
This is a replacement for the hash index I added in https://github.com/YOURLS/YOURLS/pull/4006 I found that just adding a basic index to the urls column limited to 30 chars has the same performance boost as the url hash. This handles it all in mysql without adding any new complexity to the codebase or queries. To...
3a12caf8c21b18ecbd7f5c418928d7d5127e30d0
354026ee9d23e9cb271ada456dcb0c3761b90c34
diff --git a/includes/functions-install.php b/includes/functions-install.php index 534510609..e70c962a8 100644 --- a/includes/functions-install.php +++ b/includes/functions-install.php @@ -224,7 +224,8 @@ function yourls_create_sql_tables() { '`clicks` int(10) unsigned NOT NULL,'. 'PRIMARY KEY (`key...
[ "includes/functions-install.php", "includes/functions-upgrade.php", "includes/version.php" ]
[]
true
YSGStudyHards/DotNetGuide
61
issue_to_patch
优化文档描述,提升阅读体验
优化了README.md的细节描述,让内容更清晰
bb4b324ae54c57887b0982aa92abc5555368d44c
b8f1990c34e8aeb457b9ff315dc81ad4026493e1
diff --git a/README.md b/README.md index 77587d92..253790c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 📚DotNetGuide简介 -在当前技术生态中,关于Java、前端、Android、Golang...等相关技术的学习资料、工作心得、面试指南随处可见,但是咱们C#/.NET的相关学习资料、工作心得、面试指南却显得零散而稀缺。**我在QQ技术群、微信技术群、知乎里面经常会看到这样的提问:有没有好的C#/.NET相关的学习书籍、视频教程、项目框架和常见面试题推荐的?** 并不是没有人写,而...
[ "README.md" ]
[]
true
YSGStudyHards/DotNetGuide
60
issue_to_patch
添加2个好用的项目
9070e211b50b9d92f2ed9644ce3f3b56570a1f43
fd47eeae78d8dfdbd13889d4cef5a8b62cab2d58
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index b7d274b4..dce6159a 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -1450,7 +1450,7 @@ | 6 | [CSharpWpfChatGPT](https://github.com/psun247/CSharpWpfChatGPT) | C# WPF ChatGPT API (GPT-3.5 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
55
issue_to_patch
Update DotNetProjectPicks.md
Add "TDSContent: in file search tool. https://github.com/LdotJdot/TDSContent
8db4d8dbd2a68452a57ba2f5d976b3216f77c345
7a7e4273b7ca4e5c8ab8454dcb8cdc0bfd083fbe
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 594ac1e0..5ab856d8 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -1523,7 +1523,7 @@ | 2 | [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher) | Flow Launcher是一款.NET开源(MIT L...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
54
issue_to_patch
Update DotNetProjectPicks.md add filesearch tool TDS
Add the introduction of TDS, a file search tool open sourced as MIT license. https://github.com/LdotJdot/TDS
cc9d2bad919a14d6da4f2125010f9fdc020cacff
03c3f2a55eabb425936a1aec6c5531a4f924c771
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 8b869f25..5cb07976 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -1515,7 +1515,7 @@ | 1 | [EverythingToolbar](https://github.com/srwi/EverythingToolbar) | EverythingToolbar 是一款基于 .NET ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
52
issue_to_patch
新增web框架NetCoreKevin
| 10 | [NetCoreKevin](https://github.com/junkai-li/NetCoreKevin) | NetCoreKevin是基于NET8搭建DDD-微服务-现代化Saas企业级WebAPI架构支持:IDS4单点登录、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、IOC模块化注入、Cors、Quartz自动任务、多短信集成、AI智能体、AISemanticKernel集成、OCR验证码识别、API多版本兼容、单元集成测试 | [NetCoreKevin](https://github.com/junkai-li/NetC...
030222cd00d21cb673b5a8f3fb448845cce4aca0
941c14e67d303c2767ebc168e0a6ebf8addc6162
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index c5c6d63c..bc5ad5b7 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -174,7 +174,7 @@ | 7 | [JsonApiDotNetCore](https://github.com/json-api-dotnet/JsonApiDotNetCore) | JsonApiDotNetCore是一个...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
50
issue_to_patch
Update 身份认证授权框架
858a1f876740a46871e31e6833c946b7862e06d5
6f4f6f6fd57cbabbe76fe79fb5b45cf2b7583d95
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index da5cf93b..1fdd7351 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -393,7 +393,7 @@ | 1 | [OpenIddict](https://github.com/openiddict/openiddict-core) | 一个开源的身份认证和授权框架,用于简化实现身份验证、令牌颁发和访问控制...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
49
issue_to_patch
fynix
Fynix combines real-time AI coding assistance with agent-powered code reviews. Write smarter, faster, and cleaner code
0e5d465cc77c730a832c4eec0f82c0501ca39176
790b649f54fa3a0ab0aaa51a732583e76919496d
diff --git a/README.md b/README.md index 3ebe977d..d6348dc1 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ * [免费AI编程助手:豆包MarsCode](https://www.marscode.cn/home) * [领先的开源AI代码助手:Continue](https://github.com/continuedev/continue) * [免费好用的AI编程助手:Fitten Code](https://code.fittentech.com) +* [强大的AI编码助手:Fynix](...
[ "README.md" ]
[]
true
YSGStudyHards/DotNetGuide
48
issue_to_patch
Add 2个.NET文件压缩处理库
b12b8f9ebea3e81f3b213cd7e4017040445edf9d
2e02a4c615b3afcbb1e11eb0d37bb975afb215db
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 4edfef31..feab956f 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -1749,8 +1749,8 @@ | ✍ | 项目名称和地址 | 项目简介 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
47
issue_to_patch
添加轻量级的.NET ORM - NPoco
8ba173452413643635a54488e9d7776b3426ef55
3dbe36d5320a57c53cbe38545008a1f903467e89
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index f4d58033..b39fd37d 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -245,7 +245,7 @@ | 14 | [linq2db](https://github.com/linq2db/linq2db) | LINQ to DB 是最快的LINQ数据库访问库,在POCO对象和数据库之间提供了一个简单、...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
46
issue_to_patch
Update DotNetProjectPicks.md
Add AntSK For AI LLM
b9122a23ec9e0898e3353716e51332b16542151e
ab07eca2f7a24596a4df19a576eeac77e96754d5
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index a41815b9..f4d58033 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -295,7 +295,7 @@ | 7 | [BotSharp](https://github.com/SciSharp/BotSharp) | BotSharp 是一个面向企业级 LLM 应用的开源 AI 框架,旨在促进智能机器人助手...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
45
issue_to_patch
添加快速开发框架
6959154c2f8da652fd0d0eca81d2701375825013
8ed3f49040c34b051085c08c49907d0914bdf796
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index ae757612..50ba4108 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -473,7 +473,7 @@ | 29 | | | | | 28 | | | | | 27 | | | | -| 26 | | | | +| 26 | [Known](https://git...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
40
issue_to_patch
Update DotNetProjectPicks.md
e5dd98907f850f16014af8223c18ec24aa3e4a8d
45004f84cdcd012c34379f0f7d365723c345b529
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 621dc116..e2327136 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -346,7 +346,7 @@ | ✍ | 项目名称和地址 | 项目简介 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
39
issue_to_patch
Add C#实用工具类库
9520407516b21702e42bc34a2314bc94866269c3
b7b746ab287ae7e034ee71b173e3313d899ad1da
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index a89335f1..b1012bc3 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -964,7 +964,7 @@ | 6 | | | | | 5 | | | | | 4 | | | | -| 3 | | | | +| 3 | [Z.ExtensionMethods](htt...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
38
issue_to_patch
Update 添加EasyCms内容管理系统
9797f5c30d5900a2d56c79b9d0b32e94b985f701
740a200121cc8b3559a483003190dad44b165d93
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 399a52fe..a89335f1 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -461,7 +461,7 @@ | ✍ | 项目名称和地址 | 项目简介 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
35
issue_to_patch
Update DotNetProjectPicks.md
基于C#/.NET8的 masuit.org个人博客站项目源码
0ec0c5b28ac308baf50ce95e1abfef9bffa35382
3e50be49750851f65a44a27bcad475dfed1fa9b5
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index e40b0af8..bf49915b 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -544,7 +544,7 @@ | ✍ | 项目名称和地址 | 项目简介 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
33
issue_to_patch
新增两款WPF UI库
dc231165320877c3ef0625bf3599ef53b7efec29
a93cc2a3c493940741dfe4224c917c788b1dcfa8
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index f4eed043..615b082f 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -836,8 +836,8 @@ | 6 | | | | | 5 | | | | | 4 | | | | -| 3 | | | | -| 2 | | | | +| 3 | [Handy...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
32
issue_to_patch
增加 Chloe.ORM
添加.net 框架 Chloe.ORM
43e4f93cdcfcfa53d11c8bd678eb1329ecf57c84
fd0a22f93f288ed0ae8f9e8b779e52fd03478147
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index eb423861..f4eed043 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -148,7 +148,7 @@ | 8 | | | | | 7 | | | | | 6 | | | | -| 5 | | | | +| 5 | [Chloe.ORM](https://gith...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
31
issue_to_patch
在 「C#/.NET/.NET Core优秀项目和框架精选」文档中新增开源博客系统-StarBlog
项目介绍: StarBlog是对Markdown支持友好的博客系统。基于.Net6 + Vue开发,遵循RESTFul接口规范,同时提供了一套从零开始开发的教程文章,可作为 .Net Core 入门项目学习~
820d4cc728e894446c9d34f917179d15791a7a5d
61cc7211f84da12357f1302cf0b2b0a4a9a17588
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 064effe6..6ff6fd27 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -389,7 +389,7 @@ | 5 | | | | | 4 | | | | | 3 | | | | -| 2 | | | | +| 2 | [StarBlog](https://githu...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
30
issue_to_patch
新增实用项目和框架
7c7c869b2475b2282c804e48b9bfb50cec75e75f
8c85df1385d65f83b34bd3c037fdf7ef5119913f
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index 91141fbd..33c4b11f 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -62,7 +62,7 @@ | ✍ | 项目名称和地址 | 项目简介 ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
29
issue_to_patch
新增Admin权限管理系统
c921c6e71d276b1bc5a61ac29d92325afc8c1b51
ccaba5e0dfa6b7745d34063511dddfca020ff7dd
diff --git a/docs/DotNet/DotNetProjectPicks.md b/docs/DotNet/DotNetProjectPicks.md index de309156..2db78850 100644 --- a/docs/DotNet/DotNetProjectPicks.md +++ b/docs/DotNet/DotNetProjectPicks.md @@ -170,9 +170,9 @@ | 7 | | | | | 6 | | | | | 5 | | | | -| 4 | | | | -| 3 | | | | -| 2 | | | ...
[ "docs/DotNet/DotNetProjectPicks.md" ]
[]
true
YSGStudyHards/DotNetGuide
27
issue_to_patch
Update DotNetWeeklySelection.md
add Masa Framework
d8945c0d8e5f36a3d97e7f5dd1ac286dd92cdc74
feddfc789f84d7a88d8c8b97f12ceb740a1c53df
diff --git a/docs/DotNet/DotNetWeeklySelection.md b/docs/DotNet/DotNetWeeklySelection.md index 0955c4d9..278131a7 100644 --- a/docs/DotNet/DotNetWeeklySelection.md +++ b/docs/DotNet/DotNetWeeklySelection.md @@ -12,7 +12,7 @@ * 微服务框架 * .NET ORM框架 * 网络应用框架 - + * 开源项目 * 商城项目系统 * 后台&权限管理系统 @@ -29,40 +29,41...
[ "docs/DotNet/DotNetWeeklySelection.md" ]
[]
true
YSGStudyHards/DotNetGuide
24
issue_to_patch
Update README.md
添加Blazor相关学习教程文章
f924a041dd75977dc91593d0ecd912292ddc4cee
fa10835fb6c6082bec09fb95b1233d8a42a5347e
diff --git a/README.md b/README.md index 97a3497b..34e82d23 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ - [C#开发PACS医学影像处理系统(十):Dicom影像下载策略与算法](https://www.cnblogs.com/Uncle-Joker/p/13667467.html) ### 从零开始学习ASP.NET Core Blazor +- [ASP.NET Core的Razor语法](https://learn.microsoft.com/zh-cn/aspnet/core/mvc...
[ "README.md" ]
[]
true
Yeachan-Heo/oh-my-claudecode
3,270
issue_to_patch
ci(upgrade-test): isolate Claude Code global install
Fixes the Upgrade Test failure from run 27492794574 where `npm install -g @anthropic-ai/claude-code` failed with `ENOTEMPTY` while renaming the shared toolcache package directory. ``` npm error ENOTEMPTY: directory not empty, rename '/home/runner/work/_tool/node/20.20.2/x64/lib/node_modules/@anthropic-ai/claude-code' ...
f806ac78728568aefffad2480dc71749fb40bc37
c32bc6d455d3ece6786c53c027e13ca22afc9e7f
diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 6f5aeef14..0c44a70e4 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -43,9 +43,55 @@ jobs: # hook verification. Step 6 validates the installed SessionStart hook # directly...
[ ".github/workflows/upgrade-test.yml" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Keep Claude and omc in the same npm prefix**\n\nPutting only Claude Code under this separate `--prefix` means the later `omc update` still runs from the default global prefix while `claude` is merely found on `...
true
Yeachan-Heo/oh-my-claudecode
3,268
issue_to_patch
fix(team): launch single-worker prose teams and spawn cmux worker panes (#3267)
## Summary Fixes two CLI team-launcher defects reported in #3267, both reproduced by `omc team 1:executor "Read X and execute it then commit..."`. Native MCP `TeamCreate`/Agent teammates were unaffected because they create panes through the already cmux-aware `createTeamSession()`; only the on-demand CLI spawn paths w...
746f89b93bb89ce61e88acd7fb947d29925f4a48
5a08181f5ce142cb11af7a05eb615cf90b6b2629
diff --git a/src/cli/commands/team.ts b/src/cli/commands/team.ts index 0e8fd1c43..5eaf7bf66 100644 --- a/src/cli/commands/team.ts +++ b/src/cli/commands/team.ts @@ -516,9 +516,18 @@ export function buildTeamLaunchTasks( effectiveWorkerCount: number, ): TeamLaunchTask[] { const tasks: TeamLaunchTask[] = []; + + ...
[ "src/__tests__/runtime-task-orphan.test.ts", "src/cli/commands/__tests__/team.test.ts", "src/cli/commands/team.ts", "src/team/__tests__/runtime-v2.gemini-preflight.test.ts", "src/team/__tests__/tmux-session.create-team.test.ts", "src/team/runtime-v2.ts", "src/team/runtime.ts", "src/team/tmux-session.t...
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Preserve worker cwd for cmux splits**\n\nWhen worktree mode or `--auto-merge` is enabled under cmux, `spawnV2Worker` passes each worker's worktree as `cwd`, but this new cmux branch drops the old tmux `-c cwd` ...
diff --git a/src/__tests__/runtime-task-orphan.test.ts b/src/__tests__/runtime-task-orphan.test.ts index 620adc527..b88fae0e2 100644 --- a/src/__tests__/runtime-task-orphan.test.ts +++ b/src/__tests__/runtime-task-orphan.test.ts @@ -35,6 +35,7 @@ vi.mock('../team/tmux-session.js', () => ({ killTeamSession: vi.fn(), ...
true
Yeachan-Heo/oh-my-claudecode
3,266
issue_to_patch
fix(tmux): strip PSMUX_SESSION in tmuxEnv for detached session creation (#3265)
## Summary Fixes #3265. On native Windows where `tmux` is provided by [psmux](https://github.com/psmux/psmux), OMC's detached-session path (`new-session -d`) silently no-ops when run from inside an existing psmux session. psmux gates nesting on **`PSMUX_SESSION`** (not `TMUX`), so `tmuxEnv()` stripping only `TMUX` di...
6d93b4435ce65f99cd0f93883612eb17ecc79d46
4c0bd04299079a361e3ce2160e80edc8ce1073fc
diff --git a/src/cli/tmux-utils.ts b/src/cli/tmux-utils.ts index 076e319f3..12c5a18f5 100644 --- a/src/cli/tmux-utils.ts +++ b/src/cli/tmux-utils.ts @@ -27,7 +27,11 @@ export interface TmuxExecOptions { } export function tmuxEnv(): NodeJS.ProcessEnv { - const { TMUX: _, ...env } = process.env; + // Strip both TMU...
[ "src/cli/__tests__/tmux-utils.test.ts", "src/cli/tmux-utils.ts" ]
[]
diff --git a/src/cli/__tests__/tmux-utils.test.ts b/src/cli/__tests__/tmux-utils.test.ts index bdedae695..04fa14d2b 100644 --- a/src/cli/__tests__/tmux-utils.test.ts +++ b/src/cli/__tests__/tmux-utils.test.ts @@ -29,6 +29,7 @@ import { listHudWatchPaneIdsInCurrentWindow, resolveLaunchPolicy, tmuxExec, + tmuxE...
true
Yeachan-Heo/oh-my-claudecode
3,251
issue_to_patch
[codex] Add cursor provider support
## Summary - Add `cursor` as an advisor provider for `omc ask` and explicit `/ask cursor` routing. - Add Cursor as a team worker/provider option for team CLI specs and role routing config. - Wire Cursor advisor execution through `cursor-agent --print --force --trust --sandbox disabled <prompt>` and keep Cursor model s...
8d4bc10ff4d66c02562dfa4f2b8e13e4c9fee113
9364cb2a8565c36bf811e040de543ce341c75377
diff --git a/README.md b/README.md index be579e020..4251f2b0a 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ OMC exposes two different surfaces: | Feature | Terminal CLI | In-session skill ...
[ "README.md", "bridge/cli.cjs", "bridge/runtime-cli.cjs", "bridge/team.js", "dist/cli/__tests__/ask.test.js", "dist/cli/__tests__/ask.test.js.map", "dist/cli/__tests__/team.test.js", "dist/cli/__tests__/team.test.js.map", "dist/cli/ask.d.ts", "dist/cli/ask.d.ts.map", "dist/cli/ask.js", "dist/cl...
[]
diff --git a/dist/cli/__tests__/ask.test.js b/dist/cli/__tests__/ask.test.js index f05451557..9a154fa49 100644 --- a/dist/cli/__tests__/ask.test.js +++ b/dist/cli/__tests__/ask.test.js @@ -208,6 +208,8 @@ describe('parseAskArgs', () => { expect(parseAskArgs(['codex', 'review', 'this'])).toEqual({ provider: 'co...
true
Yeachan-Heo/oh-my-claudecode
3,257
issue_to_patch
ci(npm-pack-test): harden global tarball install against ENOTEMPTY rename
## Problem The dev CI **`npm pack + install test`** job (workflow **CI**) fails at the `npm pack test` step, right after packing the tarball at `📦 Testing global install from tarball...`: ``` npm ERR! ENOTEMPTY: directory not empty, rename '/home/runner/work/_tool/node/20.20.2/x64/lib/node_modules/oh-my-claude-sis...
c354f96bde95c1e93c53df27a474a3e431fc3c80
6d747e077beee3eb29cdf2409c3436d82d054153
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 032f8a1d1..4f5d36d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,13 +173,51 @@ jobs: run: | echo "📦 Creating tarball..." npm pack - + TARBALL=$(ls -t oh-my-claude-...
[ ".github/workflows/ci.yml" ]
[]
true
Yeachan-Heo/oh-my-claudecode
3,256
issue_to_patch
ci(upgrade-test): harden v4.9.3 npm install against ENOTEMPTY rename failure/hang
## Problem The dev **Upgrade Test** workflow failed after merging #3247: - Run: https://github.com/Yeachan-Heo/oh-my-claudecode/actions/runs/27386371665 - Job: `omc update + session-start hook` - Step: `Install omc v4.9.3 via npm` → `npm install -g oh-my-claude-sisyphus@4.9.3` - Error: ``` npm ERR! ENOTEMPTY: dir...
952d15750bc97dfb1692ec42be2138c22826f75c
9bd51509b0256e68fa98308587398462e2664021
diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 827fb7f20..6f5aeef14 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -53,9 +53,50 @@ jobs: # ── 3. Install omc@4.9.3 via npm ──────────────────────────────────────── # E...
[ ".github/workflows/upgrade-test.yml" ]
[]
true
Yeachan-Heo/oh-my-claudecode
3,247
issue_to_patch
feat(routing): add Claude Fable 5 tier alias and model id support
Fixes #3246 ## Summary Adds Claude Fable 5 model-tier routing support: - recognize the `fable` tier alias alongside `haiku` / `sonnet` / `opus` - recognize `claude-fable-5` / provider-specific Fable IDs during model normalization - add the natural Fable resolver env-var siblings for the existing tier-resolution patt...
8d4bc10ff4d66c02562dfa4f2b8e13e4c9fee113
ecd2d4a9a848c89ba5fc194cc6412511bb0b7093
diff --git a/scripts/lib/model-routing-override-message.mjs b/scripts/lib/model-routing-override-message.mjs index 92f7d754a..152a42700 100644 --- a/scripts/lib/model-routing-override-message.mjs +++ b/scripts/lib/model-routing-override-message.mjs @@ -8,7 +8,7 @@ export const MODEL_ROUTING_OVERRIDE_MESSAGE = `<system-...
[ "scripts/lib/model-routing-override-message.mjs", "scripts/pre-tool-enforcer.mjs", "src/__tests__/delegation-enforcer.test.ts", "src/__tests__/pre-tool-enforcer.test.ts", "src/config/__tests__/models.test.ts", "src/config/models.ts", "src/features/delegation-enforcer.ts", "src/hooks/bridge.ts", "tem...
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Do not treat fable as a Claude Code tier alias**\n\nWhen `OMC_ROUTING_FORCE_INHERIT` is enabled, this lets `model: \"fable\"` pass through if `ANTHROPIC_DEFAULT_FABLE_MODEL` or `CLAUDE_CODE_BEDROCK_FABLE_MODEL`...
diff --git a/src/__tests__/delegation-enforcer.test.ts b/src/__tests__/delegation-enforcer.test.ts index 49ce233f8..37bbd7467 100644 --- a/src/__tests__/delegation-enforcer.test.ts +++ b/src/__tests__/delegation-enforcer.test.ts @@ -71,6 +71,20 @@ describe('delegation-enforcer', () => { expect(result.modifiedInp...
true
Yeachan-Heo/oh-my-claudecode
3,255
issue_to_patch
fix(post-tool-use-failure): add DISABLE_OMC / OMC_SKIP_HOOKS skip guard (#3253)
## Summary Fixes #3253. `scripts/post-tool-use-failure.mjs` lacked the `OMC_SKIP_HOOKS` / `DISABLE_OMC` skip-guard pattern used by `keyword-detector.mjs`, `pre-tool-enforcer.mjs`, and `post-tool-verifier.mjs` (the #838 pattern). Users could not opt out of `PostToolUseFailure` guidance injection without editing plugin-...
8d4bc10ff4d66c02562dfa4f2b8e13e4c9fee113
8326020e713743bcf17f5feb7ba11af0bf8d2f7a
diff --git a/docs/HOOKS.md b/docs/HOOKS.md index 604ebbbc6..806aa8f57 100644 --- a/docs/HOOKS.md +++ b/docs/HOOKS.md @@ -154,6 +154,8 @@ Fires when a tool use fails. |--------|------|---------| | `post-tool-use-failure.mjs` | Provides recovery guidance for failed tool use | 3s | +Disable via `DISABLE_OMC=1` (or `DI...
[ "dist/__tests__/post-tool-use-failure.test.js", "dist/__tests__/post-tool-use-failure.test.js.map", "docs/HOOKS.md", "scripts/post-tool-use-failure.mjs", "src/__tests__/post-tool-use-failure.test.ts", "templates/hooks/post-tool-use-failure.mjs" ]
[]
diff --git a/dist/__tests__/post-tool-use-failure.test.js b/dist/__tests__/post-tool-use-failure.test.js index 327695a21..591b34eed 100644 --- a/dist/__tests__/post-tool-use-failure.test.js +++ b/dist/__tests__/post-tool-use-failure.test.js @@ -197,5 +197,62 @@ describe('post-tool-use-failure.mjs', () => { // ...
true
Yeachan-Heo/oh-my-claudecode
3,254
issue_to_patch
fix(hooks): reconcile unmatched subagent fork stop events (#3252)
## Summary Fixes #3252. Native fork `SubagentStop` events can arrive with an `agent_id` that was never registered by `SubagentStart`. `processSubagentStop` looked the agent up by exact `agent_id` only; on a miss (`agentIndex === -1`) it **silently no-opped**, leaving the corresponding running entry stuck as `"running...
8d4bc10ff4d66c02562dfa4f2b8e13e4c9fee113
bba5f22d1d8cc3f7c186ca9288fb87caa16b4a0e
diff --git a/dist/hooks/subagent-tracker/index.d.ts.map b/dist/hooks/subagent-tracker/index.d.ts.map index 1c3826696..7c2245660 100644 --- a/dist/hooks/subagent-tracker/index.d.ts.map +++ b/dist/hooks/subagent-tracker/index.d.ts.map @@ -1,1 +1,1 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../...
[ "dist/hooks/subagent-tracker/__tests__/index.test.js", "dist/hooks/subagent-tracker/__tests__/index.test.js.map", "dist/hooks/subagent-tracker/index.d.ts.map", "dist/hooks/subagent-tracker/index.js", "dist/hooks/subagent-tracker/index.js.map", "src/hooks/subagent-tracker/__tests__/index.test.ts", "src/h...
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Use the reconciled agent ID for mission stops**\n\nWhen an unmatched stop is reconciled to a different running agent (for example two running agents where `agent_type` narrows to the second one), this still rec...
diff --git a/dist/hooks/subagent-tracker/__tests__/index.test.js b/dist/hooks/subagent-tracker/__tests__/index.test.js index 251c4c517..8b3f2e50f 100644 --- a/dist/hooks/subagent-tracker/__tests__/index.test.js +++ b/dist/hooks/subagent-tracker/__tests__/index.test.js @@ -618,6 +618,160 @@ describe("subagent-tracker", ...
true
Yeachan-Heo/oh-my-claudecode
3,243
issue_to_patch
fix(hooks): honor agents.<name>.model for native Task/Agent calls (#3242)
## Summary Fixes #3242. Per-agent model overrides (`agents.<name>.model` in `~/.config/claude-omc/config.jsonc`) were silently ignored for subagents spawned via Claude Code's native `Task`/`Agent` tool. The resolution logic (`enforceModel()` in `src/features/delegation-enforcer.ts`) was only reachable through `src/ho...
6cba00602bb40cf8f9f6f993c4c0b275e66e1535
0d0ecdac3af6fe65589c7d6b699061a0aeffd26a
diff --git a/scripts/lib/agent-model-config.mjs b/scripts/lib/agent-model-config.mjs new file mode 100644 index 000000000..13117b51e --- /dev/null +++ b/scripts/lib/agent-model-config.mjs @@ -0,0 +1,145 @@ +/** + * Per-agent model resolution for the registered PreToolUse hook. + * + * Reads `agents.<name>.model` from t...
[ "scripts/lib/agent-model-config.mjs", "scripts/pre-tool-enforcer.mjs", "src/__tests__/pre-tool-enforcer.test.ts" ]
[]
diff --git a/src/__tests__/pre-tool-enforcer.test.ts b/src/__tests__/pre-tool-enforcer.test.ts index c0cb28efe..341fec73c 100644 --- a/src/__tests__/pre-tool-enforcer.test.ts +++ b/src/__tests__/pre-tool-enforcer.test.ts @@ -2151,3 +2151,140 @@ describe('pre-tool-enforcer force-agent-delegation enforcement', () => { ...
true
Yeachan-Heo/oh-my-claudecode
3,241
issue_to_patch
fix(hooks): add async:true to SessionEnd hooks to prevent Windows shutdown cancellation
## Summary Fixes #3240. On Windows shutdown, synchronous `SessionEnd` hooks are killed by the Claude Code runtime before they complete, producing: ``` SessionEnd hook [...session-end.mjs] failed: Hook cancelled ``` ### Root cause `hooks/hooks.json` SessionEnd entries lacked `"async": true`. The runtime blocks on s...
811123a37816d9b51770fdc386f2217dd49a6dff
263d112967da4d2d5e5b40dc72c226586ca25907
diff --git a/hooks/hooks.json b/hooks/hooks.json index 05e14ede8..36ae199d0 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -198,12 +198,14 @@ { "type": "command", "command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/session-end.mjs", - ...
[ "hooks/hooks.json", "src/__tests__/setup-contracts-regression.test.ts" ]
[]
diff --git a/src/__tests__/setup-contracts-regression.test.ts b/src/__tests__/setup-contracts-regression.test.ts index 3e6e2d6c8..31e320a9f 100644 --- a/src/__tests__/setup-contracts-regression.test.ts +++ b/src/__tests__/setup-contracts-regression.test.ts @@ -619,3 +619,59 @@ describe('OMC setup Ralph Ruby dependency ...
true
Yeachan-Heo/oh-my-claudecode
3,239
issue_to_patch
fix: persist refreshed OAuth tokens back to Keychain (#3238)
## Problem macOS Keychain-only Claude Code installs store OAuth credentials in Keychain. When the access token expires, `getUsage()` calls `refreshAccessToken`, receives a rotated token pair, then calls `writeBackCredentials`. That function immediately returned when `~/.claude/.credentials.json` was absent — the norma...
0261dab08c1ad57156ba0d4db035fd6de22ef538
4c38bced4fa1df2cee3d23158172ccc5440692c8
diff --git a/src/hud/usage-api.ts b/src/hud/usage-api.ts index 6627dbd2c..1f2504e1b 100644 --- a/src/hud/usage-api.ts +++ b/src/hud/usage-api.ts @@ -69,6 +69,8 @@ interface OAuthCredentials { refreshToken?: string; /** Where the credentials were read from, needed for write-back */ source?: 'keychain' | 'file';...
[ "src/__tests__/hud/usage-api.test.ts", "src/hud/usage-api.ts" ]
[]
diff --git a/src/__tests__/hud/usage-api.test.ts b/src/__tests__/hud/usage-api.test.ts index 3a9148595..7fce37a5e 100644 --- a/src/__tests__/hud/usage-api.test.ts +++ b/src/__tests__/hud/usage-api.test.ts @@ -1486,3 +1486,211 @@ describe('getUsage routing - minimax', () => { expect(written.data.fiveHourPercent).to...
true
Yeachan-Heo/oh-my-claudecode
3,237
issue_to_patch
fix(wiki): create environment.md via dedicated reserved-safe write path (#3219)
## Summary Fixes #3219. `feedProjectMemory()` was supposed to auto-create `.omc/wiki/environment.md` from `project-memory.json` on session start, but it silently failed: - `environment.md` is in `RESERVED_FILES`, and `writePageUnsafe()` throws on reserved filenames. - `feedProjectMemory` called `writePageUnsafe`, hit...
a7489269c455b605fffb28346376565c98fb1652
15b34ac26b1258f67c9d3ce46b248370fb9988fd
diff --git a/src/hooks/wiki/session-hooks.ts b/src/hooks/wiki/session-hooks.ts index f27a9404d..0ca9ab655 100644 --- a/src/hooks/wiki/session-hooks.ts +++ b/src/hooks/wiki/session-hooks.ts @@ -19,6 +19,7 @@ import { listPages, withWikiLock, writePageUnsafe, + writeEnvironmentUnsafe, updateIndexUnsafe, a...
[ "src/hooks/wiki/__tests__/reserved-file-guard.test.ts", "src/hooks/wiki/__tests__/session-hooks.test.ts", "src/hooks/wiki/session-hooks.ts", "src/hooks/wiki/storage.ts" ]
[]
diff --git a/src/hooks/wiki/__tests__/reserved-file-guard.test.ts b/src/hooks/wiki/__tests__/reserved-file-guard.test.ts index e37492044..b99472171 100644 --- a/src/hooks/wiki/__tests__/reserved-file-guard.test.ts +++ b/src/hooks/wiki/__tests__/reserved-file-guard.test.ts @@ -5,6 +5,7 @@ import os from 'os'; import { ...
true
Yeachan-Heo/oh-my-claudecode
3,236
issue_to_patch
fix(agents): make verifier agent read-only
## Summary The `verifier` agent had `Write` and `Edit` in its toolset, unlike the other analysis-only advisory agents (`architect`, `critic`, `code-reviewer`, `security-reviewer`, `analyst`), which all declare `disallowedTools: Write, Edit`. A verifier that can edit the artifact under test can make checks pass by chan...
983c0bf95ef4223ed6d4ebf14d06109de609fa58
38fd4966e29e53f7788cf33c6dd0566515ed8da3
diff --git a/agents/verifier.md b/agents/verifier.md index 371e361ec..aef6c2056 100644 --- a/agents/verifier.md +++ b/agents/verifier.md @@ -3,6 +3,7 @@ name: verifier description: Verification strategy, evidence-based completion checks, test adequacy model: sonnet level: 3 +disallowedTools: Write, Edit --- <Age...
[ "agents/verifier.md", "src/__tests__/installer.test.ts" ]
[]
diff --git a/src/__tests__/installer.test.ts b/src/__tests__/installer.test.ts index 9c75e1dd0..2e23eff83 100644 --- a/src/__tests__/installer.test.ts +++ b/src/__tests__/installer.test.ts @@ -467,7 +467,7 @@ describe('Installer Constants', () => { }); it('should have read-only agents not include Edit/Write...
true
Yeachan-Heo/oh-my-claudecode
3,235
issue_to_patch
fix(hooks): suppress verify-deliverables SubagentStop reinjection (#3233)
## Summary `scripts/verify-deliverables.mjs` runs solely on the **SubagentStop** hook event (`hooks/hooks.json`). When required deliverables were missing it returned: ```json { "continue": true, "hookSpecificOutput": { "hookEventName": "SubagentStop", "additionalContext": "[OMC] Deliverable verification ..." } } ``` ...
983c0bf95ef4223ed6d4ebf14d06109de609fa58
25050705fc48ab2f600412446964e4493ad2b91e
diff --git a/scripts/verify-deliverables.mjs b/scripts/verify-deliverables.mjs index 98a2afa7a..8b25a1777 100644 --- a/scripts/verify-deliverables.mjs +++ b/scripts/verify-deliverables.mjs @@ -11,13 +11,15 @@ * 1. .omc/deliverables.json (project-specific overrides) * 2. ${CLAUDE_PLUGIN_ROOT}/templates/deliverab...
[ "scripts/verify-deliverables.mjs", "src/__tests__/verify-deliverables-subagent-stop.test.mjs" ]
[]
diff --git a/src/__tests__/verify-deliverables-subagent-stop.test.mjs b/src/__tests__/verify-deliverables-subagent-stop.test.mjs new file mode 100644 index 000000000..9576f6ced --- /dev/null +++ b/src/__tests__/verify-deliverables-subagent-stop.test.mjs @@ -0,0 +1,99 @@ +/** + * Regression tests for scripts/verify-deli...
true
Yeachan-Heo/oh-my-claudecode
3,232
issue_to_patch
fix(agents): extend final-output contract to advisory agents
## Summary PR #3217 added a `<Final_Response_Contract>` section to 4 advisory agents (architect, critic, code-reviewer, security-reviewer) so their structured report lands in the final assistant message — the only block the Task tool returns to the caller. The same advisory / READ-ONLY pattern applies to **verifier, ...
7fb612c1d9dca6f94b89523d34c4e908cf723c8b
7125ac9d8e2997c0fec5c4e541b836b92a6768b7
diff --git a/agents/analyst.md b/agents/analyst.md index a975598d3..fe2f523e1 100644 --- a/agents/analyst.md +++ b/agents/analyst.md @@ -78,6 +78,12 @@ disallowedTools: Write, Edit - [Prioritized list of things to clarify before planning] </Output_Format> + <Final_Response_Contract> + - Your LAST assistan...
[ "agents/analyst.md", "agents/debugger.md", "agents/tracer.md", "agents/verifier.md", "src/__tests__/advisory-agent-final-output-contract.test.ts" ]
[]
diff --git a/src/__tests__/advisory-agent-final-output-contract.test.ts b/src/__tests__/advisory-agent-final-output-contract.test.ts index cd8d908cf..c7e5820d9 100644 --- a/src/__tests__/advisory-agent-final-output-contract.test.ts +++ b/src/__tests__/advisory-agent-final-output-contract.test.ts @@ -3,7 +3,16 @@ import...
true
Yeachan-Heo/oh-my-claudecode
3,231
issue_to_patch
test(hud): cover z.ai Anthropic endpoint routing
## Summary - Add a z.ai host fixture for the official Anthropic Messages endpoint: `https://api.z.ai/api/anthropic`. - Update the HUD routing regression test to use that endpoint and assert it still polls `/api/monitor/usage/quota/limit`. - Test-only; no runtime behavior or provider-support surface change. Context: Z....
f4fff5084fc5fdbfc3e140f35abce5f99dbd45cb
2641007959c474ab6cd1eaaec9ed6ff1a96e62c9
[ "src/__tests__/hud/usage-api.test.ts" ]
[]
diff --git a/src/__tests__/hud/usage-api.test.ts b/src/__tests__/hud/usage-api.test.ts index 45465707f..3a9148595 100644 --- a/src/__tests__/hud/usage-api.test.ts +++ b/src/__tests__/hud/usage-api.test.ts @@ -58,6 +58,7 @@ describe('isZaiHost', () => { it('accepts subdomains of z.ai', () => { expect(isZaiHost('...
true
Yeachan-Heo/oh-my-claudecode
3,230
issue_to_patch
fix(transcript): honor $TMPDIR in path validation; align worktree test encoding
## Summary Release-dogfood (`npm run test:run`) on `dev` failed 4 tests, all rooted in transcript path handling that only worked when the OS temp dir was `/tmp` or `/var/folders`. The dogfood environment uses `TMPDIR=~/.openclaw/tmp`, exposing two real fragilities. ## Root cause & fixes 1. **`isValidTranscriptPath()` ...
7e4187a3155d73ea56d502d767b73ed548f72228
bee107a735068bc615bcda9d2bb857c717b266f2
diff --git a/src/lib/worktree-paths.ts b/src/lib/worktree-paths.ts index c8f9a1119..04a39443c 100644 --- a/src/lib/worktree-paths.ts +++ b/src/lib/worktree-paths.ts @@ -12,7 +12,7 @@ import { createHash } from 'crypto'; import { execSync } from 'child_process'; import { existsSync, mkdirSync, readFileSync, realpathS...
[ "src/__tests__/resolve-transcript-path.test.ts", "src/lib/worktree-paths.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Expand tilde-prefixed TMPDIR before comparing**\n\nWhen the process inherits a literal tilde-prefixed temp dir (for example from an env file or service config setting `TMPDIR=~/.openclaw/tmp`, rather than a she...
diff --git a/src/__tests__/resolve-transcript-path.test.ts b/src/__tests__/resolve-transcript-path.test.ts index 1b61d9495..3bdd6e774 100644 --- a/src/__tests__/resolve-transcript-path.test.ts +++ b/src/__tests__/resolve-transcript-path.test.ts @@ -156,7 +156,7 @@ describe('resolveTranscriptPath', () => { // Sim...
true
Yeachan-Heo/oh-my-claudecode
3,228
issue_to_patch
fix(team): surface substantive task output when finals are terse (#3224)
Closes the remaining item of #3224 (**terse/empty subagent & leader finals**). Parser (#3225), harness-file auto-merge (#3226), and dispatch-cooldown (#3227) were already merged and are untouched here. ## Problem When a CLI team runs, each task's substantive output is written to its `.output` file (`.omc/outputs/team-...
a10e96b614a594e38aa58ff9eadc74f01253ae66
7c19b2cf417e5c560762e31f31934a698ee950ce
diff --git a/bridge/runtime-cli.cjs b/bridge/runtime-cli.cjs index d94b90d29..6620d3bae 100644 --- a/bridge/runtime-cli.cjs +++ b/bridge/runtime-cli.cjs @@ -1680,6 +1680,8 @@ __export(runtime_cli_exports, { buildTerminalCliResult: () => buildTerminalCliResult, checkWatchdogFailedMarker: () => checkWatchdogFailedM...
[ "bridge/runtime-cli.cjs", "src/team/__tests__/runtime-cli.test.ts", "src/team/runtime-cli.ts" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Commit the runtime-cli bundle for this fallback**\n\nThe normal `omc team start` path does not execute this TypeScript file directly: `startTeamJob` spawns `process.execPath` with `resolveRuntimeCliPath()`, whi...
diff --git a/src/team/__tests__/runtime-cli.test.ts b/src/team/__tests__/runtime-cli.test.ts index f6c6f97c7..b74c07f69 100644 --- a/src/team/__tests__/runtime-cli.test.ts +++ b/src/team/__tests__/runtime-cli.test.ts @@ -4,9 +4,12 @@ import { tmpdir } from 'os'; import { join } from 'path'; import { assertAutoMerg...
true
Yeachan-Heo/oh-my-claudecode
3,227
issue_to_patch
fix(team): only stamp dispatch cooldowns on successful delivery (#3224)
## Summary Closes the **dispatch gap** item of #3224. The team dispatch drain (`drainPendingTeamDispatch` in `src/hooks/team-dispatch-hook.ts`) stamped the issue and trigger cooldowns **unconditionally**, immediately after calling the injector and before branching on the result. Two failure modes stranded workers: - ...
257aab9b7df87d1a5f0f596df7c1addffd3ddc8d
1cb66b13100d407181ade8f3a9fb096e91a24eac
diff --git a/src/hooks/team-dispatch-hook.ts b/src/hooks/team-dispatch-hook.ts index 30f67cd09..b6b3ba59c 100644 --- a/src/hooks/team-dispatch-hook.ts +++ b/src/hooks/team-dispatch-hook.ts @@ -655,17 +655,6 @@ export async function drainPendingTeamDispatch(options: { } const result = await injector(...
[ "src/hooks/__tests__/team-dispatch-cooldown.test.ts", "src/hooks/team-dispatch-hook.ts" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Rebuild the shipped dispatch hook**\n\nWhen the package/runtime imports the compiled hook from `dist/hooks/team-dispatch-hook.js` (the package `files` list ships `dist`, and `dist/hooks/team-dispatch-hook.js` i...
diff --git a/src/hooks/__tests__/team-dispatch-cooldown.test.ts b/src/hooks/__tests__/team-dispatch-cooldown.test.ts new file mode 100644 index 000000000..c6577af28 --- /dev/null +++ b/src/hooks/__tests__/team-dispatch-cooldown.test.ts @@ -0,0 +1,155 @@ +import { describe, it, expect, beforeEach, afterEach } from 'vite...
true
Yeachan-Heo/oh-my-claudecode
3,226
issue_to_patch
fix(team): exclude harness files from worktree auto-merge (#3224)
## What Fixes the **harness-file auto-merge conflict** bug from #3224 (bug #2): OMC writes a per-worker `AGENTS.md` overlay (and the `.claude/` settings overlay) into every worker worktree. The worker auto-commit cadence (`git add -A`) commits the tracked `AGENTS.md`, so the auto-merge / auto-rebase fan-out collides o...
d1a5d27eb53292d78c701b468618efd1c62bdb4c
ed3ea0acc3cc9ceb241d417203650832191c043e
diff --git a/src/team/merge-coordinator.ts b/src/team/merge-coordinator.ts index 6f946fa20..53a11a63b 100644 --- a/src/team/merge-coordinator.ts +++ b/src/team/merge-coordinator.ts @@ -9,6 +9,8 @@ */ import { execFileSync } from 'node:child_process'; +import { appendFileSync, mkdirSync, readFileSync } from 'node:f...
[ "src/team/__tests__/merge-coordinator.test.ts", "src/team/merge-coordinator.ts", "src/team/merge-orchestrator.ts" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Preserve worker overlays during fan-out rebases**\n\nWhen this configuration is applied before `fanOutRebase`, it also affects `git rebase <leaderBranch>` inside each worker worktree. During a rebase, Git has c...
diff --git a/src/team/__tests__/merge-coordinator.test.ts b/src/team/__tests__/merge-coordinator.test.ts index 4bc3d3b42..d773ebc07 100644 --- a/src/team/__tests__/merge-coordinator.test.ts +++ b/src/team/__tests__/merge-coordinator.test.ts @@ -1,9 +1,9 @@ import { describe, it, expect, beforeEach, afterEach } from 'v...
true
Yeachan-Heo/oh-my-claudecode
3,225
issue_to_patch
fix(team): validate N:agent:role specs instead of silently collapsing to claude (#3224)
## Summary Scoped fix for **bug #4 of #3224**: `N:agent:role` worker specs silently collapsing every worker to `claude` instead of parsing or failing loudly. Two silent-collapse paths existed in `parseTeamArgs` (`src/cli/commands/team.ts`): 1. **Unvalidated agent in the explicit-role form.** `normalizeWorkerSpecSegm...
aa6e7a1492f2ef8baa05d7edcba0da131059e159
7a1bcd27ec078e00f28270482b9e8828ba0297c1
diff --git a/src/cli/commands/team.ts b/src/cli/commands/team.ts index 97c8b9a43..c7d5e7d28 100644 --- a/src/cli/commands/team.ts +++ b/src/cli/commands/team.ts @@ -355,6 +355,13 @@ function normalizeWorkerSpecSegment(match: RegExpMatchArray): NormalizedWorkerSp } if (explicitRole) { + if (!VALID_TEAM_CLI_AG...
[ "src/cli/commands/__tests__/team.test.ts", "src/cli/commands/team.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Preserve quoted tasks starting with N:word**\n\nWhen the user quotes the whole task and it begins with a numeric label like `omc team \"3:build pipeline follow-up\"`, the shell passes that entire string as `fir...
diff --git a/src/cli/commands/__tests__/team.test.ts b/src/cli/commands/__tests__/team.test.ts index 63b3c0625..3f47ae3fc 100644 --- a/src/cli/commands/__tests__/team.test.ts +++ b/src/cli/commands/__tests__/team.test.ts @@ -482,6 +482,42 @@ describe('parseTeamArgs comma-separated multi-type specs', () => { expect...
true
Yeachan-Heo/oh-my-claudecode
3,223
issue_to_patch
fix(ask): pipe long/multiline/frontmatter prompts to claude via stdin (#3221)
## Summary Fixes #3221. Claude advisor prompts (`omc ask claude …`) were always passed to the `claude` CLI as a raw `-p <prompt>` argv value. When the prompt was multiline, long, or began with a dash — e.g. YAML frontmatter starting with `---` — Claude's CLI parsed the leading token as an option and either errored ou...
fd15bc3f6604ee6e355c0546f37912a445e7991a
778ee3ece1116f10182749f21842829c6cf64ffc
diff --git a/scripts/run-provider-advisor.js b/scripts/run-provider-advisor.js index 465085222..7808b9c38 100644 --- a/scripts/run-provider-advisor.js +++ b/scripts/run-provider-advisor.js @@ -15,7 +15,7 @@ const SHOULD_USE_WINDOWS_SHELL = process.platform === 'win32'; /** * Build CLI args for a given provider. - ...
[ "scripts/run-provider-advisor.js", "src/cli/__tests__/ask.test.ts" ]
[]
diff --git a/src/cli/__tests__/ask.test.ts b/src/cli/__tests__/ask.test.ts index 554936308..a7febe254 100644 --- a/src/cli/__tests__/ask.test.ts +++ b/src/cli/__tests__/ask.test.ts @@ -739,6 +739,139 @@ describe('run-provider-advisor script contract', () => { } }); + it('pipes multiline claude prompts over s...
true
Yeachan-Heo/oh-my-claudecode
3,218
issue_to_patch
feat(keyword-detector): Japanese keyword routing for 7 more skills + KO/JA docs
Supersedes #3216 and #3212 (both closed; their heads are unreachable after history cleanup, so they can't be reopened). This branch is the consolidated, fully-reviewed version with **all previously-raised review points resolved**. @Yeachan-Heo — requesting your review/merge: every prior blocker and Codex P2 is address...
1a533f445faba1e6314af7f02933d28366841c92
c4820f3e76bc7539ead8b3bc70334385d4c19202
diff --git a/docs/HOOKS.md b/docs/HOOKS.md index c52e5ce2a..604ebbbc6 100644 --- a/docs/HOOKS.md +++ b/docs/HOOKS.md @@ -418,6 +418,12 @@ These keywords inject an inline mode message rather than invoking a skill. | `deepsearch`, `search the codebase`, `find in codebase` | Activates codebase-focused search mode | | `d...
[ "docs/HOOKS.md", "docs/REFERENCE.md", "scripts/keyword-detector.mjs", "src/__tests__/keyword-detector-script.test.ts", "src/hooks/keyword-detector/__tests__/index.test.ts", "src/hooks/keyword-detector/index.ts", "templates/hooks/keyword-detector.mjs" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Suppress common Japanese difference questions**\n\nFor common Japanese “what’s the difference?” phrasings like `ディープサーチと普通の検索の違いは何ですか` or `コードレビューと通常レビューの違いは?`, this guard does not match because it only covers ...
diff --git a/src/__tests__/keyword-detector-script.test.ts b/src/__tests__/keyword-detector-script.test.ts index 5e5aa232d..d6fbc3aa4 100644 --- a/src/__tests__/keyword-detector-script.test.ts +++ b/src/__tests__/keyword-detector-script.test.ts @@ -65,6 +65,66 @@ describe('keyword-detector.mjs mode-message dispatch', (...
true
Yeachan-Heo/oh-my-claudecode
3,217
issue_to_patch
Fix advisory agent final output contracts
## Summary - Add explicit final-response contracts to architect, critic, code-reviewer, and security-reviewer prompts. - Add regression coverage ensuring advisory agent prompts and registry definitions require substantive, self-contained final outputs for Task callers. ## Tests - npm test -- advisory-agent-final-outpu...
46c788de3d26fff78a86076622f2aea0f6de58a0
d274096e41f20e92c18f6087202d2c7989a85642
diff --git a/agents/architect.md b/agents/architect.md index c69fa8bcd..1eefa8170 100644 --- a/agents/architect.md +++ b/agents/architect.md @@ -98,6 +98,12 @@ disallowedTools: Write, Edit - `path/to/other.ts:108` - [what it shows] </Output_Format> + <Final_Response_Contract> + - Your LAST assistant messa...
[ "agents/architect.md", "agents/code-reviewer.md", "agents/critic.md", "agents/security-reviewer.md", "src/__tests__/advisory-agent-final-output-contract.test.ts" ]
[]
diff --git a/src/__tests__/advisory-agent-final-output-contract.test.ts b/src/__tests__/advisory-agent-final-output-contract.test.ts new file mode 100644 index 000000000..cd8d908cf --- /dev/null +++ b/src/__tests__/advisory-agent-final-output-contract.test.ts @@ -0,0 +1,46 @@ +import { describe, expect, test } from 'vi...
true
Yeachan-Heo/oh-my-claudecode
3,214
issue_to_patch
fix: ignore stale plugin root for update notices
Fixes #3213. ## Root cause SessionStart computed the OMC current version from `CLAUDE_PLUGIN_ROOT/package.json`. In a long-running Claude session, especially on native Windows, `CLAUDE_PLUGIN_ROOT` can remain pinned to the previous plugin cache directory (for example 4.14.4) even after `omc update` syncs the global pa...
3a1028696d27dd76bf131133663ca4c6f91e6c55
3d72f1845d9071c7c35695832443ef82acf2d5c0
diff --git a/scripts/session-start.mjs b/scripts/session-start.mjs index 34fd7c1ae..d637adf2f 100644 --- a/scripts/session-start.mjs +++ b/scripts/session-start.mjs @@ -8,7 +8,7 @@ import { existsSync, readFileSync, readdirSync, rmSync, mkdirSync, writeFileSync, symlinkSync, lstatSync, readlinkSync, unlinkSync, rena...
[ "dist/__tests__/session-start-cache-cleanup.test.js", "dist/__tests__/session-start-cache-cleanup.test.js.map", "dist/__tests__/session-start-script-context.test.js", "dist/__tests__/session-start-script-context.test.js.map", "scripts/session-start.mjs", "src/__tests__/session-start-cache-cleanup.test.ts"...
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Limit cache override to cache-backed plugin roots**\n\nWhen `CLAUDE_PLUGIN_ROOT` points at a direct `--plugin-dir`/filesystem checkout rather than `~/.claude/plugins/cache/...`, this branch still replaces that ...
diff --git a/dist/__tests__/session-start-cache-cleanup.test.js b/dist/__tests__/session-start-cache-cleanup.test.js index d1c5ba960..0fdbfa208 100644 --- a/dist/__tests__/session-start-cache-cleanup.test.js +++ b/dist/__tests__/session-start-cache-cleanup.test.js @@ -39,6 +39,7 @@ describe('session-start.mjs — plugin ...
true
Yeachan-Heo/oh-my-claudecode
3,211
issue_to_patch
Fix plugin session-idle Stop hook dispatch
Fixes #3208. ## Summary - port session-idle notification dispatch into the plugin-registered `scripts/persistent-mode.mjs` Stop hook path - keep dispatch fire-and-forget with ignored child stdio so hook JSON output stays clean - preserve the existing simple idle cooldown behavior and add a regression test that execute...
dcac8f0a7ada60c728f734ce7e8ce736a0736c8a
a87185fad9bf8f3e4fddb42e28d6084a84f3ed37
diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 2af169ffc..827fb7f20 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -98,6 +98,8 @@ jobs: run: npm run build - name: Prepare local package tarball + env: + ...
[ ".github/workflows/upgrade-test.yml", "scripts/persistent-mode.mjs", "src/__tests__/issue-2652-runtime-wiring-and-output-contract.test.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Keep idle cooldowns session-scoped**\n\nWhen two Claude sessions in the same project go idle within the default 60-second window, this new plugin Stop path writes and reads `.omc/state/idle-notif-cooldown.json`...
diff --git a/src/__tests__/issue-2652-runtime-wiring-and-output-contract.test.ts b/src/__tests__/issue-2652-runtime-wiring-and-output-contract.test.ts index 50936b1f6..12abfaba4 100644 --- a/src/__tests__/issue-2652-runtime-wiring-and-output-contract.test.ts +++ b/src/__tests__/issue-2652-runtime-wiring-and-output-cont...
true
Yeachan-Heo/oh-my-claudecode
3,210
issue_to_patch
fix(subagents): suppress SubagentStop context reinjection
## Summary - Suppress SubagentStop hook output so subagent terminal reports are not re-injected as additionalContext. - Treat SubagentStop agent fields as optional and skip trace/mission recording when the SDK omits an agent id. - Add regression coverage for missing SubagentStop agent fields. Fixes #3209. ## Verifica...
dcac8f0a7ada60c728f734ce7e8ce736a0736c8a
0498e14d66d1bffea0324efff6b6192af4a29ba0
diff --git a/bridge/cli.cjs b/bridge/cli.cjs index f011dfdb7..746b918ad 100755 --- a/bridge/cli.cjs +++ b/bridge/cli.cjs @@ -10530,11 +10530,11 @@ ${PLUGIN_COMPACT_SKILL_SHIM_MARKER} This is a compact Claude Code plugin registry shim. It keeps startup skill descriptions small while preserving the full OMC skill body...
[ "bridge/cli.cjs", "dist/__tests__/keyword-detector-script.test.js", "dist/__tests__/keyword-detector-script.test.js.map", "dist/__tests__/plugin-setup-deps.test.js", "dist/__tests__/plugin-setup-deps.test.js.map", "dist/__tests__/plugin-skill-budget.test.js", "dist/__tests__/plugin-skill-budget.test.js....
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Clear running agents when stop omits agent_id**\n\nWhen the SDK `SubagentStop` payload omits `agent_id` after a `SubagentStart` was recorded, this guard skips all completion bookkeeping; because the earlier loo...
diff --git a/dist/__tests__/keyword-detector-script.test.js b/dist/__tests__/keyword-detector-script.test.js index 2623ef31c..e2c68bc65 100644 --- a/dist/__tests__/keyword-detector-script.test.js +++ b/dist/__tests__/keyword-detector-script.test.js @@ -441,5 +441,76 @@ diff --git a/a b/b expect(context).toCont...
true
Yeachan-Heo/oh-my-claudecode
3,207
issue_to_patch
fix(notifications): honor proxy env for Telegram
Closes #3206 ## Summary - add Telegram HTTPS proxy support for HTTPS_PROXY/https_proxy with HTTP_PROXY/http_proxy fallback - honor NO_PROXY/no_proxy for api.telegram.org host and parent-domain matches - keep native https.request timeout/error handling and avoid setting agent so createConnection is honored - add focuse...
7c8501d9f5bad49db6b13d83da8d994fc4deff8a
f24932ee2ace48bc86929cef29a1c0fcbbbf7287
diff --git a/dist/notifications/dispatcher.d.ts.map b/dist/notifications/dispatcher.d.ts.map index 70572ec80..bd8bf88de 100644 --- a/dist/notifications/dispatcher.d.ts.map +++ b/dist/notifications/dispatcher.d.ts.map @@ -1,1 +1,1 @@ -{"version":3,"file":"dispatcher.d.ts","sourceRoot":"","sources":["../../src/notificati...
[ "dist/notifications/__tests__/dispatcher.test.js", "dist/notifications/__tests__/dispatcher.test.js.map", "dist/notifications/dispatcher.d.ts.map", "dist/notifications/dispatcher.js", "dist/notifications/dispatcher.js.map", "src/notifications/__tests__/dispatcher.test.ts", "src/notifications/dispatcher....
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Add a timeout to proxy CONNECT handshakes**\n\nWhen `HTTPS_PROXY`/`HTTP_PROXY` is set and the proxy accepts the TCP connection but never returns CONNECT headers (or the proxy TLS handshake stalls), this custom ...
diff --git a/dist/notifications/__tests__/dispatcher.test.js b/dist/notifications/__tests__/dispatcher.test.js index fc3e2dd9d..f0a85964a 100644 --- a/dist/notifications/__tests__/dispatcher.test.js +++ b/dist/notifications/__tests__/dispatcher.test.js @@ -3,10 +3,32 @@ import { describe, it, expect, vi, beforeEach, af...
true
Yeachan-Heo/oh-my-claudecode
3,205
issue_to_patch
test: tolerate minor CI subagent lock jitter
## Summary - add a narrow 5ms CI-only jitter margin to the subagent lock median p99 guardrail - keep the existing median p50 and max-p99 caps so sustained lock slowdowns and hangs still fail - log the effective CI median p99 limit for future CI diagnostics ## Verification - `npm test -- --run tests/perf/subagent-lock....
50a787ee671d2def41a2a5773fac7ae2ded68dbb
2c5f5bc6c4be610d28a16f2970294ae965421aaa
[ "tests/perf/subagent-lock.bench.ts" ]
[]
diff --git a/tests/perf/subagent-lock.bench.ts b/tests/perf/subagent-lock.bench.ts index ac3c51a91..6d962fe97 100644 --- a/tests/perf/subagent-lock.bench.ts +++ b/tests/perf/subagent-lock.bench.ts @@ -24,6 +24,7 @@ const MEASURED_RUNS = 5; const LOCAL_P99_LIMIT_MS = 8; const CI_MEDIAN_P50_LIMIT_MS = 8; const CI_MEDI...
true
Yeachan-Heo/oh-my-claudecode
3,204
issue_to_patch
Fix SubagentStop tracker output loop
## Summary - stop emitting SubagentStop `hookSpecificOutput.additionalContext` from `subagent-tracker`, while preserving tracking state and mission/replay side effects - add direct `OMC_SKIP_HOOKS` parity for `scripts/subagent-tracker.mjs` using `subagent-stop`, `subagent-start`, and umbrella `subagent-tracker` tokens ...
d9fdd1bc6f0a51f016f77cafb126c1e81df7eac0
57d189696da97e5d85878149a651255c33ec245c
diff --git a/scripts/subagent-tracker.mjs b/scripts/subagent-tracker.mjs index 1fdbc03a7..792496e29 100755 --- a/scripts/subagent-tracker.mjs +++ b/scripts/subagent-tracker.mjs @@ -3,9 +3,28 @@ import { createRequire } from 'module'; const require = createRequire(import.meta.url); import { readStdin } from './lib/std...
[ "scripts/subagent-tracker.mjs", "src/hooks/subagent-tracker/__tests__/index.test.ts", "src/hooks/subagent-tracker/__tests__/script-skip.test.ts", "src/hooks/subagent-tracker/index.ts" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Regenerate the shipped subagent tracker build**\n\nThis source change is not reflected in the code the installed hook actually runs: `scripts/subagent-tracker.mjs` imports `../dist/hooks/subagent-tracker/index....
diff --git a/src/hooks/subagent-tracker/__tests__/index.test.ts b/src/hooks/subagent-tracker/__tests__/index.test.ts index 03109fb94..92f6e97b3 100644 --- a/src/hooks/subagent-tracker/__tests__/index.test.ts +++ b/src/hooks/subagent-tracker/__tests__/index.test.ts @@ -8,6 +8,7 @@ import { getStaleAgents, getTrack...
true
Yeachan-Heo/oh-my-claudecode
3,202
issue_to_patch
test: stabilize runtime cleanup CI specs
Stabilizes the two dev CI runtime cleanup specs that failed at ed29f0395. - Extends the watchdog retry spec beforeEach timeout so CI import/mock setup cannot fail before the actual assertion runs. - Extends the session-owned runtime-v2 cleanup spec timeout and cleanup budget to match the bounded cleanup worker maximum...
ed29f03954536cd4af8ab9398e3cafe4ee88482c
912096001867ae45b0408a0a7e4f799baadb9d1c
[ "src/hooks/session-end/__tests__/team-cleanup.test.ts", "src/team/__tests__/runtime-watchdog-retry.test.ts" ]
[]
diff --git a/src/hooks/session-end/__tests__/team-cleanup.test.ts b/src/hooks/session-end/__tests__/team-cleanup.test.ts index e1ebc7b27..d30a10263 100644 --- a/src/hooks/session-end/__tests__/team-cleanup.test.ts +++ b/src/hooks/session-end/__tests__/team-cleanup.test.ts @@ -136,7 +136,7 @@ describe('processSessionEnd...
true
Yeachan-Heo/oh-my-claudecode
3,201
issue_to_patch
Fix source hook manifest direct-node portability
## Summary - keep `scripts/plugin-setup.mjs` from rewriting the repository source `hooks/hooks.json` during checkout-based setup/test runs - preserve packaged plugin-cache runtime normalization so Unix/macOS installs can still use `find-node.sh` while the shipped source manifest remains direct `node ... run.cjs` - add ...
3c3e2b11943ec397e494c0376007a2ebbba5337b
d93d23ffe595136414f9790f33c3af0aab2b875c
diff --git a/scripts/plugin-setup.mjs b/scripts/plugin-setup.mjs index 89ee22e90..fae7c958b 100644 --- a/scripts/plugin-setup.mjs +++ b/scripts/plugin-setup.mjs @@ -26,6 +26,8 @@ const SETTINGS_FILE = join(CLAUDE_DIR, 'settings.json'); // nvm/fnm users whose non-interactive hook shells do not include node on PATH // ...
[ "scripts/plugin-setup.mjs", "src/__tests__/plugin-setup-deps.test.ts" ]
[]
diff --git a/src/__tests__/plugin-setup-deps.test.ts b/src/__tests__/plugin-setup-deps.test.ts index d4632eb89..a0120d723 100644 --- a/src/__tests__/plugin-setup-deps.test.ts +++ b/src/__tests__/plugin-setup-deps.test.ts @@ -233,6 +233,33 @@ describe('plugin-setup.mjs hook command portability', () => { } }); ...
true
Yeachan-Heo/oh-my-claudecode
3,199
issue_to_patch
Fix compact plugin skill shim body path guidance
## Summary - Reword compact plugin skill shims to point first at `${CLAUDE_PLUGIN_ROOT:-${OMC_PLUGIN_ROOT}}/skill-bodies/<skill>/SKILL.md`. - Define the plugin root as the directory containing both `skills/` and `skill-bodies/`. - Add regression assertions that generated shims do not instruct ambiguous SKILL.md-relativ...
16ffb0b18a99f248bbd5fc307dd67d5bed0821ec
2bb1fb668a41beba82e9d23b5fd8c1f4d1f0dc20
diff --git a/src/installer/index.ts b/src/installer/index.ts index 7f612d302..a0cb7855c 100644 --- a/src/installer/index.ts +++ b/src/installer/index.ts @@ -1317,7 +1317,7 @@ function renderCompactPluginSkillShim(skillDirName: string, content: string): st frontmatter = upsertYamlStringField(frontmatter, 'description...
[ "src/__tests__/plugin-skill-budget.test.ts", "src/installer/index.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Regenerate shipped bundles with the shim fix**\n\nThis source template is updated, but the checked-in artifacts that users actually run were not regenerated: `package.json` maps `omc`/`omc-cli` to `bridge/cli.c...
diff --git a/src/__tests__/plugin-skill-budget.test.ts b/src/__tests__/plugin-skill-budget.test.ts index 4d13916fd..2d3e9850c 100644 --- a/src/__tests__/plugin-skill-budget.test.ts +++ b/src/__tests__/plugin-skill-budget.test.ts @@ -84,6 +84,18 @@ describe('plugin skill context budget gate (issues #2943, #2986)', () =>...
true
Yeachan-Heo/oh-my-claudecode
3,193
issue_to_patch
feat(keyword-detector): Japanese katakana keyword detection (with 〜について教えて informational guard)
Resubmission of #3192 (which couldn't be reopened — maintainer-closed fork PR), with the blocking review feedback addressed. ## What changed since #3192 The review on #3192 blocked on a behavior regression: Japanese "tell me about X" prompts activated workflow modes instead of staying informational: - `ウルトラワークについて教えて...
583b463aa7d1e2bcab423f7a3ea29288647c3bc3
c67269f1d41a6c98d44d8d09154c7bf24534ab7d
diff --git a/scripts/keyword-detector.mjs b/scripts/keyword-detector.mjs index a8c824665..5d520647b 100644 --- a/scripts/keyword-detector.mjs +++ b/scripts/keyword-detector.mjs @@ -390,7 +390,7 @@ function stripPastedCommandPayloads(text) { const INFORMATIONAL_INTENT_PATTERNS = [ /\b(?:what(?:'s|\s+is)|what\s+are|h...
[ "scripts/keyword-detector.mjs", "src/__tests__/keyword-detector-script.test.ts", "src/hooks/keyword-detector/__tests__/index.test.ts", "src/hooks/keyword-detector/index.ts", "templates/hooks/keyword-detector.mjs" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Add Japanese comparison guards for katakana modes**\n\nWith these katakana alternatives, informational Japanese comparison prompts now activate modes because the existing informational/reference guards do not r...
diff --git a/src/__tests__/keyword-detector-script.test.ts b/src/__tests__/keyword-detector-script.test.ts index f0476eb6b..5e5aa232d 100644 --- a/src/__tests__/keyword-detector-script.test.ts +++ b/src/__tests__/keyword-detector-script.test.ts @@ -583,4 +583,89 @@ diff --git a/a b/b expect(context).toContain('[MA...
true
Yeachan-Heo/oh-my-claudecode
3,190
issue_to_patch
Stabilize subagent lock benchmark on CI
## Summary - Make the subagent lock benchmark use a warmup plus 5 measured runs instead of a single p99 sample. - Keep the strict local Linux median p99 <= 8ms guard. - Use CI-specific aggregate guardrails (median p50, median p99, max p99) so isolated hosted-runner filesystem stalls do not block dev while sustained loc...
cb4274f8d07e34066b57ce32caa9e9d43d96c5e2
16ca91020075f926a07acdeccc2be981a430a313
[ "tests/perf/subagent-lock.bench.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Keep local Linux guard strict**\n\nOn non-CI Linux this now only checks `medianP99`, so a regression that pushes p99 above 8ms in one or two of the five measured runs still passes; before this change the measur...
diff --git a/tests/perf/subagent-lock.bench.ts b/tests/perf/subagent-lock.bench.ts index 91279b531..ac3c51a91 100644 --- a/tests/perf/subagent-lock.bench.ts +++ b/tests/perf/subagent-lock.bench.ts @@ -1,28 +1,31 @@ /** * Benchmark: subagent-tracking RMW latency under no contention. * - * Measures per-update wall t...
true
Yeachan-Heo/oh-my-claudecode
3,189
issue_to_patch
Fix remaining standalone hook state-root imports
## Summary - Follow-up to merged #3188: make all standalone hook templates resolve `state-root.mjs` from installed `~/.claude/hooks/lib`. - Extend installer regression coverage to execute every installed standalone hook that uses the state-root helper. - Keep scope limited to standalone hook packaging/import resolution...
d0c5d1b4879df9ecf22793b0de235b3e2a766d17
a9f16fb0db227806801792b7205bed645b1d4a85
diff --git a/templates/hooks/code-simplifier.mjs b/templates/hooks/code-simplifier.mjs index c4a01c6a8..293ad4a0d 100644 --- a/templates/hooks/code-simplifier.mjs +++ b/templates/hooks/code-simplifier.mjs @@ -28,7 +28,7 @@ const __dirname = dirname(__filename); const { readStdin } = await import( pathToFileURL(join...
[ "src/installer/__tests__/standalone-hook-reconcile.test.ts", "templates/hooks/code-simplifier.mjs", "templates/hooks/keyword-detector.mjs", "templates/hooks/persistent-mode.mjs", "templates/hooks/post-tool-use-failure.mjs", "templates/hooks/post-tool-use.mjs", "templates/hooks/pre-tool-use.mjs" ]
[]
diff --git a/src/installer/__tests__/standalone-hook-reconcile.test.ts b/src/installer/__tests__/standalone-hook-reconcile.test.ts index e2f609622..a2c0b6603 100644 --- a/src/installer/__tests__/standalone-hook-reconcile.test.ts +++ b/src/installer/__tests__/standalone-hook-reconcile.test.ts @@ -110,8 +110,8 @@ describ...
true
Yeachan-Heo/oh-my-claudecode
3,188
issue_to_patch
Fix standalone SessionStart hook helper packaging
## Summary - package `state-root.mjs` with standalone hook templates and update the SessionStart hook to import it from the installed hook lib directory - add a regression that executes the installed standalone SessionStart hook after install - make Upgrade Test capture SessionStart hook exit/stdout/stderr before faili...
dad7ff34f7b0990cd7987fda700f90c4f8ebc3c4
e15ab2e09df8b61481388b9dc5bf41d523a025cc
diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 2ba7cbe33..2af169ffc 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -268,9 +268,21 @@ jobs: exit 1 fi + set +e printf '%s' \ ...
[ ".github/workflows/upgrade-test.yml", "src/__tests__/installer.test.ts", "src/installer/__tests__/standalone-hook-reconcile.test.ts", "templates/hooks/lib/state-root.mjs", "templates/hooks/session-start.mjs" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Resolve standalone state from the project root**\n\nIn standalone installs the settings hook command runs `~/.claude/hooks/session-start.mjs` directly and does not provide `CLAUDE_PLUGIN_ROOT`, so this fallback...
diff --git a/src/__tests__/installer.test.ts b/src/__tests__/installer.test.ts index 7c90fde5a..9c75e1dd0 100644 --- a/src/__tests__/installer.test.ts +++ b/src/__tests__/installer.test.ts @@ -654,7 +654,7 @@ describe('Installer Constants', () => { const libFiles = readdirSync(templatesLibDir); // Requi...
true
Yeachan-Heo/oh-my-claudecode
3,187
issue_to_patch
Fix post-merge dev CI failures
## Summary - Resolve post-merge stale cleanup failures by resolving agents/skills config directories at call time instead of module load time. - Make tmux session unit tests deterministic on runners without tmux/psmux by mocking the sync version probe used by validation. - Harden the upgrade workflow so live `omc updat...
fdc1dd3368638a5e092194483bbe940b54a3353b
0203f4f8c7404fadb8968cac54821affc799388c
diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 49631523b..2ba7cbe33 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -108,8 +108,28 @@ jobs: } >> "$GITHUB_ENV" if npm view "oh-my-claude-sisyphus@$CURRENT_PACKA...
[ ".github/workflows/upgrade-test.yml", "scripts/context-guard-stop.mjs", "src/installer/index.ts", "src/team/__tests__/tmux-session.create-team.test.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Walk up from subdirectories before skipping worktree repair**\n\nWhen Claude is launched from any subdirectory of a native git worktree, the `.git` marker exists only at the worktree root, so this check returns...
diff --git a/src/team/__tests__/tmux-session.create-team.test.ts b/src/team/__tests__/tmux-session.create-team.test.ts index c1a4a12cf..4386ca042 100644 --- a/src/team/__tests__/tmux-session.create-team.test.ts +++ b/src/team/__tests__/tmux-session.create-team.test.ts @@ -88,10 +88,16 @@ vi.mock('child_process', async ...
true
Yeachan-Heo/oh-my-claudecode
3,186
issue_to_patch
Honor workspace Claude skills during OMC slash execution
## Summary - Treat issue #3185 as a real OMC discovery gap: workspace `.claude/skills/<name>/SKILL.md` was not included in OMC auto slash/skill discovery. - Add `.claude/skills` as a project-local skill source before `.omc/skills`, `.agents/skills`, user skills, and bundled skills. - Document the callable contract in R...
1e672e15b7a81c4c1e77a190da246ba1691e90a8
f84cf3f1bb479ba6c01f33ac35b95801434879f9
diff --git a/README.md b/README.md index c5b6b39cb..7c89fddb8 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ Wrap handler at server.py:42 in try/except ClientDisconnectedError... **Skillify:** `/skillify` extracts reusable patterns with strict quality gates **Auto-inject:** Matching skills load into conte...
[ "README.md", "docs/COMPATIBILITY.md", "docs/REFERENCE.md", "src/__tests__/auto-slash-aliases.test.ts", "src/hooks/auto-slash-command/executor.ts", "src/hooks/auto-slash-command/index.ts" ]
[]
diff --git a/src/__tests__/auto-slash-aliases.test.ts b/src/__tests__/auto-slash-aliases.test.ts index d24746d57..dae5b186b 100644 --- a/src/__tests__/auto-slash-aliases.test.ts +++ b/src/__tests__/auto-slash-aliases.test.ts @@ -242,6 +242,52 @@ Compatibility body` expect(result.replacementText).toContain('`templa...
true
Yeachan-Heo/oh-my-claudecode
3,183
issue_to_patch
Publish omc npm CLI alias
## Summary - publish both `oh-my-claudecode` and `omc` npm bin aliases through `bin/oh-my-claudecode.js` - add regression coverage for package metadata, packed tarball contents, direct wrapper execution, modeled Windows shim names, and installed npm shim execution - update install/troubleshooting docs to mention both s...
2506f90caf16263856b1a36199ea7e86898ba560
6d21b609d5357ed25df6b487b1a53d621296ec70
diff --git a/README.md b/README.md index 45928637f..c5b6b39cb 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Workers spawn on-demand and die when their task completes — no idle resource u Native team worker worktrees are being added behind an opt-in/config gate. See [Native Team Worktree Mode](docs/TEAM-...
[ "README.md", "bin/oh-my-claudecode.js", "docs/LOCAL_PLUGIN_INSTALL.md", "docs/REFERENCE.md", "package-lock.json", "package.json", "src/__tests__/npm-package-bin-surface.test.ts" ]
[ { "comment": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Use a shell when executing Windows npm shims**\n\nWhen this test runs on Windows, `shimName` becomes `omc.cmd` / `oh-my-claudecode.cmd`, but the next line launches that `.cmd` file with `execFileSync`. Node's o...
diff --git a/src/__tests__/npm-package-bin-surface.test.ts b/src/__tests__/npm-package-bin-surface.test.ts new file mode 100644 index 000000000..94527e174 --- /dev/null +++ b/src/__tests__/npm-package-bin-surface.test.ts @@ -0,0 +1,164 @@ +import { afterAll, describe, expect, it } from 'vitest'; +import { execFileSync ...
true
Yeachan-Heo/oh-my-claudecode
3,180
issue_to_patch
ci: use gajae self-hosted linux runner
Switch Linux GitHub Actions jobs from GitHub-hosted Ubuntu runners to the trusted gajae self-hosted runner label. macOS/Windows jobs are left unchanged. External fork PRs are excluded at job level before using the self-hosted runner. — *[repo owner's gaebal-gajae (clawdbot) 🦞]*
8a2ecd3e3970b71978c9808076b8333171869921
b88f96930109fe6b9e769de7a0fcbf904b236283
diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index ec3b1928f..52e388080 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -9,7 +9,8 @@ permissions: jobs: label: - runs-on: ubuntu-latest + if: github.event_name != 'pull_request' || git...
[ ".github/workflows/auto-label.yml", ".github/workflows/ci.yml", ".github/workflows/cleanup.yml", ".github/workflows/pr-check.yml", ".github/workflows/release.yml", ".github/workflows/stale.yml", ".github/workflows/upgrade-test.yml" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Keep CI coverage for forked pull requests**\n\nFor `pull_request` events from forks targeting `main` or `dev`, this job-level condition skips the Linux lint/typecheck job, and the same condition is repeated on ...
true
Yeachan-Heo/oh-my-claudecode
3,179
issue_to_patch
Fix Slack Socket control frame validation
## Summary - Fixes #3178 by validating Slack Socket Mode envelope `type` before enforcing `envelope_id`. - Allows Slack protocol control frames `hello` and `disconnect` to omit `envelope_id`. - Preserves `envelope_id` validation for non-control envelopes such as `events_api`, `slash_commands`, and `interactive`. - Adds...
b90518c7c9248b8748eeb1fff4166f17e5c35ebc
e91565d2400d17a2c956f628429ff5976599ac10
diff --git a/src/notifications/slack-socket.ts b/src/notifications/slack-socket.ts index dfba2c289..a35b8e58e 100644 --- a/src/notifications/slack-socket.ts +++ b/src/notifications/slack-socket.ts @@ -62,7 +62,7 @@ export interface SlackValidationResult { /** Slack Socket Mode message envelope */ export interface S...
[ "src/notifications/__tests__/slack-socket.test.ts", "src/notifications/slack-socket.ts" ]
[ { "comment": "**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Regenerate the published Slack Socket artifacts**\n\nThis source-only fix is not reflected in the tracked runtime artifacts: `package.json` exports `dist/index.js`/`dist/index.d.ts`, notification scripts load `...
diff --git a/src/notifications/__tests__/slack-socket.test.ts b/src/notifications/__tests__/slack-socket.test.ts index 7a774f97d..a6555fc0e 100644 --- a/src/notifications/__tests__/slack-socket.test.ts +++ b/src/notifications/__tests__/slack-socket.test.ts @@ -1,5 +1,5 @@ import { describe, it, expect, vi, beforeEach,...
true
Yeachan-Heo/oh-my-claudecode
3,173
issue_to_patch
Add plugin-scoped manual compact command
## Summary - Add `/oh-my-claudecode:compact [note]` as a plugin-scoped manual context compaction trigger. - Delegate to Claude Code native compaction with `Skill("compact")` instead of adding a second OMC summarizer. - Document why bare `/compact` remains host-native and unshadowed. ## Tests / verification - `npm test...
e3324758a8d4ebc980a809e66725874fe0302108
ef20182775719b2f691a94409dc698d28816f226
diff --git a/commands/compact.md b/commands/compact.md new file mode 100644 index 000000000..631ce3a0d --- /dev/null +++ b/commands/compact.md @@ -0,0 +1,35 @@ +--- +description: "Prepare OMC context for a manual Claude Code /compact handoff." +argument-hint: "[optional compaction note]" +--- + +# OMC Manual Context Co...
[ "commands/compact.md", "docs/REFERENCE.md", "src/__tests__/installer.test.ts", "src/__tests__/manual-compact-command.test.ts" ]
[]
diff --git a/src/__tests__/installer.test.ts b/src/__tests__/installer.test.ts index f195ba36e..7c90fde5a 100644 --- a/src/__tests__/installer.test.ts +++ b/src/__tests__/installer.test.ts @@ -183,7 +183,12 @@ describe('Installer Constants', () => { for (const file of files) { const content = readFile...
true
Yeachan-Heo/oh-my-claudecode
3,175
issue_to_patch
Align built-in Opus HIGH default with Claude Opus 4.8
## Summary Bump OMC's built-in HIGH-tier Opus default from `claude-opus-4-7` to `claude-opus-4-8` (shipped 2026-05-28) so users on built-in defaults get the latest Opus without setting `OMC_MODEL_HIGH`. Sonnet and Haiku are unchanged. Same scope as the 4.6→4.7 bump (#2685): source of truth (`src/config/models.ts`), th...
e3324758a8d4ebc980a809e66725874fe0302108
ecd50b9d6ef5d4f8200453793079c3044fafac48
diff --git a/bridge/cli.cjs b/bridge/cli.cjs index d15693303..e843d4d33 100755 --- a/bridge/cli.cjs +++ b/bridge/cli.cjs @@ -3682,7 +3682,7 @@ var init_models = __esm({ CLAUDE_FAMILY_DEFAULTS = { HAIKU: "claude-haiku-4-5", SONNET: "claude-sonnet-4-6", - OPUS: "claude-opus-4-7" + OPUS: "clau...
[ "bridge/cli.cjs", "bridge/runtime-cli.cjs", "bridge/team-bridge.cjs", "bridge/team.js", "dist/config/models.js", "docs/agent-templates/tier-instructions.md", "docs/agents/model-compatibility.md", "src/__tests__/agent-registry.test.ts", "src/__tests__/bedrock-model-routing.test.ts", "src/__tests__/...
[]
diff --git a/src/__tests__/agent-registry.test.ts b/src/__tests__/agent-registry.test.ts index 6ee4ece77..29826b4c9 100644 --- a/src/__tests__/agent-registry.test.ts +++ b/src/__tests__/agent-registry.test.ts @@ -146,7 +146,7 @@ describe('Agent Registry Validation', () => { expect(agents.executor?.model).toBe('k...
true
Yeachan-Heo/oh-my-claudecode
3,171
issue_to_patch
Update README Discord invite on main
Updates README Discord invite links to https://discord.gg/sj4exxQ9v as requested. Validation: - git diff --check - grep README files confirmed new invite appears and old https://discord.gg/PUwSMR9XNk is absent No full test suite run: docs-only README change.
2733c1683ad375aae9eb26e979cc079f17673568
e51c2fe148f9d399d88cfbc438e78db54cfc9822
diff --git a/README.de.md b/README.de.md index bdca7ef14..fed2d658a 100644 --- a/README.de.md +++ b/README.de.md @@ -7,13 +7,13 @@ [![GitHub stars](https://img.shields.io/github/stars/Yeachan-Heo/oh-my-claudecode?style=flat&color=yellow)](https://github.com/Yeachan-Heo/oh-my-claudecode/stargazers) [![License: MIT](ht...
[ "README.de.md", "README.es.md", "README.fr.md", "README.it.md", "README.ja.md", "README.ko.md", "README.md", "README.pt.md", "README.ru.md", "README.tr.md", "README.vi.md", "README.zh.md" ]
[]
true
Yeachan-Heo/oh-my-claudecode
3,170
issue_to_patch
Update README Discord invite on dev
Updates README Discord invite links to https://discord.gg/sj4exxQ9v as requested. Validation: - git diff --check - grep README files confirmed new invite appears and old https://discord.gg/PUwSMR9XNk is absent No full test suite run: docs-only README change.
907250bd48d50acbdb5d6afd38f013e811211956
5ebee59ebab102eec699467d24c090343dab5c60
diff --git a/README.de.md b/README.de.md index bdca7ef14..fed2d658a 100644 --- a/README.de.md +++ b/README.de.md @@ -7,13 +7,13 @@ [![GitHub stars](https://img.shields.io/github/stars/Yeachan-Heo/oh-my-claudecode?style=flat&color=yellow)](https://github.com/Yeachan-Heo/oh-my-claudecode/stargazers) [![License: MIT](ht...
[ "README.de.md", "README.es.md", "README.fr.md", "README.it.md", "README.ja.md", "README.ko.md", "README.md", "README.pt.md", "README.ru.md", "README.tr.md", "README.vi.md", "README.zh.md" ]
[]
true
Yeachan-Heo/oh-my-claudecode
3,167
issue_to_patch
Throttle repeated pre-tool advisory reminders
## Summary - add a bounded per-session PreToolUse advisory throttle for repeated identical additionalContext messages - keep hard permissionDecision/deny gates outside the throttle path - cover first emit, repeated suppression, different advisory, hard gate, deterministic cooldown, future timestamps, and cap pruning C...
914c1ca041a415aa7143a8cc2cafeaf87fb0c379
62c35e1a0bd56d0e1cf0c4669013e82b852d2857
diff --git a/scripts/pre-tool-enforcer.mjs b/scripts/pre-tool-enforcer.mjs index 1b6d9cda5..2c82856d3 100644 --- a/scripts/pre-tool-enforcer.mjs +++ b/scripts/pre-tool-enforcer.mjs @@ -7,6 +7,7 @@ */ import { existsSync, mkdirSync, readFileSync, readdirSync, renameSync, writeFileSync } from 'fs'; +import { createH...
[ "scripts/pre-tool-enforcer.mjs", "src/__tests__/pre-tool-enforcer.test.ts" ]
[]
diff --git a/src/__tests__/pre-tool-enforcer.test.ts b/src/__tests__/pre-tool-enforcer.test.ts index a46fbf7c1..c0cb28efe 100644 --- a/src/__tests__/pre-tool-enforcer.test.ts +++ b/src/__tests__/pre-tool-enforcer.test.ts @@ -76,6 +76,171 @@ function writeTranscriptWithContext(filePath: string, contextWindow: number, in...
true
Yeachan-Heo/oh-my-claudecode
3,166
issue_to_patch
Reduce false-positive review-gate risk assessment
## Summary - add focused `risk-assess` and `review-gate` scripts with the existing risk enum contract - ignore generated review noise (`.omc`/`.omx` state, harness state, `*.log`) for classification and diff-size accounting - tighten sensitive matching to real path/name tokens while preserving critical gates for auth/...
914c1ca041a415aa7143a8cc2cafeaf87fb0c379
3f90e07547749f49f821dbb184a8af99175a389b
diff --git a/scripts/review-gate.mjs b/scripts/review-gate.mjs new file mode 100755 index 000000000..ba6a9766e --- /dev/null +++ b/scripts/review-gate.mjs @@ -0,0 +1,45 @@ +#!/usr/bin/env node +import path from 'node:path'; +import { fileURLToPath } from 'node:url'; +import { assessRisk } from './risk-assess.mjs'; + +f...
[ "scripts/review-gate.mjs", "scripts/risk-assess.mjs", "src/__tests__/risk-assess-review-gate.test.mjs" ]
[]
diff --git a/src/__tests__/risk-assess-review-gate.test.mjs b/src/__tests__/risk-assess-review-gate.test.mjs new file mode 100644 index 000000000..23c21e697 --- /dev/null +++ b/src/__tests__/risk-assess-review-gate.test.mjs @@ -0,0 +1,171 @@ +import { execFileSync, spawnSync } from 'node:child_process'; +import { mkdte...
true
Yeachan-Heo/oh-my-claudecode
3,165
issue_to_patch
Reduce ralph/ultrawork keyword false positives
## Summary - Suppress scoped ralph/ultrawork activation for obvious Korean joke/meta/question wording, including the reported `너도 ralph라도 쥐어줘야해?ㅋㅋ` case. - Preserve explicit activation paths such as `/ralph`, `run ralph`, `start ultrawork`, `랄프 켜`, and `울트라워크 돌려`. - Add TS detector and deployed script regressions, incl...
914c1ca041a415aa7143a8cc2cafeaf87fb0c379
53b013dbbcacfc6f03a63c81b4b79180c6cc5b1c
diff --git a/scripts/keyword-detector.mjs b/scripts/keyword-detector.mjs index 4c6142b5a..a8c824665 100644 --- a/scripts/keyword-detector.mjs +++ b/scripts/keyword-detector.mjs @@ -620,6 +620,36 @@ function hasDiagnosticIntentNearKeyword(context, keyword) { return patterns.some((pattern) => pattern.test(context)); ...
[ "scripts/keyword-detector.mjs", "src/__tests__/keyword-detector-script.test.ts", "src/hooks/keyword-detector/__tests__/index.test.ts", "src/hooks/keyword-detector/index.ts", "templates/hooks/keyword-detector.mjs" ]
[]
diff --git a/src/__tests__/keyword-detector-script.test.ts b/src/__tests__/keyword-detector-script.test.ts index 41735dd2f..f0476eb6b 100644 --- a/src/__tests__/keyword-detector-script.test.ts +++ b/src/__tests__/keyword-detector-script.test.ts @@ -482,6 +482,75 @@ diff --git a/a b/b expect(context).not.toContain(...
true
YunaiV/ruoyi-vue-pro
1,082
issue_to_patch
feat(infra): 代码生成器为后端和 Vue3 模板添加 Excel 导入功能
## 变更背景 为代码生成器补充通用的“Excel 导入”能力,目标是让单表、树表、主子表生成后默认具备导入 能力,并保证前后端模板配套。 <img width="1670" height="930" alt="image" src="https://github.com/user-attachments/assets/847081c2-52e9-4a0e-8301-a143394434ae" /> ## 本次改动 ### 1) 后端模板增强(代码生成模板) - 新增导入 VO 模板: - `ImportExcelVO` - `ImportRespVO` - ...
78bcd54e34c1e55b8f92d2e515e383bc1d3060ac
34292c25f5940155fb01ba02ef10998b2d45cf45
diff --git a/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenEngine.java b/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenEngine.java index 458acb540b0..9b55bd87197 100644 --- a/yudao-module-infra/src/main/java/cn/iocoder/yudao/mod...
[ "yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenEngine.java", "yudao-module-infra/src/main/resources/codegen/java/controller/controller.vm", "yudao-module-infra/src/main/resources/codegen/java/controller/vo/importExcelVO.vm", "yudao-module-infra/src/main/resources/...
[]
true
YunaiV/ruoyi-vue-pro
1,083
issue_to_patch
feat(infra): 代码生成器导入Excel支持其他前端版本
## 变更背景 在已有后端模板和 `vue3` 标准模板导入能力基础上,本 PR 继续补齐其它前端代码模板的 Excel 导入能力,保证代码生成器在多前端类型下能力一致。 ## 本次改动 ### 1) API 模板增加导入接口 为以下模板补充: - `importXXXTemplate()`:下载导入模板(`GET /get-import-template`) - `importXXX(formData)`:上传 Excel 导入(`POST /import`) 涉及: - `codegen/vue/api/api.js.vm` - `codegen...
78bcd54e34c1e55b8f92d2e515e383bc1d3060ac
f2fdf227ae51e131e80fac96a0eb55718e334e0e
diff --git a/yudao-module-infra/src/main/resources/codegen/vue/api/api.js.vm b/yudao-module-infra/src/main/resources/codegen/vue/api/api.js.vm index 0d9b66f88e9..80be3f464f8 100644 --- a/yudao-module-infra/src/main/resources/codegen/vue/api/api.js.vm +++ b/yudao-module-infra/src/main/resources/codegen/vue/api/api.js.vm...
[ "yudao-module-infra/src/main/resources/codegen/vue/api/api.js.vm", "yudao-module-infra/src/main/resources/codegen/vue/views/index.vue.vm", "yudao-module-infra/src/main/resources/codegen/vue3_vben/api/api.ts.vm", "yudao-module-infra/src/main/resources/codegen/vue3_vben/views/index.vue.vm", "yudao-module-infr...
[]
true
YunaiV/ruoyi-vue-pro
1,087
issue_to_patch
fix: 字段中包含英文双引号时,生成的代码报错,将英文引号替换为中文引号,不改变原意
d844f06f5c2fb305a28c117f1a0721123426b937
f766f02c192d7f07b0c40c94d01ef4b835265b58
diff --git a/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenBuilder.java b/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenBuilder.java index 06f0478f7c7..4a1897ccb9e 100644 --- a/yudao-module-infra/src/main/java/cn/iocoder/yudao/m...
[ "yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenBuilder.java" ]
[]
true
YunaiV/ruoyi-vue-pro
1,110
issue_to_patch
OA审批示例实体类字段类型与VO不一致问题修改,Postgres不会自动转换类型
OA审批示例实体类type字段类型与VO不一致问题修改,mysql中是tinyint类型,但Java类型是String。导致从mysql切换到PostgresSql后报错,现修改为Integer类型
3e2794d8ca3777551d47f833974e21ee91ecdbf8
33783bf962d2c8188b9745b35e930f4d20bf3b6c
diff --git a/yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/dal/dataobject/oa/BpmOALeaveDO.java b/yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/dal/dataobject/oa/BpmOALeaveDO.java index e75c9747380..eeec956247a 100644 --- a/yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/dal/dataobje...
[ "yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/dal/dataobject/oa/BpmOALeaveDO.java" ]
[]
true
YunaiV/ruoyi-vue-pro
1,062
issue_to_patch
fix: 屏蔽解析器覆写, 避免解析 ${coll_userList} 变量报错 (#1061)
853afd218479ee0630cb8c52a399ce4e133ee258
52f067cdfb3475fc14a1d2e6eaa5249dca24f74a
diff --git a/yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/framework/flowable/core/behavior/BpmSequentialMultiInstanceBehavior.java b/yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/framework/flowable/core/behavior/BpmSequentialMultiInstanceBehavior.java index 75582a05418..8848f818368 100644 ---...
[ "yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/framework/flowable/core/behavior/BpmSequentialMultiInstanceBehavior.java" ]
[]
true
YunaiV/ruoyi-vue-pro
1,042
issue_to_patch
fix(infra): 修正定时任务日志状态字典格式引用
将定时任务日志状态字段的字典格式引用从 JOB_STATUS 更改为 JOB_LOG_STATUS 确保定时任务日志状态导出excel时映射到正确的名称
3031f7c1ce2052fb676b6a2abd2990f50fb5f4dc
8b10df084122006266f4dc884dc515031aa19905
diff --git a/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/job/vo/log/JobLogRespVO.java b/yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/job/vo/log/JobLogRespVO.java index 3574e98d596..1d33cdf2782 100644 --- a/yudao-module-infra/src/main/java/cn/iocoder...
[ "yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/job/vo/log/JobLogRespVO.java" ]
[]
true