leerness 1.9.243 โ 1.9.244
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 +45 -0
- package/README.md +3 -3
- package/bin/harness.js +7 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.244 โ 2026-05-26 ๐ R200 + ๐จ HOTFIX
|
|
4
|
+
|
|
5
|
+
**๐จ HOTFIX: REPL agent ReferenceError `_lastCycleLines` (1.9.189 ํ๊ท ๋ฒ๊ทธ) + ๐ R200 ๋ง์ผ์คํค ๋๋ฌ.**
|
|
6
|
+
|
|
7
|
+
### ๐จ ์ฌ์ฉ์ ๋ณด๊ณ ๋ฒ๊ทธ (์ค ํ๊ฒฝ 1.9.243 npx ์ค์น)
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
agent[claude ยท sonnet-4-7/actor/โถ]> ์นํ์ด์ง ์ ์ํด์ค
|
|
11
|
+
.../leerness/bin/harness.js:16839
|
|
12
|
+
_lastCycleLines = 0; // 1.9.189: ์ฌ์ฉ์ ์
๋ ฅ ์ cycle overwrite ์ถ์ reset
|
|
13
|
+
^
|
|
14
|
+
ReferenceError: _lastCycleLines is not defined
|
|
15
|
+
at Interface.<anonymous> (.../harness.js:16839:23)
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**์์ธ:** `let _lastCycleLines = 0;` ๋ณ์๊ฐ `if (isTty) { try { ... } }` ๋ธ๋ก ์ค์ฝํ ๋ด๋ถ์ ์ ์ธ๋์ด ์์์ (line 16418). `rl.on('line')` ํธ๋ค๋ฌ๋ ์ธ๋ถ ์ค์ฝํ (line 16836+) ๋ผ์ ReferenceError.
|
|
19
|
+
|
|
20
|
+
**Fix (1.9.244):**
|
|
21
|
+
- `let _lastCycleLines = 0;` ๋ฅผ outer function ์ค์ฝํ (line 16399) ๋ก hoist
|
|
22
|
+
- ๋ ๊ณณ (cycleProvider/cycleModel + rl.on('line') ํธ๋ค๋ฌ) ๋์ผ closure ๊ณต์
|
|
23
|
+
- ๊ฒ์ฆ: stress-v189 A5 โ REPL agent ์ง์
+ stdin input โ no ReferenceError ํ์ธ
|
|
24
|
+
|
|
25
|
+
### ๐ R200 ๋ง์ผ์คํค ๋๋ฌ
|
|
26
|
+
|
|
27
|
+
- v1.9.6 baseline ~ v1.9.244 โ **200 ๋์ ๋ผ์ด๋** (round-history JSON: `roundCount=200`)
|
|
28
|
+
- **106 main-push streak** (1.9.140~) ยท **๐ 67 npm publish streak** (1.9.178~)
|
|
29
|
+
- handoff/session close/health JSON **10 ํ๋** ร 3 = 30 ํตํฉ ํฌ์ธํธ
|
|
30
|
+
- MCP **69 ๋๊ตฌ** ยท CLI **56 ๋ช
๋ น** ยท 9 ์นดํ
๊ณ ๋ฆฌ
|
|
31
|
+
- 6 ๋ฅ๋ ฅ ๋งคํธ๋ฆญ์ค + 5์ถ ๋งคํธ๋ฆญ์ค 100/100
|
|
32
|
+
|
|
33
|
+
### ๋์ ํ๊ท (1.9.207~243) โ ๋ชจ๋ ์ ์ง
|
|
34
|
+
- CJK ๋ถ๋ฅ (1.9.243) ยท env encoding --apply (1.9.242) ยท env summary (1.9.241) ยท py-check (1.9.239)
|
|
35
|
+
- ๋น์ ์์ข
๋ฃ + delivered + release cleanup + round-history + milestones + recentChanges + ๋ชจ๋ 1.9.207~218 ์ฌ์ฉ์ ๋ช
์ ์ ๊ท 7์ข
|
|
36
|
+
|
|
37
|
+
### stress-v189 โ **20/20 PASS ยท 100%**
|
|
38
|
+
- 1.9.244 HOTFIX (6): VERSION + _lastCycleLines ๋จ์ผ ์ ์ธ + 15 refs + hotfix ์ฃผ์ + agent input no-crash + agent --help no-crash
|
|
39
|
+
- R200 ๋ง์ผ์คํค (1): roundCount=200 ํ์ธ
|
|
40
|
+
- ์ฑ๋ฅ (1): cold start avg 373ms
|
|
41
|
+
- ๋์ ํ๊ท (12): 1.9.170~243
|
|
42
|
+
|
|
43
|
+
๐จ **์ฌ์ฉ์ ๋ณด๊ณ ๋ฒ๊ทธ ์ฆ์ ํจ์น** โ ์ค ํ๊ฒฝ 1.9.243 ์ฌ์ฉ ์ค ๋ฐ๊ฒฌ๋ critical REPL ํฌ๋์ ํ๋ณต.
|
|
44
|
+
๐ **R200 ์์จ ๋ชจ๋ ๋ง์ผ์คํค** โ 200 ๋ผ์ด๋ ๋์ ๋จ ํ ๋ฒ๋ ์์จ ํ๋ฆ ๋๊น ์์ด ์งํ.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
3
48
|
## 1.9.243 โ 2026-05-26
|
|
4
49
|
|
|
5
50
|
**๐ UR-0014 3๋จ๊ณ: CJK ๋ค๊ตญ์ด ๋ถ๋ฅ (ํ๊ตญ์ด/์ผ๋ณธ์ด/์ค๊ตญ์ด) + session close --auto-fix-encoding + handoff body --apply ์ง์
์ .**
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **AI ์ฝ๋ฉ ์์ด์ ํธ์ ๊ฑฐ์ง ์๋ฃยท์ค๋ณตยท๋ง๊ฐยท์ถฉ๋์ ๋ง์์ฃผ๋ ๊ฒ์ยท๊ธฐ์ตยทํ์
CLI ํ๋ค์ค.**
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/leerness) [](https://www.npmjs.com/package/leerness) []() []() []() []() []() []() []() []() []() []() []() []()
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
โ โโโ โโโโโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโ โ
|
|
13
13
|
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโโ โ
|
|
14
14
|
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโ โ
|
|
15
|
-
โ v1.9.
|
|
15
|
+
โ v1.9.244 AI Agent Reliability Harness + Sandbox โ
|
|
16
16
|
โ verify ยท remember ยท orchestrate ยท audit ยท sandbox ยท drift โ
|
|
17
|
-
โ
|
|
17
|
+
โ ๐จ HOTFIX REPL ReferenceError + ๐ R200 ์์จ ๋ง์ผ์คํค โ
|
|
18
18
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
19
19
|
```
|
|
20
20
|
|
package/bin/harness.js
CHANGED
|
@@ -7,7 +7,7 @@ const cp = require('child_process');
|
|
|
7
7
|
const os = require('os'); // 1.9.178: _publishToNpm ์์ os.tmpdir() ์ฌ์ฉ (์ ์ญ import)
|
|
8
8
|
const readline = require('readline');
|
|
9
9
|
|
|
10
|
-
const VERSION = '1.9.
|
|
10
|
+
const VERSION = '1.9.244';
|
|
11
11
|
|
|
12
12
|
// 1.9.184: DEP0190 (child_process shell: true) deprecation warning ์ต์ (์ฌ์ฉ์ ๋ช
์).
|
|
13
13
|
// leerness ๋ cross-platform PATH resolution ์ ์ํด shell: true ๋ฅผ ์๋์ ์ผ๋ก ์ฌ์ฉ (claude.cmd / ollama.cmd ๋ฑ Windows .cmd ์ฒ๋ฆฌ).
|
|
@@ -16393,6 +16393,11 @@ async function _agentRepl(root, opts) {
|
|
|
16393
16393
|
};
|
|
16394
16394
|
rl.setPrompt(prompt());
|
|
16395
16395
|
|
|
16396
|
+
// 1.9.244 HOTFIX: _lastCycleLines ๋ฅผ outer ์ค์ฝํ๋ก hoist
|
|
16397
|
+
// 1.9.189 ํ๊ท ๋ฒ๊ทธ fix โ rl.on('line') ํธ๋ค๋ฌ๊ฐ try ๋ธ๋ก ์ธ๋ถ์์ ์ ๊ทผ ์ ReferenceError ๋ฐ์ํ์.
|
|
16398
|
+
// ์ฌ์ฉ์ ๋ณด๊ณ : REPL agent ์ง์
ํ ์ฑํ
์
๋ ฅ ์ "_lastCycleLines is not defined" ํฌ๋์.
|
|
16399
|
+
let _lastCycleLines = 0; // ์ง์ cycle ์ถ๋ ฅ ๋ผ์ธ ์ (overwrite ์ฉ) โ 1.9.189/244
|
|
16400
|
+
|
|
16396
16401
|
// 1.9.170: Tab cycle โ provider (Tab) / model within provider (Shift+Tab)
|
|
16397
16402
|
// ์ฌ์ฉ์ ๋ช
์ ์์ฒญ: "ํญ ํค ๋ฑ์ผ๋ก provider/๋ชจ๋ธ ์
๋ ๊ณผ ์ ํ์ ๊ฐํธํ๊ฒ"
|
|
16398
16403
|
// readline์ default tab=completion ๋์์ keypress ๋ฆฌ์ค๋๋ก ๊ฐ๋ก์ฑ์ cycle ์ํ.
|
|
@@ -16415,7 +16420,7 @@ async function _agentRepl(root, opts) {
|
|
|
16415
16420
|
// 1.9.180+1.9.189: cycleProvider/cycleModel โ ํ ์ค ๊ฐฑ์ (in-place overwrite).
|
|
16416
16421
|
// 1.9.180๊น์ง: ๋งค Tab ๋๋ฆ๋ง๋ค ์ ์ค ์ถ๋ ฅ โ ์ฑํ
์ด๋ ฅ์ผ๋ก ๋์ (์ฌ์ฉ์ ๋ช
์: "์ง์ ธ๋ถํด๋ณด์ฌ").
|
|
16417
16422
|
// 1.9.189: ANSI cursor up + line clear ๋ก ์ด์ cycle ๋ผ์ธ ๋ฎ์ด์ โ ๋ง์ง๋ง 1๊ฑด๋ง ํ์.
|
|
16418
|
-
|
|
16423
|
+
// 1.9.244: _lastCycleLines ๋ outer ์ค์ฝํ (์)์์ ์ ์ธ โ rl.on('line') ํธ๋ค๋ฌ์ ๊ณต์ .
|
|
16419
16424
|
const _clearLastCycle = () => {
|
|
16420
16425
|
if (!isTty || _lastCycleLines === 0) return;
|
|
16421
16426
|
// ํ์ฌ prompt ๋ผ์ธ + ์ด์ cycle ๋ผ์ธ๋ค ํด๋ฆฌ์ด
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leerness",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.244",
|
|
4
4
|
"description": "Leerness: ๋นํ๊ดด ๋ง์ด๊ทธ๋ ์ด์
, ์๋ ๋ฒ์ ๊ฐ์งยท์
๋ฐ์ดํธ, ๊ณํ/์งํ/ํธ๋์คํ ์๋ํ, ๊ฒ์ผ๋ฆยท์ํฌ๋ฆฟยท์ธ์ฝ๋ฉ ์๋ ๊ฐ๋, Claude Code ์ฌ๋์ ํตํฉ์ ๊ฐ์ถ ํ๊ตญ์ด ์ฐ์ AI ๊ฐ๋ฐ ํ๋ค์ค.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"leerness",
|