Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
13e3a02
ci(release): generate signed SBOM on each release
dgokeeffe May 16, 2026
3671a63
docs(legal): add Project Support / AS-IS disclaimer to README
dgokeeffe May 17, 2026
1f084a8
docs: move SBOM verification to docs/SECURITY.md, drop stale plans
mpkrass7 May 19, 2026
3fdad07
chore(deps-dev): update pytest-playwright requirement
dependabot[bot] Jun 7, 2026
64ca345
chore(deps): bump click from 8.3.3 to 8.4.1
dependabot[bot] Jun 7, 2026
574ad2f
chore(deps): bump idna from 3.16 to 3.17
dependabot[bot] Jun 7, 2026
b03d354
chore(deps): bump pydantic-core from 2.46.4 to 2.47.0
dependabot[bot] Jun 7, 2026
681d91f
chore(deps): bump actions/setup-python from 6.2.0 to 7.0.0
dependabot[bot] Jul 26, 2026
adc436b
chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.2
dependabot[bot] Jul 26, 2026
b3d2fc4
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
dependabot[bot] Jul 26, 2026
0eb89ce
chore(deps): bump astral-sh/setup-uv from 8.1.0 to 9.0.0
dependabot[bot] Aug 2, 2026
70a3839
fix(tests): scope e2e prerequisite skip to the e2e directory
dgokeeffe Aug 5, 2026
c4b0b31
Merge PR #102
dgokeeffe Aug 5, 2026
a6cca67
Merge PR #103
dgokeeffe Aug 5, 2026
6ad8723
Merge PR #104
dgokeeffe Aug 5, 2026
2d249fb
Merge PR #105
dgokeeffe Aug 5, 2026
e1d9459
Merge PR #80
dgokeeffe Aug 5, 2026
de4f2fa
Merge PR #81
dgokeeffe Aug 5, 2026
f181567
Merge PR #83
dgokeeffe Aug 5, 2026
cacb024
Merge PR #84
dgokeeffe Aug 5, 2026
831cbcf
Merge branch 'staging-main' into pr41-merge
dgokeeffe Aug 5, 2026
2c0f843
docs: keep litellm design doc referenced by app.py/setup_opencode/set…
dgokeeffe Aug 5, 2026
71a0abd
Merge PR #41: signed SBOM on release
dgokeeffe Aug 5, 2026
4f4a9a5
Merge branch 'staging-main' into pr43-merge
dgokeeffe Aug 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@

---

## 💬 Project Support

Please note that this project is provided for your exploration only and is not
formally supported by Databricks with Service Level Agreements (SLAs). It is
provided AS-IS, and we do not make any guarantees. Please do not submit a
support ticket relating to any issues arising from the use of this project.

Any issues discovered through the use of this project should be filed as GitHub
[Issues on this repository](https://github.com/databrickslabs/coding-agents-databricks-apps/issues).

See [LICENSE.md](LICENSE.md) for full terms, including the warranty disclaimer
and limitation of liability. See [NOTICE.md](NOTICE.md) for third-party software
attribution.

---

## Screenshots

<div align="center">
Expand Down