openrune 1.1.0 → 1.1.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 +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -37,7 +37,7 @@ claude # 로그인이 안 되어 있다면
|
|
|
37
37
|
|
|
38
38
|
> **Rune의 작동 방식:** Rune은 Claude Code의 커스텀 채널(현재 베타)을 사용하여 에이전트 기능을 확장합니다. Claude API에 직접 접근하거나 인증을 처리하지 않으며, 모든 실행은 공식 Claude Code CLI를 통해 이루어집니다.
|
|
39
39
|
|
|
40
|
-
> **사용량:** Rune은 사용자의 Claude Code CLI 세션을 통해 실행됩니다.
|
|
40
|
+
> **사용량:** Rune은 사용자의 Claude Code CLI 세션을 통해 실행됩니다. 사용량은 일반 Claude Code 구독에서 차감됩니다.
|
|
41
41
|
|
|
42
42
|
## 설치
|
|
43
43
|
|
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ claude # login if you haven't
|
|
|
37
37
|
|
|
38
38
|
> **How Rune works:** Rune uses Claude Code's custom channels (currently in beta) to extend agent capabilities. It does not access the Claude API directly or handle any authentication — all execution goes through the official Claude Code CLI.
|
|
39
39
|
|
|
40
|
-
> **Usage:** Rune runs through your Claude Code CLI session.
|
|
40
|
+
> **Usage:** Rune runs through your Claude Code CLI session. Usage counts toward your normal Claude Code subscription.
|
|
41
41
|
|
|
42
42
|
## Install
|
|
43
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openrune",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.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": {
|