mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
66201dc94c
Adds a new bare-bones AI searcher that can be triggered with `cmd+tab`. It will interpret the searcher input as a prompt to an AI model and replace the created node with the suggestion that was computed. https://github.com/enso-org/enso/assets/1428930/f8403533-54ba-4ea5-9d3c-6bdf3cf336b5 Implements the first step of #7099. # Important Notes Contains some refactoring that allows us to have multiple controllers side by side. So QA testing should make sure that the Component Browser Searcher is still working as before.
13 lines
443 B
YAML
13 lines
443 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 16.06 MiB
|
|
|
|
required-versions:
|
|
# NB. The Rust version is pinned in rust-toolchain.toml.
|
|
# NB. The Node version is pinned in .node-version.
|
|
cargo-watch: ^8.1.1
|
|
wasm-pack: ^0.10.2
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|