v2.11.1 (#721)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Mert Unsal <mertunsal1905@gmail.com> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: maximevoisin-pm <maxime.voisin@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
adb1ca74ce
commit
cf3f4ca58f
143 changed files with 3457 additions and 1351 deletions
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -18,6 +18,7 @@ body:
|
|||
- CLI
|
||||
- ACP
|
||||
- Both
|
||||
- VS Code extension
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -45,8 +46,9 @@ body:
|
|||
attributes:
|
||||
label: Versions / environment
|
||||
description: >
|
||||
Include Mistral Vibe version, uv or pip version and OS.
|
||||
placeholder: "mistral-vibe 1.2.0, uv 0.9.0 on macOS 15.7"
|
||||
Include the version for the affected component, uv or pip when
|
||||
relevant and OS.
|
||||
placeholder: "mistral-vibe 1.2.0 or Mistral Vibe for VS Code 1.1.0, uv 0.9.0 on macOS 15.7"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
|
|||
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Release to Pipy and Zed's store
|
||||
name: Release to PyPI
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
@ -43,19 +43,3 @@ jobs:
|
|||
- name: Publish distribution to PyPI
|
||||
if: github.repository == 'mistralai/mistral-vibe'
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
||||
|
||||
release-zed-extension:
|
||||
name: Release Zed Extension
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'mistralai/mistral-vibe'
|
||||
permissions:
|
||||
contents: read
|
||||
environment:
|
||||
name: zed
|
||||
steps:
|
||||
- uses: huacnlee/zed-extension-action@8cd592a0d24e1e41157740f1a529aeabddc88a1b # v2
|
||||
with:
|
||||
extension-name: mistral-vibe
|
||||
push-to: mistralai/zed-extensions
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{ secrets.ZED_EXTENSION_GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue