@legna-lnc/legnacode 1.5.5 → 1.5.6

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 CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  All notable changes to LegnaCode CLI will be documented in this file.
6
6
 
7
- ## [1.5.5] - 2026-04-21
7
+ ## [1.5.6] - 2026-04-21
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- - **WebUI SSE timeout** — Bun.serve `idleTimeout` raised to 300s; SSE streaming no longer drops after 10s.
11
+ - **WebUI SSE timeout** — Bun.serve `idleTimeout` raised to 255s (max); SSE streaming no longer drops after 10s.
12
12
  - **WebUI controller double-close crash** — Guard `sendEvent` and `controller.close()` against repeated invocation after client disconnect.
13
13
 
14
14
  ## [1.5.4] - 2026-04-21
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **An AI-powered terminal programming assistant, supercharged.**
6
6
 
7
- [![version](https://img.shields.io/badge/version-1.5.5-blue)](./CHANGELOG.md)
7
+ [![version](https://img.shields.io/badge/version-1.5.6-blue)](./CHANGELOG.md)
8
8
  [![platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Linux%20%7C%20Windows-brightgreen)](#platform-support)
9
9
  [![license](https://img.shields.io/badge/license-MIT-yellow)](./LICENSE)
10
10
  [![Claude Code](https://img.shields.io/badge/based%20on-Claude%20Code-blueviolet)](https://github.com/anthropics/claude-code)
@@ -33,7 +33,7 @@ LegnaCode is built on top of [Claude Code CLI](https://github.com/anthropics/cla
33
33
 
34
34
  | Version | Summary |
35
35
  |---------|---------|
36
- | **1.5.5** | WebUI SSE timeout fix (300s); controller double-close crash fix |
36
+ | **1.5.6** | WebUI SSE timeout fix (255s max); controller double-close crash fix |
37
37
  | **1.5.4** | Republish with all platform binaries in sync |
38
38
  | **1.5.3** | Hermes self-evolution loop; Qwen adapter; WebUI chat viewer & live chat; auto skill creation |
39
39
  | **1.5.2** | Perf audit: async CodeGraph, undoTracker size guard, compacting i18n, TTL caches |
package/README.zh-CN.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **AI 驱动的终端编程助手,全面增强。**
6
6
 
7
- [![version](https://img.shields.io/badge/version-1.5.5-blue)](./CHANGELOG.zh-CN.md)
7
+ [![version](https://img.shields.io/badge/version-1.5.6-blue)](./CHANGELOG.zh-CN.md)
8
8
  [![platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Linux%20%7C%20Windows-brightgreen)](#平台支持)
9
9
  [![license](https://img.shields.io/badge/license-MIT-yellow)](./LICENSE)
10
10
  [![Claude Code](https://img.shields.io/badge/based%20on-Claude%20Code-blueviolet)](https://github.com/anthropics/claude-code)
@@ -33,7 +33,7 @@ LegnaCode 基于 [Claude Code CLI](https://github.com/anthropics/claude-code)
33
33
 
34
34
  | 版本 | 摘要 |
35
35
  |------|------|
36
- | **1.5.5** | WebUI SSE 超时修复(300s);controller 重复关闭崩溃修复 |
36
+ | **1.5.6** | WebUI SSE 超时修复(255s 最大值);controller 重复关闭崩溃修复 |
37
37
  | **1.5.4** | 全平台二进制同步重发 |
38
38
  | **1.5.3** | Hermes 自我进化闭环;Qwen 适配器;WebUI 聊天查看器与实时聊天;自动 Skill 创建 |
39
39
  | **1.5.2** | 性能审计:CodeGraph async 化 + undoTracker 大文件保护 + 状态文案 i18n |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legna-lnc/legnacode",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "LegnaCode — legna.lnc's official CLI for coding assistance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -142,13 +142,13 @@
142
142
  "bun": ">=1.2.0"
143
143
  },
144
144
  "optionalDependencies": {
145
- "@legna-lnc/legnacode-darwin-arm64": "1.5.5",
146
- "@legna-lnc/legnacode-darwin-x64": "1.5.5",
147
- "@legna-lnc/legnacode-darwin-x64-baseline": "1.5.5",
148
- "@legna-lnc/legnacode-linux-x64": "1.5.5",
149
- "@legna-lnc/legnacode-linux-x64-baseline": "1.5.5",
150
- "@legna-lnc/legnacode-linux-arm64": "1.5.5",
151
- "@legna-lnc/legnacode-win32-x64": "1.5.5",
152
- "@legna-lnc/legnacode-win32-ia32": "1.5.5"
145
+ "@legna-lnc/legnacode-darwin-arm64": "1.5.6",
146
+ "@legna-lnc/legnacode-darwin-x64": "1.5.6",
147
+ "@legna-lnc/legnacode-darwin-x64-baseline": "1.5.6",
148
+ "@legna-lnc/legnacode-linux-x64": "1.5.6",
149
+ "@legna-lnc/legnacode-linux-x64-baseline": "1.5.6",
150
+ "@legna-lnc/legnacode-linux-arm64": "1.5.6",
151
+ "@legna-lnc/legnacode-win32-x64": "1.5.6",
152
+ "@legna-lnc/legnacode-win32-ia32": "1.5.6"
153
153
  }
154
154
  }