@whispering233/ai-editor-agent 0.0.36 → 0.0.39

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.
@@ -57,7 +57,7 @@ export declare const defaultProposalStore: ProposalStore;
57
57
  */
58
58
  export type ProposalBuilder = (ctx: ToolContext, args: unknown) => Proposal;
59
59
  /**
60
- * 15 个 propose_* 工具名 → build 层函数。
60
+ * 16 个 propose_* 工具名 → build 层函数。
61
61
  * 运行时查表缺失(非提案工具)返回 undefined;完整性由测试断言覆盖
62
62
  * (Object.keys(PROPOSAL_BUILDERS) === PROPOSAL_TOOLS)。
63
63
  */
@@ -98,7 +98,7 @@ export function createProposalStore(options = {}) {
98
98
  /** 默认提案仓单例(confirm/reject 与项目切换 clear 直接引用;测试用 createProposalStore 独立实例) */
99
99
  export const defaultProposalStore = createProposalStore();
100
100
  /**
101
- * 15 个 propose_* 工具名 → build 层函数。
101
+ * 16 个 propose_* 工具名 → build 层函数。
102
102
  * 运行时查表缺失(非提案工具)返回 undefined;完整性由测试断言覆盖
103
103
  * (Object.keys(PROPOSAL_BUILDERS) === PROPOSAL_TOOLS)。
104
104
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whispering233/ai-editor-agent",
3
- "version": "0.0.36",
3
+ "version": "0.0.39",
4
4
  "license": "MIT",
5
5
  "description": "AI 对话循环:会话管理 / 上下文组装 / 工具调度",
6
6
  "type": "module",
@@ -28,8 +28,8 @@
28
28
  "dependencies": {
29
29
  "@earendil-works/pi-ai": "0.85.1",
30
30
  "@earendil-works/pi-coding-agent": "0.85.1",
31
- "@whispering233/ai-editor-shared": "0.0.36",
32
- "@whispering233/ai-editor-tools": "0.0.36"
31
+ "@whispering233/ai-editor-shared": "0.0.39",
32
+ "@whispering233/ai-editor-tools": "0.0.39"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.8.0"