What's Changed
- chore: update bifrost/core to v1.1.14 by @Pratham-Mishra04 in #220
- feat: Store config in OS standard directories by @TejasGhatte in #222
- feat: Add tag on input blur in TagInput component by @TejasGhatte in #221
- fix: handle Windows paths with spaces in npx binary execution by @TejasGhatte in #225
- bump npx package and publish by @akshaydeo in #227
- chore: update bifrost to v1.0.3 and add node-fetch dependency by @Pratham-Mishra04 in #228
- fix: UI improvements and added null checks for budget updates by @TejasGhatte in #224
- feat: enable CGO and optimize build platforms for cross-compilation by @Pratham-Mishra04 in #226
- fix: remove redundant budget null check and improve provider form validation by @Pratham-Mishra04 in #229
Note for users
-
Running
npx @maximhq/bifrost
will now store all configuration files in OS-specific directories:- Linux/macOS:
~/.config/bifrost
- Windows:
%APPDATA%\bifrost
To maintain old configs or use a different directory use the
-app-dir
flag with a custom path. For example:npx @maximhq/bifrost -app-dir ./bifrost-data
- Linux/macOS:
-
This releases fixes npx command fails on Windows, resolving the issue -
failed to initialize config database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
Full Changelog: core/v1.1.14...transports/v1.1.17