Skip to content

Releases: getnao/nao

v0.1.0

31 Mar 11:17
e211554

Choose a tag to compare

What's Changed

  • fix: make GitHub icon visible in dark mode by @Bl3f in #494
  • Fix : resolve chats replay error tool navigation by @socallmebertille in #464
  • Sort chart data chronologically when x-axis is a date by @Bl3f in #493
  • Remove notion config from example nao_config.yaml by @Bl3f in #497
  • Add AGENTS.md with Cursor Cloud development instructions by @Bl3f in #498
  • Feat/233 share chat experience by @socallmebertille in #486
  • Improve chat-input queue UI and add follow-up placeholder by @Bl3f in #495
  • perf: optimize Docker build from ~10min to ~2min by @Bl3f in #503
  • CLI inside docker by @Rish-it in #505
  • added telegram channel by @MatLBS in #500
  • new whatsapp channel by @MatLBS in #506
  • improved messaging providers forms and slack flow by @MatLBS in #507
  • implemented new charts by @MatLBS in #508
  • resolved multi-tenant issue by @MatLBS in #513
  • Fix incorrect cli_path resolution in FastAPI server by @MatLBS in #516
  • Move linking code section to Telegram and WhatsApp pages by @MatLBS in #518
  • feat: add danger zone for bulk chat deletion (soft delete) by @Bl3f in #478
  • added reset password feature if SMTP enabled by @MatLBS in #509
  • Add live stories by @Bl3f in #526
  • Fix Y-axis truncation on charts with large values by @MatLBS in #522
  • Fix project not found when NAO_DEFAULT_PROJECT_PATH changes by @MatLBS in #524
  • feat: add File Explorer for context folder in admin settings by @Bl3f in #491
  • added check max_query_size before running sql query by @MatLBS in #532
  • fix(cli): support Bedrock in ai_summary template prompt by @Flamki in #536
  • fix: update HTML metadata to be nao-related by @Bl3f in #538
  • fix: preserve non-ASCII characters in to_json Jinja filter by @Bl3f in #539
  • resolved /signup rooting by @MatLBS in #541
  • feat: implement image upload in chat input and image handling by @Bl3f in #501
  • Add pagination to SQL results table (#520) by @MatLBS in #523

Full Changelog: v0.0.59...v0.1.0

v0.1.0rc2

31 Mar 10:30
e211554

Choose a tag to compare

v0.1.0rc2 Pre-release
Pre-release
Add pagination to SQL results table (#520) (#523)

* added pagination when execute SQL returns too many lines

* fixed cubic issues

* factorized pagination. Chats replay and sql results share the same UI

0.1.0rc1

29 Mar 20:46
fb98497

Choose a tag to compare

0.1.0rc1 Pre-release
Pre-release

It's coming! (see milestones)

v0.0.59

20 Mar 11:56
0368c2b

Choose a tag to compare

What's Changed

  • fix: add Windows support to build pipeline and CLI by @Bl3f in #474
  • feat(cli): add --ngrok flag to nao chat command by @Bl3f in #473
  • add mysql backend support by @teoria in #393
  • Add Google Vertex AI - fix #469 by @Bl3f in #472
  • feat: support local_path context sources for monorepo setups by @Bl3f in #475
  • WIP : System wide logs support by @Rish-it in #446
  • feat(cli): make nao-core installation lighter with optional dependencies by @Bl3f in #477
  • fix: handle Windows cp1252 encoding in build script by @Bl3f in #480
  • ci: clean up stale PR previews in nightly workflow + manual dispatch by @Bl3f in #483
  • fix(cli): make build.py work on Windows by @Bl3f in #484
  • fix(cli): handle missing platform-specific npm packages gracefully by @Bl3f in #485
  • added a popover which displays citations for a given number by @MatLBS in #465
  • improved form slack and removed citations from being displayed in Slack by @MatLBS in #487
  • perf(cli): run version check in background thread to avoid blocking CLI startup by @Bl3f in #488
  • fix: prevent email vertical truncation in sidebar user menu by @Bl3f in #492
  • fix: wrap logs settings page in SettingsPageWrapper for consistent layout by @Bl3f in #490

Full Changelog: v0.0.58...v0.0.59

v0.0.59rc6

20 Mar 11:28

Choose a tag to compare

v0.0.59rc6 Pre-release
Pre-release
prettier

v0.0.59rc5

19 Mar 13:36

Choose a tag to compare

v0.0.59rc5 Pre-release
Pre-release
Add numpy and pandas

v0.0.59rc4

19 Mar 13:15
60b288a

Choose a tag to compare

v0.0.59rc4 Pre-release
Pre-release
fix(cli): handle missing platform-specific npm packages gracefully (#…

v0.0.59rc3: fix(cli): make build.py work on Windows (#484)

19 Mar 13:04
7f9abe6

Choose a tag to compare

- Add `shell=True` on Windows so subprocess can resolve `.cmd` files
  like `npm.cmd`
- Auto-detect nvm-managed Node.js and Git when not in PATH (bash tools
  like nvm only inject into PATH via .bash_profile, which PowerShell
  and cmd.exe never source)
- Dynamically scan node_modules for missing platform-specific optional
  dependencies (rollup, lightningcss, tailwindcss/oxide, esbuild, etc.)
  and install them in a single npm call before building — needed because
  package-lock.json is generated on macOS/Linux and omits Windows
  native packages

v0.0.59rc2: fix: handle Windows cp1252 encoding for emoji in build script (#480)

19 Mar 10:11
1092c0a

Choose a tag to compare

Windows defaults to cp1252 encoding which cannot handle emoji characters
used in build.py print statements. Fix with two complementary approaches:

- Set PYTHONUTF8=1 env var in publish.yml for the Windows CI build step
- Reconfigure stdout/stderr to UTF-8 in build.py for local Windows usage

Co-authored-by: Cursor Agent <cursoragent@cursor.com>

v0.0.59rc1

19 Mar 09:58
5a86627

Choose a tag to compare

v0.0.59rc1 Pre-release
Pre-release
feat(cli): make nao-core installation lighter with optional dependenc…