Skip to content

Packages overview

PackageRole
@kispace-io/corePlatform: registries (extensions, contributions, commands), services (workspace, settings, dialogs, tasks, events), UI parts and widgets. Import this in apps and extensions.
@kispace-io/appDefault app: defines the app and imports extensions. Use as a template for your own app.
@kispace-io/extension-ai-systemAI integration (chat, prompts, context).
@kispace-io/extension-command-paletteCommand palette UI.
@kispace-io/extension-settings-treeSettings tree UI.
@kispace-io/extension-monaco-editorMonaco code editor.
@kispace-io/extension-md-editorMarkdown editor.
@kispace-io/extension-media-viewerMedia (image, etc.) viewer.
@kispace-io/extension-notebookNotebook runtime and UI.
@kispace-io/extension-python-runtimePython runtime (e.g. Pyodide).
@kispace-io/extension-linuxterminalTerminal.
@kispace-io/extension-webllmWeb LLM integration.
@kispace-io/extension-in-browser-mlIn-browser ML (e.g. transformers).
@kispace-io/extension-rag-systemRAG (retrieval-augmented generation) and document indexing.
@kispace-io/extension-howto-systemHow-to / tutorial system.
@kispace-io/extension-webdavWebDAV workspace and commands.
@kispace-io/extension-downloadDownload arbitrary resources from any URL to the workspace. (superseded by @kispace-io/extension-utils's wget command)
@kispace-io/extension-unzipUnzip support. (superseded by @kispace-io/extension-utils)
@kispace-io/extension-memory-usageMemory usage display.
@kispace-io/extension-certsCertificate handling. (superseded by @kispace-io/extension-utils)
@kispace-io/extension-utilsConvenience utility extension combining wget-style download, unzip, and certificate tools.
@kispace-io/extension-github-serviceGitHub service integration.

Add only the extensions your app needs to AppDefinition.extensions and import their packages so they register with the framework.