Skip to content

Tags: JetBrains/databao-cli

Tags

v0.3.4.dev1

Toggle v0.3.4.dev1's commit message
Dev release v0.3.4.dev1

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add --hide-suggested-questions and --hide-build-context-hint CLI flags (

#47)

* Add --hide-suggested-questions and --hide-build-context-hint CLI flags

Introduces two new flags (following the --read-only-domain pattern) to
hide onboarding UI elements for demo deployments:
- --hide-suggested-questions: hides the suggested questions block on the empty chat screen
- --hide-build-context-hint: hides the 'Context isn't built yet' warning and removes the
  Build Context step from the setup wizard (renumbering the final step accordingly)

Both flags are enabled by default in the Snowflake demo app.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* tests: add CLI tests for --hide-suggested-questions and --hide-build-context-hint

Adds two tests that mock bootstrap_streamlit_app to assert the new flags
are parsed and forwarded correctly, and default to False when omitted.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: shorten --hide-build-context-hint help string to stay within line limit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* style: apply ruff-format to chat.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v0.3.3.dev3

Toggle v0.3.3.dev3's commit message
Dev release v0.3.3.dev3

v0.3.3.dev2

Toggle v0.3.3.dev2's commit message
Dev release v0.3.3.dev2

v0.3.3.dev1

Toggle v0.3.3.dev1's commit message
Dev release v0.3.3.dev1

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DBA-255 Show "context not built" warning above the chat input with a …

…link to Build Context (#44)