openrune 0.5.2 → 0.5.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,10 @@ npm install -g @anthropic-ai/claude-code
27
27
  claude # login if you haven't
28
28
  ```
29
29
 
30
+ > **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.
31
+
32
+ > **Usage:** Rune runs through your Claude Code CLI session. We are currently verifying whether usage counts toward your subscription or extra usage — this section will be updated once confirmed.
33
+
30
34
  ## Install
31
35
 
32
36
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openrune",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Rune — File-based AI Agent Toolkit for Claude Code",
5
5
  "keywords": ["ai", "agent", "claude", "desktop", "electron", "mcp", "claude-code", "toolkit", "automation"],
6
6
  "repository": {