openrune 1.0.1 → 1.0.2
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.ko.md +8 -0
- package/README.md +8 -0
- package/package.json +1 -1
- package/screenshot-chatting-ui.png +0 -0
package/README.ko.md
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
<img src="https://img.shields.io/badge/license-MIT-green" alt="license" />
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="screenshot-chatting-ui.png" width="800" alt="Rune 데스크톱 UI — 4개 에이전트 협업" />
|
|
24
|
+
</p>
|
|
25
|
+
|
|
22
26
|
---
|
|
23
27
|
|
|
24
28
|
## 사전 준비
|
|
@@ -301,6 +305,10 @@ rune open reviewer.rune
|
|
|
301
305
|
|
|
302
306
|
또는 Finder에서 `.rune` 파일을 더블 클릭하세요.
|
|
303
307
|
|
|
308
|
+
<p align="center">
|
|
309
|
+
<img src="screenshot-chatting-ui.png" width="800" alt="Rune 데스크톱 UI" />
|
|
310
|
+
</p>
|
|
311
|
+
|
|
304
312
|
- **실시간 활동** — 도구 호출, 결과, 권한 요청을 실시간으로 확인.
|
|
305
313
|
- **내장 터미널** — Claude Code 출력과 사용자 명령어를 나란히.
|
|
306
314
|
- **우클릭으로 생성** — macOS Quick Action으로 Finder에서 에이전트 생성.
|
package/README.md
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
<img src="https://img.shields.io/badge/license-MIT-green" alt="license" />
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="screenshot-chatting-ui.png" width="800" alt="Rune Desktop UI — 4 agents collaborating" />
|
|
24
|
+
</p>
|
|
25
|
+
|
|
22
26
|
---
|
|
23
27
|
|
|
24
28
|
## Prerequisites
|
|
@@ -301,6 +305,10 @@ rune open reviewer.rune
|
|
|
301
305
|
|
|
302
306
|
Or double-click any `.rune` file in Finder.
|
|
303
307
|
|
|
308
|
+
<p align="center">
|
|
309
|
+
<img src="screenshot-chatting-ui.png" width="800" alt="Rune Desktop UI" />
|
|
310
|
+
</p>
|
|
311
|
+
|
|
304
312
|
- **Real-time activity** — See tool calls, results, and permission requests as they happen.
|
|
305
313
|
- **Built-in terminal** — Claude Code output and your own commands, side by side.
|
|
306
314
|
- **Right-click to create** — macOS Quick Action for creating agents from Finder.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openrune",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Persistent AI agents for Claude Code — build once, run forever.",
|
|
5
5
|
"keywords": ["ai", "agent", "claude", "desktop", "electron", "mcp", "claude-code", "toolkit", "automation"],
|
|
6
6
|
"repository": {
|
|
Binary file
|