agentdev 0.1.2 → 0.1.4

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ViewerWorker
4
- } from "../chunk-FZGM6EMW.js";
4
+ } from "../chunk-VYY63N2T.js";
5
5
  import {
6
6
  getDefaultUDSPath
7
7
  } from "../chunk-TSASFMRF.js";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ViewerWorker
4
- } from "../chunk-FZGM6EMW.js";
4
+ } from "../chunk-VYY63N2T.js";
5
5
  import {
6
6
  getDefaultUDSPath
7
7
  } from "../chunk-TSASFMRF.js";
package/dist/index.d.ts CHANGED
@@ -2729,6 +2729,11 @@ declare class ViewerWorker {
2729
2729
  * 映射到: node_modules/agentdev/dist/features/shell/templates/bash.render.js
2730
2730
  */
2731
2731
  handleNpmFeatureTemplate(req: IncomingMessage, res: ServerResponse, url: string): void;
2732
+ /**
2733
+ * 处理静态资源文件(chunk、js、css 等)
2734
+ * 支持 agentdev npm 包中的共享模块
2735
+ */
2736
+ handleStaticAsset(req: IncomingMessage, res: ServerResponse, url: string): void;
2732
2737
  private getHtml;
2733
2738
  }
2734
2739
 
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ import {
67
67
  } from "./chunk-3BPSNNK3.js";
68
68
  import {
69
69
  ViewerWorker
70
- } from "./chunk-FZGM6EMW.js";
70
+ } from "./chunk-VYY63N2T.js";
71
71
  import {
72
72
  getDefaultUDSPath
73
73
  } from "./chunk-TSASFMRF.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentdev",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A lightweight, decoupled AI agent framework with built-in debugger",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",