@openacp/cli 0.4.6 → 0.4.9
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 +8 -8
- package/dist/{chunk-2M4O7AFI.js → chunk-45DFYWJT.js} +1172 -119
- package/dist/chunk-45DFYWJT.js.map +1 -0
- package/dist/{chunk-IUPHAXGA.js → chunk-6MJLVZXV.js} +3 -3
- package/dist/{chunk-3QACY5E3.js → chunk-C6YIUTGR.js} +2 -2
- package/dist/{chunk-2SY7Y2VB.js → chunk-HZD3CGPK.js} +2 -2
- package/dist/{chunk-ARWC4S35.js → chunk-UAUTLC4E.js} +13 -7
- package/dist/{chunk-ARWC4S35.js.map → chunk-UAUTLC4E.js.map} +1 -1
- package/dist/{chunk-WF5XDN4D.js → chunk-ZRFBLD3W.js} +6 -2
- package/dist/chunk-ZRFBLD3W.js.map +1 -0
- package/dist/cli.js +37 -31
- package/dist/cli.js.map +1 -1
- package/dist/{config-J5YQOMDU.js → config-H2DSEHNW.js} +2 -2
- package/dist/config-editor-SKS4LJLT.js +11 -0
- package/dist/{daemon-SLGQGRKO.js → daemon-VF6HJQXD.js} +3 -3
- package/dist/index.d.ts +18 -0
- package/dist/index.js +6 -6
- package/dist/integrate-WUPLRJD3.js +145 -0
- package/dist/integrate-WUPLRJD3.js.map +1 -0
- package/dist/{main-3POGUQPY.js → main-7T5YHFHO.js} +11 -11
- package/dist/{setup-CEDO6VWV.js → setup-FCVL75K6.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2M4O7AFI.js.map +0 -1
- package/dist/chunk-WF5XDN4D.js.map +0 -1
- package/dist/config-editor-EPOKAEP6.js +0 -11
- package/dist/integrate-HYDSHAF3.js +0 -123
- package/dist/integrate-HYDSHAF3.js.map +0 -1
- /package/dist/{chunk-IUPHAXGA.js.map → chunk-6MJLVZXV.js.map} +0 -0
- /package/dist/{chunk-3QACY5E3.js.map → chunk-C6YIUTGR.js.map} +0 -0
- /package/dist/{chunk-2SY7Y2VB.js.map → chunk-HZD3CGPK.js.map} +0 -0
- /package/dist/{config-J5YQOMDU.js.map → config-H2DSEHNW.js.map} +0 -0
- /package/dist/{config-editor-EPOKAEP6.js.map → config-editor-SKS4LJLT.js.map} +0 -0
- /package/dist/{daemon-SLGQGRKO.js.map → daemon-VF6HJQXD.js.map} +0 -0
- /package/dist/{main-3POGUQPY.js.map → main-7T5YHFHO.js.map} +0 -0
- /package/dist/{setup-CEDO6VWV.js.map → setup-FCVL75K6.js.map} +0 -0
package/README.md
CHANGED
|
@@ -109,24 +109,24 @@ Once OpenACP is running, control it from Telegram:
|
|
|
109
109
|
|
|
110
110
|
Each session gets its own forum topic. The agent streams responses in real time, shows tool calls, and asks for permission when needed.
|
|
111
111
|
|
|
112
|
-
### Session
|
|
112
|
+
### Session Transfer
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
Move sessions between your terminal and Telegram:
|
|
115
115
|
|
|
116
|
-
**
|
|
116
|
+
**Terminal → Telegram:**
|
|
117
117
|
```bash
|
|
118
|
-
# Install
|
|
118
|
+
# Install integration (one-time)
|
|
119
119
|
openacp integrate claude
|
|
120
120
|
|
|
121
|
-
# In Claude CLI, type /openacp:handoff to transfer current session
|
|
121
|
+
# In Claude CLI, type /openacp:handoff to transfer the current session
|
|
122
122
|
# Or manually:
|
|
123
123
|
openacp adopt claude <session_id> --cwd /path/to/project
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
**Telegram →
|
|
127
|
-
Type `/handoff` in any session topic. The bot
|
|
126
|
+
**Telegram → Terminal:**
|
|
127
|
+
Type `/handoff` in any session topic. The bot replies with a command you can paste in your terminal to continue.
|
|
128
128
|
|
|
129
|
-
Sessions are not locked after
|
|
129
|
+
Sessions are not locked after transfer — you can continue from either side.
|
|
130
130
|
|
|
131
131
|
## Roadmap
|
|
132
132
|
|