Skip to content

Releases: databricks/databricks-agent-skills

v0.2.9

Choose a tag to compare

@deco-sdk-tagging deco-sdk-tagging released this 30 Jun 08:24

What's Changed

  • Update agent skills to 67b85ee37f9d738116da1d7e2a77e2db760d80c1 by @databricks-ci-ghec-2[bot] in #198

Full Changelog: v0.2.8...v0.2.9

v0.2.8

Choose a tag to compare

@deco-sdk-tagging deco-sdk-tagging released this 29 Jun 08:09

What's Changed

  • Update agent skills to b6a1c30cc3858325b43ac3626ffd108215a952ee by @databricks-ci-ghec-2[bot] in #194
  • Update agent skills to b6adc4629926d38da0869938d0217b9c824b48f9 by @databricks-ci-ghec-2[bot] in #195
  • Update agent skills to 2f54e85ad5b2af7a5c03bb76d45f3f9f6a547c1f by @databricks-ci-ghec-1[bot] in #196

Full Changelog: v0.2.7...v0.2.8

v0.2.7

Choose a tag to compare

@deco-sdk-tagging deco-sdk-tagging released this 26 Jun 11:48

What's Changed

  • ci(release): make the release workflow one-way (publish, never bump) by @simonfaltum in #170
  • docs: catalogs track main by design, drop tag-pinning narrative by @simonfaltum in #176
  • fix(copilot): load hooks from provider root by @simonfaltum in #175
  • feat(release): auto-number versions from version.meta.json by @simonfaltum in #174
  • fix(skills): stop dashboard-intent leaking away from databricks-aibi-dashboards by @pkosiec in #144
  • ci(validate): regenerate from source before validating (source-only mirror) by @simonfaltum in #179
  • Update agent skills to da0ec8e71057f46643ffa063c749fdf95049fcfc by @databricks-ci-ghec-1[bot] in #181
  • skills: split into databricks-model-serving (ops) + databricks-ml-training (experimental) by @QuentinAmbard in #110
  • docs(skills): Lakebase app-attach guidance + create-update as the standard for app resource updates by @bernardo-rodriguez in #180
  • Update agent skills to a8955e6d54db89f2c2f5602295188ce3ec83f9c5 by @databricks-ci-ghec-1[bot] in #183
  • Update agent skills to 6f6ea259c551860255fe6b841f292cd0f9b48622 by @databricks-ci-ghec-1[bot] in #185
  • Update agent skills to cf46b69ab676b4f33b5238b8dfa4caade94e32ea by @databricks-ci-ghec-2[bot] in #187
  • Update agent skills to 1fce2b26ebbdeddc1cb3df1184461051ba876525 by @databricks-ci-ghec-2[bot] in #188
  • Update agent skills to 7bea7a0e6e6df300454940e3ec07d7d7f44ddd2d by @databricks-ci-ghec-1[bot] in #190

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@deco-sdk-tagging deco-sdk-tagging released this 22 Jun 07:21

What's Changed

  • Update agent skills to 666a25255b50c87fe6fb8a2e573c92c841b048fd by @databricks-ci-ghec-2[bot] in #163
  • docs(apps): recommend databricks apps deploy as the one-step deploy by @pkosiec in #164
  • feat(plugin): per-provider bundles under plugins/databricks// by @simonfaltum in #165
  • Update agent skills to 951ffbf1551ea1d4347a91e1b3955298605c7526 by @databricks-ci-ghec-1[bot] in #166
  • Update agent skills to d5845dcdc05acfb6f3458ef45eb54778cf97fade by @databricks-ci-ghec-2[bot] in #167
  • Update agent skills to a35edbc77e95f4154ac344082d03718bc0f2dc23 by @databricks-ci-ghec-1[bot] in #168
  • ci(release): push as the DECO-SDK-Tagging App so the release workflow can write to main by @simonfaltum in #169

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@simonfaltum simonfaltum released this 18 Jun 14:32
1dee99d

What's Changed

  • Update agent skills to 0cb9682ba45c67139abe4a8a182efd4d8812cef2 by @databricks-ci-ghec-2[bot] in #145
  • feat(codex): add Codex plugin manifest, marketplace, and hook wiring by @simonfaltum in #139
  • feat(copilot): add GitHub Copilot plugin manifests and hook wiring by @simonfaltum in #140
  • Update agent skills to 607966825f9095906e0507f64469c9f15d2e6607 by @databricks-ci-ghec-1[bot] in #146
  • Update agent skills to fdd601b0b898ac466db7fc48626fa9247c22b0cc by @databricks-ci-ghec-2[bot] in #147
  • feat(cursor): ship commands and hooks in the Cursor plugin by @simonfaltum in #138
  • skills(model-serving): merge dev-side training/agent flows from a-d-k experimental by @jamesbroadhead in #84
  • skills(aibi-dashboards): backport widget index + theme guidance + audit fixes from a-d-k #558 and #561 by @QuentinAmbard in #126
  • experimental: add databricks-metric-view-advisor skill by @dipankarkush-db in #112
  • skills(genie): port databricks-genie from a-d-k with complete serialized_space schema by @QuentinAmbard in #127
  • skills(experimental): fix VARIANT accessors + ai_query error field in databricks-ai-functions by @malcolndandaro in #117
  • skills(experimental): fix Gradio OBO + framework config drift in databricks-apps-python by @malcolndandaro in #118
  • Update agent skills to 0b8f4fd36b4cd47ad6c053f11b7b551c9d7da814 by @databricks-ci-ghec-2[bot] in #149
  • cursor: rename plugin to databricks for /add-plugin databricks by @simonfaltum in #150
  • fix(routing): Cursor routing rule, Copilot hook doc fixes, CI hardening by @simonfaltum in #151
  • build(plugin): generate all plugin manifests from one plugin.meta.json by @simonfaltum in #152
  • feat(routing): generate routing tables from plugin.meta.json (P2) by @simonfaltum in #153
  • feat(hooks): generate the four hook-wiring dialects from plugin.meta.json (P3) by @simonfaltum in #154
  • Update agent skills to 991b0723352f59606b0043604aa9206ec294b07d by @databricks-ci-ghec-2[bot] in #156
  • refactor: split the generator into a package, add a metaplugin/ source folder, close two guard gaps by @simonfaltum in #155
  • Update agent skills to 1d9a4605817439468df5d434655f899c9e21b9b6 by @databricks-ci-ghec-2[bot] in #160
  • fix(skills): quote databricks-app-design description; guard skill frontmatter by @pkosiec in #161
  • chore(release): bump plugin manifests to v0.2.5 by @simonfaltum in #162

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:46
44ad2d3

What's Changed

  • skills(pipelines): tighten databricks-pipelines for correctness and density by @QuentinAmbard in #102
  • Update agent skills to f7c2fb590bc8a2eb185baf35469a13895528632f by @databricks-ci-ghec-1[bot] in #137
  • feat(plugin): add prompt-routing hooks and doctor/setup commands by @simonfaltum in #128
  • Update agent skills to 9f7ff11dfd0bb4dae808b43d3e0a37fb78620751 by @databricks-ci-ghec-2[bot] in #141
  • skills(dabs): link official bundle-examples repo by @simonfaltum in #142
  • Add data-app-design skill (analytics/BI/AI app design) by @keugenek in #125
  • Bump plugin manifests to v0.2.4 by @pkosiec in #143

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:22
ed27134

What's Changed

  • Update agent skills to a07c1dc035640bb6a42d125afe5a3b87902cf047 by @databricks-ci-ghec-2[bot] in #129
  • Update agent skills to 55d22d7e7879e6be815cfe8e3e4cf7130f822c94 by @databricks-ci-ghec-1[bot] in #134
  • Teach agent correct Unity Catalog identifier handling by @pkosiec in #131
  • Replace tRPC guidance with onPluginsReady custom endpoints by @MarioCadenas in #130
  • Bump plugin manifests to v0.2.3 by @pkosiec in #136

New Contributors

  • @databricks-ci-ghec-1[bot] made their first contribution in #134

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@simonfaltum simonfaltum released this 08 Jun 14:23
a3b7f64

What's Changed

  • skills(pipelines): port databricks-spark-declarative-pipelines from a-d-k by @jamesbroadhead in #85
  • skills: move reference files into references/ for consistency by @jamesbroadhead in #86
  • plugin: add marketplace.json + document CLI vs plugin install paths by @jamesbroadhead in #93
  • skills(experimental): propagate ace-review correctness/security fixes from a-d-k#534 by @jamesbroadhead in #97
  • docs(mlflow-evaluation): cross-reference upstream mlflow/skills by @jamesbroadhead in #94
  • scripts(skills): drop dead base_revision plumbing, enforce canonical sorted manifest by @jamesbroadhead in #95
  • chore(skills): unify Codex metadata + icons across stable and experimental by @jamesbroadhead in #91
  • Polish plugin manifest + add self-marketplace; rename Claude plugin to 'databricks' by @jamesbroadhead in #77
  • scripts(skills): drop SKILL_METADATA descriptions, derive from frontmatter by @simonfaltum in #100
  • docs(skills): drop deprecated experimental aitools skills install form in databricks-apps-python by @jamesbroadhead in #101
  • Add PAE team as code owner by @renaudhartert-db in #114
  • ci(release): bump plugin manifests on release; fix marketplace docs by @simonfaltum in #111
  • skills(experimental/databricks-execution-compute): tighten description to ≤200 chars by @jamesbroadhead in #107
  • docs(experimental/databricks-apps-python): drop stale databricks-app-apx Related Skills entry by @jamesbroadhead in #106
  • docs(databricks-dabs): port DAB content vendored in devhub by @jamesbroadhead in #104
  • experimental: backfill metadata.version + parent + compatibility frontmatter by @jamesbroadhead in #105
  • skills(unstructured-pdf): reframe around Databricks RAG-eval workflow by @jamesbroadhead in #88
  • skills: promote databricks-vector-search to stable by @jamesbroadhead in #87
  • release: use annotated tags; drop GPG-signing claim from README by @simonfaltum in #116
  • docs: note ai-dev-kit deprecation in README + experimental/README by @jamesbroadhead in #109
  • docs(AppKit): document Files plugin policy API by @atilafassina in #71
  • skills(execution-compute): drop bundled compute.py, document the CLI surface by @jamesbroadhead in #90
  • Update agent skills to 1c40f02145350847b627ec5eee84d7617720982d by @databricks-ci-ghec-2[bot] in #120
  • Update agent skills to a146b2b49fb73c6412016503e0ae37a8d4045efb by @databricks-ci-ghec-2[bot] in #123
  • serverless-migration v2: UC MLflow patterns + AutoML rewrite + failure reporting + Genie Code install by @rrf-DB in #72
  • Add Scala JAR migration to databricks-serverless-migration by @nachill-databricks in #115
  • experimental: add databricks-lakeflow-connect skill by @jralfonsog in #103

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 May 14:05
fd56b87

What's Changed

  • Remove updated_at fields from manifest by @pkosiec in #75
  • docs: track aitools rename to top-level command by @jamesbroadhead in #60
  • Fix eval regression from PR#76: soften State Storage Rule by @pkosiec in #83
  • Improve skills based on CAO benchmark run 2 findings by @pkosiec in #89

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 May 21:10
482f9ff

What's Changed

  • feat(AppKit): add skill for Jobs plugin by @atilafassina in #58
  • skills.py: filter ignored files and drop stale metadata entry by @arsenyinfo in #61
  • Improve Lakebase skill: synced tables docs, apps decision gate, and connectivity by @pkosiec in #56
  • Update CODEOWNERS by @simonfaltum in #57
  • docs(apps): three codegen-quality guidelines for AppKit / smoke tests by @keugenek in #67
  • docs(apps): never override the @databricks/appkit or @databricks/appkit-ui version in package.json by @keugenek in #69
  • docs: document CLI version resolution in CONTRIBUTING.md by @pkosiec in #64
  • Improve skills based on an external benchmark for DevHub prompts by @pkosiec in #68
  • Update Lakebase schema ownership recovery guidance by @philip in #70
  • Absorb DevHub recipe patterns into agent skills by @pkosiec in #76
  • Add guidance for adding Lakebase and Model Serving to existing apps by @pkosiec in #81
  • docs(apps): update AppKit scaffolding setup for Manifest 2.0 by @atilafassina in #79
  • experimental: import ai-dev-kit skills into experimental/ directory by @jamesbroadhead in #73

New Contributors

Full Changelog: v0.1.5...v0.2.0