current-cli 0.1.30__tar.gz → 0.1.31__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: current-cli
3
- Version: 0.1.30
3
+ Version: 0.1.31
4
4
  Summary: Command line interface for the Current API, generated from its OpenAPI schema at runtime
5
5
  Author-email: Orin <your-email@example.com>
6
6
  License-Expression: MIT
@@ -1080,15 +1080,8 @@ paths:
1080
1080
  post:
1081
1081
  operationId: integrations_messaging_respond
1082
1082
  description: |-
1083
- Send the agent's reply into the conversation a reply_ref points at,
1084
- with any workspace files it chose to attach.
1085
-
1086
- Slack shares the files and the text as one message (the text becomes
1087
- the upload's ``initial_comment``). Teams cannot: a bot there has to
1088
- offer each file through a FileConsentCard the recipient accepts, and
1089
- only in a 1:1 chat, so the text posts first and each file follows as
1090
- its own offer. Email is the easy one — attachments are what it is for,
1091
- and they ride along on the reply.
1083
+ Relay the agent's reply, and any workspace files it chose to attach,
1084
+ into the conversation the message came from — see :func:`send_reply`.
1092
1085
  tags:
1093
1086
  - integrations
1094
1087
  requestBody:
@@ -4138,6 +4131,11 @@ components:
4138
4131
  type: string
4139
4132
  minLength: 1
4140
4133
  maxLength: 1024
4134
+ about_runs:
4135
+ type: array
4136
+ items:
4137
+ type: string
4138
+ format: uuid
4141
4139
  required:
4142
4140
  - reply_ref
4143
4141
  - text
@@ -409,15 +409,8 @@ Options:
409
409
 
410
410
  ### current integrations messaging respond post
411
411
 
412
- Send the agent's reply into the conversation a reply_ref points at,
413
- with any workspace files it chose to attach.
414
-
415
- Slack shares the files and the text as one message (the text becomes
416
- the upload's ``initial_comment``). Teams cannot: a bot there has to
417
- offer each file through a FileConsentCard the recipient accepts, and
418
- only in a 1:1 chat, so the text posts first and each file follows as
419
- its own offer. Email is the easy one — attachments are what it is for,
420
- and they ride along on the reply.
412
+ Relay the agent's reply, and any workspace files it chose to attach,
413
+ into the conversation the message came from — see :func:`send_reply`.
421
414
 
422
415
  POST /api/integrations/messaging/respond/
423
416
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.30"
3
+ version = "0.1.31"
4
4
  description = "Command line interface for the Current API, generated from its OpenAPI schema at runtime"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes