@panda-agent/panda-cli 0.1.19 → 0.1.21

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/README.md CHANGED
@@ -101,7 +101,7 @@ src/
101
101
  - [ ] 闪卡/测验
102
102
 
103
103
  ### 阶段 8: 优化
104
- - [ ] 性能优化(虚拟列表)
104
+ - [ ] 性能优化(长会话渲染、截断策略等)
105
105
  - [ ] 错误边界
106
106
  - [ ] 加载状态优化
107
107
  - [ ] 端到端测试
package/bin/pandacli.mjs CHANGED
@@ -15,7 +15,7 @@ const bundle = join(pkgRoot, 'dist', 'panda-cli-ink.bundle.mjs');
15
15
 
16
16
  if (!existsSync(bundle)) {
17
17
  console.error(
18
- '[pandacli] 缺少 dist/panda-cli-ink.bundle.mjs。请在包源码目录执行: npm run vendor:panda-ink && npm run build,或重新安装/打包容器。',
18
+ '[pandacli] 缺少 dist/panda-cli-ink.bundle.mjs。请在 panda-cli 目录执行: npm run vendor:panda-ink && npm run build,或重新安装/打包容器。',
19
19
  );
20
20
  process.exit(1);
21
21
  }