@cyber-dash-tech/revela 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  **English** | [中文](README.zh-CN.md)
4
4
 
5
- An [OpenCode](https://opencode.ai) plugin that turns your AI into a presentation designer.
6
- Describe your slides in conversation — Revela handles the rest and outputs a self-contained HTML file you can open in any browser.
5
+ An [OpenCode](https://opencode.ai) plugin that turns your AI into a presentation assistant.
6
+ Describe what you want to present — Revela researches, analyses, and generates a complete slide deck for you.
7
7
 
8
+ [![npm version](https://img.shields.io/npm/v/@cyber-dash-tech/revela)](https://www.npmjs.com/package/@cyber-dash-tech/revela)
8
9
  [![license](https://img.shields.io/npm/l/@cyber-dash-tech/revela)](LICENSE)
9
10
  [![tests](https://img.shields.io/badge/tests-73%20passing-brightgreen)](tests/)
10
11
  [![OpenCode plugin](https://img.shields.io/badge/OpenCode-plugin-blue)](https://opencode.ai)
@@ -58,7 +59,7 @@ export { default } from "/absolute/path/to/revela/index.ts";
58
59
  /revela enable
59
60
  ```
60
61
 
61
- Then start describing your presentation to the AI. Revela will ask about your topic, audience, and slide count, then generate a self-contained HTML deck. Open the output file in any browser — no build step, no framework.
62
+ Then describe your presentation goal to the AI. Revela will understand your real intent through conversation, then generate a complete slide deck. Open the output file in any browser — no build step, no framework.
62
63
 
63
64
  ```
64
65
  /revela disable
package/README.zh-CN.md CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  [English](README.md) | **中文**
4
4
 
5
- [OpenCode](https://opencode.ai) 插件,让 AI 成为你的演示文稿设计师。
6
- 用对话描述你的幻灯片内容,Revela 自动生成一个可在任意浏览器直接打开的自包含 HTML 文件。
5
+ Revela 是一款 [OpenCode](https://opencode.ai) 插件,让 AI 成为你的PPT助手。
6
+ 用对话方式描述你的需求,Revela 会自动调研、分析、洞察,最后呈现你心中的PPT。
7
7
 
8
+ [![npm version](https://img.shields.io/npm/v/@cyber-dash-tech/revela)](https://www.npmjs.com/package/@cyber-dash-tech/revela)
8
9
  [![license](https://img.shields.io/npm/l/@cyber-dash-tech/revela)](LICENSE)
9
10
  [![tests](https://img.shields.io/badge/tests-73%20passing-brightgreen)](tests/)
10
11
  [![OpenCode plugin](https://img.shields.io/badge/OpenCode-plugin-blue)](https://opencode.ai)
@@ -88,7 +89,7 @@ export { default } from "/path/to/revela/index.ts";
88
89
  /revela enable
89
90
  ```
90
91
 
91
- 然后向 AI 描述你的演示文稿。Revela 会询问主题、受众和页数,随后生成一个完整的 HTML 幻灯片文件。用浏览器直接打开,无需构建,无需框架。
92
+ 然后向 AI 描述你的演讲目标。Revela 会通过聊天洞察你的真实诉求,随后生成一个完整的幻灯片文件。用浏览器直接打开,无需构建,无需框架。
92
93
 
93
94
  ```
94
95
  /revela disable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyber-dash-tech/revela",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenCode plugin that turns AI into an HTML slide deck generator",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/cyber-dash-tech/revela.git"
34
+ "url": "git+https://github.com/cyber-dash-tech/revela.git"
35
35
  },
36
36
  "homepage": "https://github.com/cyber-dash-tech/revela#readme",
37
37
  "bugs": {