You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* Drop support old Node version and integrate typescript SDK ([#548](https://github.com/box/boxcli/issues/548)) ([22179ec](https://github.com/box/boxcli/commit/22179ecfc68b8dd315339ac204a7274d712d5a8e))
11
+
* Replace `@oclif/command` to `@oclif/core` library ([#553](https://github.com/box/boxcli/issues/553)) ([aed470b](https://github.com/box/boxcli/commit/aed470b22d28ed19040b4417e3143f3323b9a916))
12
+
13
+
### New Features and Enhancements
14
+
15
+
* Incognito browser option for box login ([#561](https://github.com/box/boxcli/issues/561)) ([a666766](https://github.com/box/boxcli/commit/a6667664d6b43fd80de9e57482b0f4138efcd6cf))
16
+
17
+
### Bug Fixes
18
+
19
+
* Respect using environment `defaultAsUserId` for CCG Auth and OAuth ([#554](https://github.com/box/boxcli/issues/554)) ([b3a691e](https://github.com/box/boxcli/commit/b3a691e8c886f7bb3a25ae8f7986f284a695f046))
-q, --quiet Suppress any non-error output to stderr
57
+
-s, --save Save report to default reports folder on disk
58
+
-t, --token=<value> Provide a token to perform this call
59
+
-v, --verbose Show verbose output, which can be helpful for debugging
60
+
-y, --yes Automatically respond yes to all confirmation prompts
61
+
--as-user=<value> Provide an ID for a user
62
+
--bulk-file-path=<value> File path to bulk .csv or .json objects
63
+
--csv Output formatted CSV
64
+
--dialogue-history=<value>... The history of prompts and answers previously passed to the LLM.
65
+
--fields=<value> Comma separated list of fields to show
66
+
--items=<value>... (required) The items to be processed by the LLM, often files. The array can include
67
+
exactly one element.
68
+
--json Output formatted JSON
69
+
--no-color Turn off colors for logging
70
+
--prompt=<value> (required) The prompt for the AI request
71
+
--save-to-file-path=<value> Override default file path to save report
72
+
73
+
DESCRIPTION
74
+
Sends an AI request to supported LLMs and returns an answer specifically focused on the creation of new text.
75
+
76
+
EXAMPLES
77
+
$ box ai:text-gen --dialogue-history=prompt="What is the status of this document?",answer="It is in review",created-at="2024-07-09T11:29:46.835Z" --items=id=12345,type=file --prompt="What is the status of this document?"
0 commit comments