@blade-ai/agent-sdk 0.1.6 → 0.1.8
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 +10 -0
- package/dist/index.js +187 -196
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
本文件记录 @blade-ai/agent-sdk 的所有重要变更。
|
|
4
4
|
|
|
5
|
+
## [0.1.8] - 2026-02-18
|
|
6
|
+
|
|
7
|
+
- 7e41a2d test: add unit tests for SkillLoader, ToolRegistry, ContextCompressor
|
|
8
|
+
- 318be66 test: add AgentLoop unit tests (20 cases)
|
|
9
|
+
- c345a5e refactor: remove dead executeLoopStream + clean unused imports
|
|
10
|
+
- d6d659d refactor: wire executeWithAgentLoop into Agent.ts (P0 step 2)
|
|
11
|
+
- d4b909b refactor: extract AgentLoop + standardize AgentEvent types (P0)
|
|
12
|
+
## [0.1.7] - 2026-02-12
|
|
13
|
+
|
|
14
|
+
- 6b9f68c feat: export modelDetection utilities (detectThinkingSupport, getThinkingConfig, isThinkingModel)
|
|
5
15
|
## [0.1.6] - 2026-02-12
|
|
6
16
|
|
|
7
17
|
- d3708fe chore: update bun.lock
|