oh-my-customcode 0.133.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -2334,7 +2334,7 @@ var init_package = __esm(() => {
2334
2334
  workspaces: [
2335
2335
  "packages/*"
2336
2336
  ],
2337
- version: "0.133.0",
2337
+ version: "0.134.0",
2338
2338
  description: "Batteries-included agent harness for Claude Code",
2339
2339
  type: "module",
2340
2340
  bin: {
package/dist/index.js CHANGED
@@ -2014,7 +2014,7 @@ var package_default = {
2014
2014
  workspaces: [
2015
2015
  "packages/*"
2016
2016
  ],
2017
- version: "0.133.0",
2017
+ version: "0.134.0",
2018
2018
  description: "Batteries-included agent harness for Claude Code",
2019
2019
  type: "module",
2020
2020
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.133.0",
6
+ "version": "0.134.0",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -101,6 +101,44 @@ transcript view에서 다음 단축키를 사용할 수 있습니다:
101
101
 
102
102
  **Action items**: None — 모두 additive. `/context all`로 fork skill 비용 정기 점검 권장.
103
103
 
104
+ ## v2.1.140 (2026-05-12) — 호환성 점검
105
+
106
+ > Issue: #1134 — cc-release-monitor auto-create
107
+
108
+ ### Agent tool 개선
109
+
110
+ - **`subagent_type` 매칭 완화**: case-insensitive + separator-insensitive — `"Code Reviewer"`가 `code-reviewer`로 정상 해석. oh-my-customcode는 이미 strict kebab-case 사용 → 영향 없음 (단, 외부 스킬이 비표준 표기로 호출해도 동작하게 됨).
111
+
112
+ ### Slash command 안정성
113
+
114
+ - **`/goal` hanging fix**: `disableAllHooks` 또는 `allowManagedHooksOnly` 설정 환경에서 무한 대기 → 명확한 메시지 출력으로 변경. oh-my-customcode의 `omcustom:goal` 스킬은 네이티브 `/goal`과 별개 namespace이므로 직접 영향 없음.
115
+
116
+ ### Settings / Background service / Plugins
117
+
118
+ - Settings 심볼릭 링크 hot-reload fix — `ConfigChange` hook 오발화 차단
119
+ - `claude --bg` idle-exit 직전 connection drop fix
120
+ - Background service 엔드포인트 보안 환경 startup timing 완화
121
+ - Remote managed settings 401 → 토큰 force-refresh 후 1회 재시도
122
+ - Managed `extraKnownMarketplaces` 자동 업데이트가 `known_marketplaces.json`에 영속화 — **관리형 환경에서 marketplace 자동 등록 정책 검토 필요**
123
+ - `/loop` 중복 wakeup 제거 — 백그라운드 작업 완료 자동 알림 활용 시 효율 개선 (자동 적용)
124
+ - Windows event-loop stall fix (`where.exe` 재호출 폭주) — macOS dev에는 영향 없음
125
+ - `Read` tool offset이 공백/`+` 접두 문자열일 때 검증 통과 — 호출 안전성 개선
126
+ - 네이티브 터미널 cursor focus 동작 개선 (UX)
127
+ - **Plugins default component folder 무시 경고**: `plugin.json`이 동일 키를 명시할 때 default 폴더(`commands/` 등)가 무시되면 `/doctor`, `claude plugin list`, `/plugin`에서 경고. **oh-my-customcode plugin 패키지가 영향 가능 — `templates/marketplace.json` + plugin.json 구조 audit 권고**.
128
+
129
+ ### oh-my-customcode 연관 평가
130
+
131
+ | 변경 | 영향 | Action |
132
+ |------|------|--------|
133
+ | `subagent_type` 매칭 완화 | 영향 없음 (strict kebab-case 유지) | None |
134
+ | `/goal` hanging fix | omcustom:goal namespace 별개 | None |
135
+ | Settings/BG/Read tool fixes | 사용자 환경 안정성 향상 | None (수동적 효익) |
136
+ | `/loop` 효율 개선 | `loop` 스킬 사용 시 자동 적용 | None |
137
+ | Managed `extraKnownMarketplaces` 영속화 | 관리형 정책 환경 영향 가능 | P3 audit |
138
+ | Plugins default component folder 경고 | `plugin.json` 구조 audit 필요 | P3 audit |
139
+
140
+ **Action items**: P3 audit 2건 (관리형 marketplace 정책 + plugin.json default folder 검증). 모두 후속 release 별도 처리.
141
+
104
142
  ---
105
143
 
106
144
  ## Action Items Summary
@@ -111,6 +149,7 @@ transcript view에서 다음 단축키를 사용할 수 있습니다:
111
149
  | v2.1.118 | Evaluate hooks `type: mcp_tool` for R022/R011 | P3 follow-up |
112
150
  | v2.1.119 | Audit `--print` CI with disallowedTools agents | P3 follow-up |
113
151
  | v2.1.139 | None (additive). `/context all` fork skill 비용 모니터링 권장 | P3 follow-up |
152
+ | v2.1.140 | P3 audit: managed `extraKnownMarketplaces` 영속화 + plugin.json default folder 무시 경고 | P3 follow-up |
114
153
 
115
154
  ## References
116
155
 
@@ -118,6 +157,7 @@ transcript view에서 다음 단축키를 사용할 수 있습니다:
118
157
  - #968 — Claude Code v2.1.118 release note
119
158
  - #969 — Claude Code v2.1.119 release note
120
159
  - #1126 — Claude Code v2.1.139 신규 명령 문서화
160
+ - #1134 — Claude Code v2.1.140 release note
121
161
  - `.claude/skills/claude-native/` — auto-generation source
122
162
  - `.claude/rules/SHOULD-hud-statusline.md` — R012 statusline integration
123
163
  - `.claude/rules/MUST-agent-design.md` — R006 agent frontmatter spec
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.133.0",
3
- "lastUpdated": "2026-04-24T07:30:00.000Z",
2
+ "version": "0.134.0",
3
+ "lastUpdated": "2026-05-13T00:00:00.000Z",
4
4
  "omcustomMinClaudeCode": "2.1.121",
5
5
  "omcustomMinClaudeCodeReason": "Sensitive-path direct Write/Edit on .claude/** under bypassPermissions (R010 deprecation, #1101)",
6
6
  "components": [