@aidejs/tools 0.1.0-alpha.3 → 0.1.0-beta.1

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.
Files changed (3) hide show
  1. package/CHANGELOG +6 -2
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
1
  v0.1.0:
2
- date:
2
+ date:2026-04-07
3
3
  changes:
4
- - 初始化版本
4
+ - 初始化版本
5
+ 1、基本的LLM交互控制
6
+ * 支持新建任务、实时反馈、输出思考过程
7
+ * 可扩展tools能力
8
+ 2、常用的若干工具tools
package/README.md CHANGED
@@ -39,7 +39,7 @@
39
39
  <tbody>
40
40
  <tr>
41
41
  <td>@aidejs/core</td>
42
- <td>必选项,基础库,提供了最核心的LLM交互功能和插件系统</td>
42
+ <td>必选项,核心库,提供了最核心的LLM交互功能和插件系统</td>
43
43
  <td>
44
44
  <a href="https://zxl20070701.github.io/toolbox/#/npm-download?packages=@aidejs/core&interval=7">
45
45
  <img src="https://img.shields.io/npm/dm/@aidejs/core.svg" alt="downloads">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aidejs/tools",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-beta.1",
4
4
  "description": "@aidejs/tools",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./types/index.d.ts",