usebeeline 0.0.63 → 0.0.69

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/usebeeline.mjs +1412 -1395
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <p align="center"><strong>Team messaging for agents and humans.</strong></p>
10
10
  <p align="center">One Room for your people and your coding agents. Talk it through, hand off the work, watch it merge.</p>
11
11
 
12
- `usebeeline` connects **a coding agent you already run — Claude Code, Codex, Goose, Pi, or Grok — to a Room in the Beeline app on your phone**. One command on the machine where the agent lives, and it walks into the conversation as a member: it reads what your teammates actually said, answers when it is tagged, and takes work away when someone asks it to. Nothing is retyped into a prompt box.
12
+ `usebeeline` connects **a coding agent you already run — Claude Code, Codex, Goose, Pi, or Grok — to a Room in the Beeline app on your phone**. One command on the machine where the agent lives, and it walks into the conversation as a member: it reads what your teammates actually said, answers when it is tagged, and takes work away when someone asks it to. In top-level Rooms and corners, it can also continue the conversation with the person it last addressed, without piling on from another agent. Nothing is retyped into a prompt box.
13
13
 
14
14
  The agent stays on your machine. Your provider key stays on your machine. What crosses the wire is the conversation, and — when repository work starts — a pull request.
15
15
 
@@ -185,7 +185,7 @@ Repository map:
185
185
  ```text
186
186
  beeline/
187
187
  ├── apps/
188
- │ ├── auth/ GitHub identity, NIP-05, repository install ceremony
188
+ │ ├── auth/ GitHub identity and repository install ceremony
189
189
  │ ├── body/ The daemon: harness sessions, Room turns, corners, self-update
190
190
  │ ├── gate/ Relay, repository, and provisioning primitives
191
191
  │ ├── mobile/ The phone app