Skip to content

Commit 47c1711

Browse files
committed
chore(release): 1.1.0
1 parent 9edf5e1 commit 47c1711

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88
## [Unreleased]
99

10+
## [ling-1.1.0] - 2026-03-13
11+
12+
### 新增
13+
14+
- 已有资产冲突处理:`init/update/update-all/global sync/spec enable` 在交互终端逐项确认(保留 / 备份后移除 / 直接移除),并支持按资产类别复用选择。
15+
- 预备份与回退:项目级覆盖前快照落盘到 `.agent-backup/.agents-backup`;全局与 Spec 维持快照备份路径。
16+
17+
### 维护
18+
19+
- ag-kit 更名清理:内部 CLI 入口更名为 `bin/ling-cli.js`,并移除 `AG_KIT_*` 兼容环境变量与 `~/.ag-kit` 控制目录迁移逻辑。
20+
- 托管区块标记更名为 `LING MANAGED BLOCK`,并兼容识别旧 `AG-KIT` 标记后自动迁移。
21+
1022
## [ling-1.0.2] - 2026-03-13
1123

1224
### 变更
@@ -22,7 +34,7 @@
2234

2335
### 维护
2436

25-
- CLI 入口权限:`bin/ling.js` 设置为可执行,保持与 `bin/ag-kit.js` 一致。
37+
- CLI 入口权限:`bin/ling.js` 设置为可执行,保持与 `bin/ling-cli.js` 一致。
2638

2739
## [ling-1.0.0] - 2026-03-13
2840

@@ -35,7 +47,6 @@
3547

3648
- 品牌更名基础设施:
3749
- 主命令切换为 `ling`
38-
- `ag-kit` 保留兼容入口
3950
- 目标目录结构:`gemini -> .agent/``codex -> .agents/`
4051
- 控制目录、索引和备份默认迁移到 `~/.ling/`
4152
- `antigravity.rules` 收敛为 `ling.rules`
@@ -56,7 +67,8 @@
5667

5768
本项目在 Ling 重启前的 2.x/3.x 版本记录已冻结,不再维护。
5869

59-
[Unreleased]: https://github.com/MisonL/Ling/compare/ling-1.0.2...HEAD
70+
[Unreleased]: https://github.com/MisonL/Ling/compare/ling-1.1.0...HEAD
71+
[ling-1.1.0]: https://github.com/MisonL/Ling/releases/tag/ling-1.1.0
6072
[ling-1.0.2]: https://github.com/MisonL/Ling/releases/tag/ling-1.0.2
6173
[ling-1.0.1]: https://github.com/MisonL/Ling/releases/tag/ling-1.0.1
6274
[ling-1.0.0]: https://github.com/MisonL/Ling/releases/tag/ling-1.0.0

bin/ling-cli.js

100644100755
File mode changed.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mison/ling",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "面向 Gemini CLI、Antigravity 与 Codex 的中文 AI Agent 模板工具包",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)