Skip to content

Releases: mixedbread-ai/openbread

@mixedbread/cli@2.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:19
c7925f2

Minor Changes

  • bb04032: Add --max-chunk-size to store sync and store upload to control the chunk size used when processing files, and --with-file-context to store create to enable LLM file contextualization at the store level. Update @mixedbread/sdk to 0.77.

@mixedbread/cli@2.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Mar 02:40
fd3064f

Patch Changes

  • 65ace41: Allow file uploads greater than 2GBs

@mixedbread/cli@2.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 17:47
ab0e00c

Minor Changes

  • 8a49b7c: Support multipart uploads and use it by default for larger files

v2.3.0-multipart-rc.0

v2.3.0-multipart-rc.0 Pre-release
Pre-release

Choose a tag to compare

@aavshr aavshr released this 04 Mar 13:54

Pre-release for multipart uploads testing

@mixedbread/cli@2.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:56
53e793d

Patch Changes

  • a7ee7da: Improved CLI I/O, concurrency, and code deduplication

    • Routed log and spinner output to stderr to keep stdout clean for piped data
    • Replaced internal mergeCommandOptions with Commander's built-in optsWithGlobals()
    • Switched to sliding-window concurrency (p-limit) for file uploads
    • Used async file I/O in upload and sync hot paths
    • Extracted shared checkExistingFiles utility
    • Fixed missing process.exit(1) in completion command error handlers
    • Fixed spinners not being stopped in catch blocks for sync and upload commands
    • Changed formatBytes to return "-" instead of "0 B" for undefined/NaN values

@mixedbread/cli@2.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Feb 12:20
44462d8

Patch Changes

  • a824f1f: Replaced ora and inquirer with clack for improved terminal UI

@mixedbread/cli@2.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Feb 20:11
a1d822a

Patch Changes

  • ad3704e:
    • Changed default store list limit from 10 to 100
    • Bumped dependencies

@mixedbread/cli@2.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 16:30
32756ad

Minor Changes

  • ce1eef3:
    • Added --contextualization and --public options to store create/update commands
    • Deprecated --contextualization flag in upload command (use store-level setting instead)

@mixedbread/cli@2.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Oct 19:53
23dbe05

Patch Changes

  • 03293e6: Increase the upload timeout limit

@mixedbread/cli@2.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 18:45
02f6f61

Minor Changes

  • 1da03c4:
    • Improve unkown command error message
    • Notify users when a newer version is released