Skip to content

Commit

Permalink
Update references to the repo after the rename (#21)
Browse files Browse the repository at this point in the history
* Rename references to the repo

* update author in package.json

* lint

* more updates
  • Loading branch information
jtpio authored Dec 3, 2024
1 parent cb6036f commit 8c41100
Show file tree
Hide file tree
Showing 6 changed files with 1,451 additions and 1,500 deletions.
6 changes: 3 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
_commit: v4.3.1
_src_path: https://github.com/jupyterlab/extension-template
author_email: ''
author_name: Jeremy Tuloup
author_name: JupyterLite Contributors
has_binder: false
has_settings: true
kind: frontend
labextension_name: @jupyterlite/ai
project_short_description: Codestral AI code completions for JupyterLab
project_short_description: AI code completions and chat for JupyterLite
python_name: jupyterlite_ai
repository: https://github.com/jupyterlite/jupyterlab-codestral
repository: https://github.com/jupyterlite/ai
test: false

14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

## 0.1.0

([Full Changelog](https://github.com/jupyterlite/jupyterlab-codestral/compare/9c8d350b8876ad3a9ffe8dbe723ca093bb680681...b77e9e9a563cda3b9d37972248e738746f7370a8))
([Full Changelog](https://github.com/jupyterlite/ai/compare/9c8d350b8876ad3a9ffe8dbe723ca093bb680681...b77e9e9a563cda3b9d37972248e738746f7370a8))

### Maintenance and upkeep improvements

- Reset version [#4](https://github.com/jupyterlite/jupyterlab-codestral/pull/4) ([@jtpio](https://github.com/jtpio))
- Reset version [#4](https://github.com/jupyterlite/ai/pull/4) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Add disclaimer [#3](https://github.com/jupyterlite/jupyterlab-codestral/pull/3) ([@jtpio](https://github.com/jtpio))
- Update links to the repo [#2](https://github.com/jupyterlite/jupyterlab-codestral/pull/2) ([@jtpio](https://github.com/jtpio))
- Add files for a JupyterLite demo [#1](https://github.com/jupyterlite/jupyterlab-codestral/pull/1) ([@jtpio](https://github.com/jtpio))
- Add disclaimer [#3](https://github.com/jupyterlite/ai/pull/3) ([@jtpio](https://github.com/jtpio))
- Update links to the repo [#2](https://github.com/jupyterlite/ai/pull/2) ([@jtpio](https://github.com/jtpio))
- Add files for a JupyterLite demo [#1](https://github.com/jupyterlite/ai/pull/1) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlab-codestral/graphs/contributors?from=2024-06-10&to=2024-06-24&type=c))
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-10&to=2024-06-24&type=c))

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlab-codestral+involves%3Ajtpio+updated%3A2024-06-10..2024-06-24&type=Issues)
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-10..2024-06-24&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, JupyterLite Contributors
Copyright (c) 2024, Jeremy Tuloup
All rights reserved.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# jupyterlite-ai

[![Github Actions Status](https://github.com/jupyterlite/jupyterlab-codestral/workflows/Build/badge.svg)](https://github.com/jupyterlite/jupyterlab-codestral/actions/workflows/build.yml)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/jupyterlab-codestral/lab/index.html)
[![Github Actions Status](https://github.com/jupyterlite/ai/workflows/Build/badge.svg)](https://github.com/jupyterlite/ai/actions/workflows/build.yml)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/ai/lab/index.html)

AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered by MistralAI ✨

[a screencast showing the Codestral extension in JupyterLite](https://github.com/jupyterlite/jupyterlab-codestral/assets/591645/855c4e3e-3a63-4868-8052-5c9909922c21)
[a screencast showing the Codestral extension in JupyterLite](https://github.com/jupyterlite/ai/assets/591645/855c4e3e-3a63-4868-8052-5c9909922c21)

## Requirements

Expand All @@ -25,7 +25,7 @@ AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered

You can try the extension in your browser using JupyterLite:

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/jupyterlab-codestral/lab/index.html)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/ai/lab/index.html)

See the [Usage](#usage) section below for more information on how to provide your API key.

Expand Down Expand Up @@ -71,7 +71,7 @@ The `jlpm` command is JupyterLab's pinned version of

```bash
# Clone the repo to your local environment
# Change directory to the jupyterlab_codestral directory
# Change directory to the jupyterlite_ai directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@jupyterlite/ai",
"version": "0.1.0",
"description": "Codestral AI code completions for JupyterLab",
"description": "AI code completions and chat for JupyterLite",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlite/jupyterlab-codestral",
"homepage": "https://github.com/jupyterlite/ai",
"bugs": {
"url": "https://github.com/jupyterlite/jupyterlab-codestral/issues"
"url": "https://github.com/jupyterlite/ai/issues"
},
"license": "BSD-3-Clause",
"author": "Jeremy Tuloup",
"author": "JupyterLite Contributors",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
Expand All @@ -24,7 +24,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlite/jupyterlab-codestral.git"
"url": "https://github.com/jupyterlite/ai.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
Loading

0 comments on commit 8c41100

Please sign in to comment.