• v0.2.0 772b987928

    rs-parrot released this 2024-05-08 12:49:32 -06:00 | 0 commits to main since this release

    The theia IDE code has been updated to version 1.49.1 which is compatible with vscode API version 1.88.1 plugins. The standard extensions have been updated to this version, pulled from the OpenVSX Registry.

    The IDE AI extension's upstream from continedev had a major rewrite/refactoring. There is no more independent Python server nor Meilisearch. It is (mostly) all typescript now. The Parrot AI extension was rebased on this newer generation code.

    Many configuration examples were added to the AI extension for llama.cpp. A separate llama.cpp server is still needed, running either local or remote.

    Spyware ("telemetry") is disabled by default, where known.

    Downloads
     
  • v0.0.23 5f6d935798

    rs-parrot-wtf released this 2023-11-23 12:53:38 -07:00 | 59 commits to main since this release

    I neglected to upload a release for this, but this is the version I've been using the last ~6 months or so. It was built in November 2023.

    It works with llama.cpp servers. Edit ~/.continue/config.json to add inference servers.

    It also works with the build123d python libraries and extension, so AI supported CAD can be run (cf. https://wetrocks.fyi ).

    For more extensions, see https://open-vsx.org

    Downloads
     
  • v0.0.22 3de65bb755

    rs-parrot released this 2023-11-15 16:25:24 -07:00 | 61 commits to main since this release

    Parrot is a Libre AI IDE.

    It is a code editor with built-in features for AI code assisstance.

    This release nominally works, but requires an external llama.cpp server running on port 8080.

    Downloads