Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: xmtplabs/convos-cli

v0.10.10

24 Jun 17:42
@github-actions github-actions
d6d3d27
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #82 1a4a74c Thanks @saulmc! - Fix normalizeMessageContent so a reply that carries a non-text payload renders its display string instead of a raw JSON dump of the decoded content. A reply containing a remote attachment now renders reply to "...": [remote attachment: photo.jpg (... bytes) https://...] rather than serializing the attachment envelope — which leaked the AES key material (secret/salt/nonce) into the message text. Inline attachments, reactions, and other nested content types render through the same path.
Assets 2
Loading

v0.10.9

15 Jun 15:18
@github-actions github-actions
74d480f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

Loading

v0.10.8

10 Jun 13:35
@github-actions github-actions
ea2c9fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #73 d3cc3f2 Thanks @insipx! - update to xmtp 06-10-2026 pending self remove worker fix
Loading

v0.10.7

09 Jun 14:10
@github-actions github-actions
b1efa3b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #70 ea300be Thanks @insipx! - update to libxmtp 06-09-2026, event-driven disappearing messages
Loading

v0.10.6

08 Jun 14:44
@github-actions github-actions
6a1e499
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

Loading

v0.10.5

05 Jun 22:23
@github-actions github-actions
e65f66b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #64 88d3794 Thanks @insipx! - Pin @xmtp/node-sdk and @xmtp/node-bindings to dev build *-dev.f7b334d (node-sdk 6.0.0-dev.f7b334d, node-bindings 1.11.0-dev.f7b334d). Widen the node-sdk/node-bindings peer ranges to >=...-dev so dev-channel prereleases satisfy the peer.
Loading

v0.10.4

03 Jun 15:24
@github-actions github-actions
6775b5f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • #60 39c349a Thanks @insipx! - Declare @xmtp/node-sdk and @xmtp/node-bindings as peer dependencies so consumers install a single copy. Prevents native-binding segfaults from duplicate node-sdk trees.
Loading

v0.10.3

29 May 21:33
@github-actions github-actions
414d1fe
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

Loading

v0.10.1

19 May 21:22
@saulmc saulmc
bcaaf6c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Added: Thinking content type

New silent codec for ambient agent thinking-status indicators, anchored to
a specific message (like read receipts):

  • convos.org/thinking:1.0 — JSON payload {state, targetMessageId, content, resultMessageId?}.
    state is "start" or "stop" — agents pair a start with a matching stop
    on the same targetMessageId. content is a 3–5 word human-readable label
    shown alongside the indicator (e.g. "Designing your cycling guide").
    resultMessageId is optional and only meaningful on stop — the agent's own
    reply message that closed the thought, so receivers can link "thought about X"
    to "replied with Y".
  • Silent (shouldPush: false), no fallback. Filtered from the chat stream by
    isDisplayableMessage.
  • agent serve event surface: receive path emits a thinking event; live and
    catchup both surface, deduped by message id. Stdin command {"type":"thinking","state":"start|stop","targetMessageId":"...","content":"...","resultMessageId":"..."} sends a Thinking message. resultMessageId only valid with state: "stop".

Exports: ThinkingCodec, ContentTypeThinking, isThinkingMessage,
getThinkingContent, Thinking, ThinkingState.

Added: Remote-attachment decode helpers

agent serve's message event now carries structured attachment metadata
when the content type is one of XMTP's native remote-attachment types:

  • xmtp.org/remoteStaticAttachment:1.0 — emits a remoteAttachment
    object alongside content.
  • xmtp.org/multiRemoteStaticAttachment:1.0 — emits a
    multiRemoteAttachment: { attachments: [...] } object.

Each entry has url, contentDigest, scheme, secret/salt/nonce
(base64-encoded), and optional contentLength/filename — enough for
an agent to fetch and decrypt the bytes with decryptAttachment. Bytes
were previously Uint8Array on message.content, which doesn't
serialize to JSON cleanly. Encoding matches the agent serve remote-attach
stdin command so agents send and receive attachments through one mental
model. Live and catchup message paths both populate the new fields.

New exports: extractRemoteAttachment, extractMultiRemoteAttachment,
RemoteAttachmentJson, RemoteAttachmentInfoJson, MultiRemoteAttachmentJson.

Full Changelog: v0.9.1...v0.10.1

Loading

v0.9.1

08 May 15:17
@lourou lourou
6ddfffa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • feat: catch up to convos-ios#812 (multi-agent capability resolution) in #41

Full Changelog: v0.9.0...v0.9.1

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /