litclaude-ai 0.3.15 → 0.3.16
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/CHANGELOG.md +5 -0
- package/README.md +9 -8
- package/README_ko-KR.md +8 -6
- package/RELEASE_CHECKLIST.md +15 -13
- package/package.json +1 -1
- package/plugins/litclaude/.claude-plugin/plugin.json +1 -1
- package/plugins/litclaude/bin/litclaude-mcp.js +1 -1
- package/plugins/litclaude/lib/hud-accent-palette.mjs +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.16 - 2026-06-27 — WSL2 HUD gradient hotfix
|
|
4
|
+
|
|
5
|
+
- Restore truecolor neon gradient rendering for WSL2/Windows Terminal status lines when Claude Code drops `WT_SESSION` before invoking the HUD command.
|
|
6
|
+
- Keep the 256-color bright-magenta fallback for terminals without truecolor signals.
|
|
7
|
+
|
|
3
8
|
## 0.3.15 - 2026-06-26 — Korean AI-slop remover workflow
|
|
4
9
|
|
|
5
10
|
- Add `/korean-ai-slop-remover` as a Claude Code-native Korean prose polishing command with strict multi-agent routing from day one.
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
<p align="center">
|
|
11
11
|
<img src="https://img.shields.io/badge/npm-litclaude--ai-cb3837" />
|
|
12
|
-
<img src="https://img.shields.io/badge/version-0.3.
|
|
12
|
+
<img src="https://img.shields.io/badge/version-0.3.16-2ea44f" />
|
|
13
13
|
<img src="https://img.shields.io/badge/Claude%20Code-plugin-blueviolet" />
|
|
14
14
|
<img src="https://img.shields.io/badge/license-MIT-blue" />
|
|
15
15
|
</p>
|
|
@@ -22,13 +22,14 @@
|
|
|
22
22
|
> `litclaude@litclaude-ai`, so normal `claude` launches can load the
|
|
23
23
|
> LitClaude skills and hooks without a long `--plugin-dir` command.
|
|
24
24
|
|
|
25
|
-
This checkout is prepared as `litclaude-ai@0.3.
|
|
25
|
+
This checkout is prepared as `litclaude-ai@0.3.16` for personal install
|
|
26
26
|
convenience. The repo can remain quiet; preparing npm package metadata here does
|
|
27
27
|
not imply public repo promotion, marketplace publication, or advertisement.
|
|
28
|
-
Future package releases still require explicit user approval. The v0.3.
|
|
29
|
-
release materials preserve the v0.3.
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
Future package releases still require explicit user approval. The v0.3.16
|
|
29
|
+
release materials preserve the v0.3.15 Korean AI slop remover workflow and
|
|
30
|
+
restore WSL2/Windows Terminal truecolor HUD gradients while retaining the
|
|
31
|
+
v0.3.13 public-source reader runtime, litresearch activation/read-only polish,
|
|
32
|
+
and installer permission-preference discipline.
|
|
32
33
|
|
|
33
34
|
## Features
|
|
34
35
|
|
|
@@ -110,7 +111,7 @@ directory, the normal install command works:
|
|
|
110
111
|
|
|
111
112
|
```bash
|
|
112
113
|
cd /tmp
|
|
113
|
-
npx --yes litclaude-ai@0.3.
|
|
114
|
+
npx --yes litclaude-ai@0.3.16 install
|
|
114
115
|
```
|
|
115
116
|
|
|
116
117
|
Validate the installed plugin:
|
|
@@ -123,7 +124,7 @@ The installer also sets Claude Code's `statusLine` command to the packaged
|
|
|
123
124
|
LitClaude HUD. A typical no-color render starts like:
|
|
124
125
|
|
|
125
126
|
```text
|
|
126
|
-
[🔥LITCLAUDE v0.3.
|
|
127
|
+
[🔥LITCLAUDE v0.3.16] | O4.8 │ ctx [▎░░] 9%/1000k │ 5h [▏░] 4% ↻2h15m │ 1w [▊░] 35% ↻3d6h │ git main +3 ✓
|
|
127
128
|
```
|
|
128
129
|
|
|
129
130
|
The `↻` suffix is a compact rate-limit reset countdown. It is separated from
|
package/README_ko-KR.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
<p align="center">
|
|
11
11
|
<img src="https://img.shields.io/badge/npm-litclaude--ai-cb3837" />
|
|
12
|
-
<img src="https://img.shields.io/badge/version-0.3.
|
|
12
|
+
<img src="https://img.shields.io/badge/version-0.3.16-2ea44f" />
|
|
13
13
|
<img src="https://img.shields.io/badge/Claude%20Code-plugin-blueviolet" />
|
|
14
14
|
<img src="https://img.shields.io/badge/license-MIT-blue" />
|
|
15
15
|
</p>
|
|
@@ -26,12 +26,14 @@
|
|
|
26
26
|
> 설치되므로, 매번 긴 `--plugin-dir` 없이 일반 `claude` 실행에서
|
|
27
27
|
> LitClaude skill과 hook을 불러올 수 있습니다.
|
|
28
28
|
|
|
29
|
-
현재 checkout은 `litclaude-ai@0.3.
|
|
29
|
+
현재 checkout은 `litclaude-ai@0.3.16` 배포 준비용으로 정리되어 있습니다. 목적은
|
|
30
30
|
다른 PC에서도 빠르게 설치하기 위한 개인용 package metadata를 갖추는 것입니다.
|
|
31
31
|
npm package metadata를 준비했다고 해서 홍보, 공개 저장소 운영, Claude
|
|
32
32
|
marketplace 등록을 의미하지는 않습니다. 새 버전 배포는 항상 별도의 명시적
|
|
33
|
-
승인 후에 진행합니다. v0.3.
|
|
34
|
-
|
|
33
|
+
승인 후에 진행합니다. v0.3.16 release material은 v0.3.15 Korean AI slop
|
|
34
|
+
remover workflow를 보존하고, WSL2/Windows Terminal truecolor HUD gradient를
|
|
35
|
+
복구하며, v0.3.13 public-source reader runtime과 litresearch activation/read-only
|
|
36
|
+
polish를 유지합니다.
|
|
35
37
|
|
|
36
38
|
## 기능
|
|
37
39
|
|
|
@@ -112,7 +114,7 @@ checkout을 먼저 해석해서 `sh: litclaude-ai: command not found`로 실패
|
|
|
112
114
|
|
|
113
115
|
```bash
|
|
114
116
|
cd /tmp
|
|
115
|
-
npx --yes litclaude-ai@0.3.
|
|
117
|
+
npx --yes litclaude-ai@0.3.16 install
|
|
116
118
|
```
|
|
117
119
|
|
|
118
120
|
설치 상태를 확인합니다.
|
|
@@ -125,7 +127,7 @@ installer는 Claude Code의 `statusLine` command도 packaged LitClaude HUD로
|
|
|
125
127
|
설정합니다. 색상을 제거한 예시는 다음처럼 시작합니다.
|
|
126
128
|
|
|
127
129
|
```text
|
|
128
|
-
[🔥LITCLAUDE v0.3.
|
|
130
|
+
[🔥LITCLAUDE v0.3.16] | O4.8 │ ctx [▎░░] 9%/1000k │ 5h [▏░] 4% ↻2h15m │ 1w [▊░] 35% ↻3d6h │ git main +3 ✓
|
|
129
131
|
```
|
|
130
132
|
|
|
131
133
|
`↻` 표시는 rate-limit reset까지 남은 시간을 짧게 보여주는 countdown입니다.
|
package/RELEASE_CHECKLIST.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
# LitClaude Release Checklist
|
|
2
2
|
|
|
3
|
-
Status: `litclaude-ai@0.3.
|
|
4
|
-
|
|
5
|
-
usability polish track, JS-only public-source reader
|
|
6
|
-
public-source research pass, and Claude-native
|
|
7
|
-
hardening. It
|
|
8
|
-
|
|
9
|
-
while preserving
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
Status: `litclaude-ai@0.3.16` is the current release candidate — a WSL2 HUD
|
|
4
|
+
gradient hotfix on top of the Korean AI-slop removal workflow release,
|
|
5
|
+
litresearch activation and usability polish track, JS-only public-source reader
|
|
6
|
+
runtime, resilient public-source research pass, and Claude-native
|
|
7
|
+
goal/workflow/team route hardening. It restores truecolor neon gradient
|
|
8
|
+
rendering when Claude Code drops `WT_SESSION` before invoking the HUD command,
|
|
9
|
+
while preserving the Korean polishing command, strict multi-agent review
|
|
10
|
+
pipeline, fidelity guardrails, package hygiene checks, native route gates, and
|
|
11
|
+
safe start-work handoff behavior.
|
|
12
|
+
`package.json` is aligned to `0.3.16`,
|
|
13
|
+
`plugins/litclaude/.claude-plugin/plugin.json` is aligned to `0.3.16`, and the
|
|
14
|
+
plugin-local MCP server reports `0.3.16`.
|
|
13
15
|
|
|
14
16
|
This release carries the v0.2.2 Dynamic workflow hardening surfaces:
|
|
15
17
|
`/dynamic-workflow`, `workflow-check --json`, native `/goal` fallback guidance,
|
|
@@ -58,9 +60,9 @@ No npm publication is required for this track.
|
|
|
58
60
|
Before requesting publication approval, confirm these artifacts from the current
|
|
59
61
|
checkout:
|
|
60
62
|
|
|
61
|
-
- `package.json` version is `0.3.
|
|
62
|
-
- `plugins/litclaude/.claude-plugin/plugin.json` version is `0.3.
|
|
63
|
-
- `plugins/litclaude/bin/litclaude-mcp.js` reports server version `0.3.
|
|
63
|
+
- `package.json` version is `0.3.16`.
|
|
64
|
+
- `plugins/litclaude/.claude-plugin/plugin.json` version is `0.3.16`.
|
|
65
|
+
- `plugins/litclaude/bin/litclaude-mcp.js` reports server version `0.3.16`.
|
|
64
66
|
- `lit search` and `lit query` route to `/litclaude:litresearch` without activating on slash mentions, code spans, or non-lit prompts.
|
|
65
67
|
- Litresearch web lanes require public API/feed preference, validator-first checks, route traces, prompt-injection quarantine, and honest auth/paywall/private-data stop reasons.
|
|
66
68
|
- `node bin/litclaude-ai.js public-read <public-url> --json` exposes the guarded JS runtime reader.
|
package/package.json
CHANGED
|
@@ -41,6 +41,9 @@ export const supportsTruecolor = (env = process.env) => {
|
|
|
41
41
|
// COLORTERM into the shell — it advertises itself via WT_SESSION instead.
|
|
42
42
|
// Without this, WSL2 users get the 256-color magenta fallback by mistake.
|
|
43
43
|
if (env.WT_SESSION) return true;
|
|
44
|
+
// Claude Code may sanitize WT_SESSION before invoking statusLine commands,
|
|
45
|
+
// while keeping WSL markers. Preserve the Windows Terminal/WSL2 gradient path.
|
|
46
|
+
if (env.WSL_DISTRO_NAME || env.WSL_INTEROP) return true;
|
|
44
47
|
// 24-bit terminal emulators that may not set COLORTERM in every shell.
|
|
45
48
|
if (/\b(?:vscode|hyper|wezterm|ghostty|iterm\.app)\b/iu.test(String(env.TERM_PROGRAM || ""))) return true;
|
|
46
49
|
// terminfo direct-color / truecolor entries (e.g. xterm-direct, *-truecolor).
|