@tea-agent/loop-agent 0.36.1 → 0.36.2

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.36.2] - 2026-08-16
6
+
7
+ ### 修复
8
+
9
+ - exempt changelog history from task-pool-root scan
10
+ - exempt gitignore managed-block doc references in task-pool-root check
11
+
5
12
  ## [0.36.1] - 2026-08-16
6
13
 
7
14
  ### 新增
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.36.1",
4
- "gitSha": "e023c82feae11ad8a6f5f9e50e8553cc38512f5e",
5
- "builtAt": "2026-08-16T09:24:03.417Z"
3
+ "version": "0.36.2",
4
+ "gitSha": "2ba354054fc25c6ef3e41495e437a7bb77b31a17",
5
+ "builtAt": "2026-08-16T10:15:52.434Z"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tea-agent/loop-agent",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "loop-agent": "bin/loop-agent.js",