Releases: databricks-solutions/ai-dev-kit
Releases · databricks-solutions/ai-dev-kit
Release list
v0.2.0
What's Changed
- Make Builder App self-contained: skills + CLI, no sibling MCP deps by @scottDBX1886 in #576
- Install skills from databricks-agent-skills via databricks aitools by @dustinvannoy-db in #562
Full Changelog: v0.1.14...v0.2.0
v0.1.14
What's Changed
- feat(install): add --uninstall (skills + MCP server + config) by @QuentinAmbard in #575
- Hotfix: reword update-check hook to remove prompt-injection-style framing by @dustinvannoy-db in #578
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- fix: small correctness/security cleanups in apps-python / python-sdk examples by @jamesbroadhead in #535
- Fix SQL timeout: use wall-clock time, not accumulated sleep counter by @MikhailKuklin in #557
- Update AI Function Skills based on product updates by @qian-yu-db in #551
- docs(ai-functions): consolidate and densify the AI Functions skill by @QuentinAmbard in #567
- fix(install): correct databricks-aibi-dashboards reference file list by @QuentinAmbard in #568
- Remove databricks-app-apx skill from kit by @dustinvannoy-db in #569
- Announce upcoming move of skills to official Databricks skills set by @dustinvannoy-db in #572
New Contributors
- @MikhailKuklin made their first contribution in #557
- @qian-yu-db made their first contribution in #551
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- docs(lakebase-autoscale): canonical psycopg_pool + OAuthConnection pattern by @dgokeeffe in #488
- fix(builder-app): await coroutines from async FastMCP tool callables by @auschoi96 in #531
- Skip Lakebase deploy if project already exists by @auschoi96 in #493
- build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.1.0 by @dependabot[bot] in #489
- fix: handle HTTP-date string in get_volume_file_metadata by @yogesh-dbx in #537
- Add AppKit support and databricks-agent-skills integration by @jamesbroadhead in #356
New Contributors
- @dgokeeffe made their first contribution in #488
- @dependabot[bot] made their first contribution in #489
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Add Windsurf support to installer by @rytizzle in #478
- OpenCode support by @NatyraB in #492
- Fix stale skill name in install_skills.sh description lookup by @moomindani in #483
- Bump critical/high-severity dependencies for security fixes by @calreynolds in #494
- Feat/dashboards 12col grid by @jralfonsog in #498
- Fix install.sh interactive-mode detection (fixes #481) by @moomindani in #482
- Fix stale SKILL_TOOL_MAPPING so builder-app skill filter works (fixes #479) by @moomindani in #480
- fix: exclude node_modules and build artifacts from workspace uploads by @Praneeth16 in #391
- Skill update: ai functions update to v2 in document processing pipeline by @aayushchou-db in #490
- Add experimental branch installation option by @QuentinAmbard in #469
- Add Kiro IDE support to install.sh and install.ps1 by @antonyprasad-db in #511
- Refresh README intro with Genie Code vs AI Dev Kit positioning by @calreynolds in #517
- Add Kiro to README Quick Start prerequisites by @antonyprasad-db in #521
New Contributors
- @rytizzle made their first contribution in #478
- @jralfonsog made their first contribution in #498
- @aayushchou-db made their first contribution in #490
- @antonyprasad-db made their first contribution in #511
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Fix middleware error responses failing outputSchema validation by @jacksandom in #446
- Harden CI workflow against supply chain attacks by @calreynolds in #440
- Update ai_extract & ai_classify syntax & added functionality by @aspfohl in #442
- Bump marketplace version and remove version from plugins by @dustinvannoy-db in #443
- Update README to include Codex and Copilot links by @mpkrass7 in #461
- Add repair_run action to manage_job_runs MCP tool by @jacksandom in #444
- Fix metric view YAML comment field ordering (#402) by @jacksandom in #445
- Add Databricks notebook for installing Genie Code skills by @Praneeth16 in #433
- Feature/genie mcp app deployment by @scottDBX1886 in #467
- updated the skills_manager to support both local and worksapce deploy… by @scottDBX1886 in #466
New Contributors
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Feature/dab builder app by @scottDBX1886 in #396
- Feature/update builder app local deployment by @scottDBX1886 in #401
- Optimize MCP tools with integration tests and bug fixes by @QuentinAmbard in #394
- Enhance AI/BI dashboard skill with comprehensive widget documentation by @QuentinAmbard in #374
- Improve code execution and synthetic data generation skills by @QuentinAmbard in #403
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Remove stale pymupdf (AGPL-3.0) from builder app requirements by @dayobam in #397
- Add Proactive Dependency Security message by @dustinvannoy-db in #410
- Fix MCP server crash on cancellation and structured_content validation by @QuentinAmbard in #411
- Feature/update install to assistant by @scottDBX1886 in #398
- Add security notice to builder app README by @QuentinAmbard in #412
- Fix: Prevent IME composition Enter from sending chat messages by @mats16 in #395
- Quote PARENT_DIR in setup script by @vrashankshetty in #420
New Contributors
- @dayobam made their first contribution in #397
- @mats16 made their first contribution in #395
- @vrashankshetty made their first contribution in #420
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Add PDF generation tools and volume folder details by @QuentinAmbard in #365
- Improve pipeline tools: wait for completion, concise errors, better defaults by @QuentinAmbard in #366
- fix: remove compromised litellm from shipped packages, add NOTICE.txt by @calreynolds in #369
- Consolidate compute tools: 19 → 4 MCP tools for execution & compute management by @GeorgeTheo99 in #278
- Fixed --skills flag to exclude core skills during explicit selection by @vliuliuu in #373
- Pin dependency versions for supply chain security by @calreynolds in #376
- Feature/update install to assistant by @scottDBX1886 in #383
- fix: update skills to use execute_code MCP tool name by @QuentinAmbard in #385
- Restructure and clean up SDP skill documentation by @QuentinAmbard in #368
- Simplify PDF generation and remove AGPL-3.0 dependency by @QuentinAmbard in #388
- Fix claude-agent-sdk hash after republish by @auschoi96 in #389
- Fix FastMCP tool loading compatibility across versions by @auschoi96 in #390
New Contributors
- @QuentinAmbard made their first contribution in #365
- @GeorgeTheo99 made their first contribution in #278
- @vliuliuu made their first contribution in #373
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Add foundation model examples to databricks-app-python skill by @jiteshsoni in #222
- Update version to 1.1.0 in marketplace.json by @dustinvannoy-db in #319
- fix: correct Real-Time Mode (Pattern 3) in kafka-streaming skill by @syudb in #321
- Add missing judge_tools.py by @auschoi96 in #347
- updated install to assistant script by @scottDBX1886 in #357
- Remove SDP.md from databricks_tools_core by @calreynolds in #360
- token usage reduction to avoid execessive LLM spend by @auschoi96 in #361
- fix: parse query_tags string into List[QueryTag] for execute_statement by @yogesh-dbx in #359
- Restructure AI/BI dashboard skill with progressive disclosure (#322) by @jacksandom in #362
- feat: add Google Antigravity as supported tool in installer by @borhenryk in #354
- Fix/vector search skill tool names by @jacksandom in #364
- Fix: require uv in prereq check instead of silent pip fallback by @jacksandom in #363
- fix: improve Cursor global MCP setup instructions by @moomindani in #315
- Feature/builder app skills update by @scottDBX1886 in #355
- fix: update databricks-vector-search skill with search modes and operations docs by @Praneeth16 in #318
New Contributors
- @syudb made their first contribution in #321
- @Praneeth16 made their first contribution in #318
Full Changelog: v0.1.5...v0.1.6