Skip to content

Conversation

@SpliiT
Copy link
Member

@SpliiT SpliiT commented Nov 27, 2025

No description provided.

@SpliiT SpliiT requested a review from BotellaA November 27, 2025 13:44
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for vease failed.

Name Link
🔨 Latest commit 691a595
🔍 Latest deploy log https://app.netlify.com/projects/vease/deploys/69371f90882d990009fa37d2

@BotellaA BotellaA marked this pull request as draft November 27, 2025 13:44
this.currentExtensionId = null
}

registerTool(toolDefinition) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
registerTool(toolDefinition) {
registerTool(extensionId, toolDefinition) {

Comment on lines 4 to 21
export class VeaseExtensionAPI {
constructor() {
this.vue = Vue
this.uiStore = useUIStore()
this.currentExtensionId = null
}

setCurrentExtensionId(id) {
this.currentExtensionId = id
}

clearCurrentExtensionId() {
this.currentExtensionId = null
}

registerTool(toolDefinition) {
this.uiStore.registerToolComponent(toolDefinition, this.currentExtensionId)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export class VeaseExtensionAPI {
constructor() {
this.vue = Vue
this.uiStore = useUIStore()
this.currentExtensionId = null
}
setCurrentExtensionId(id) {
this.currentExtensionId = id
}
clearCurrentExtensionId() {
this.currentExtensionId = null
}
registerTool(toolDefinition) {
this.uiStore.registerToolComponent(toolDefinition, this.currentExtensionId)
}
const UIStore = useUIStore()
export class VeaseExtensionAPI {
registerTool(extensionId, toolDefinition) {
UIStore.registerToolComponent(toolDefinition, extensionId)
}

SpliiT and others added 8 commits December 4, 2025 15:11
.vext extension
Electron config for extension environment
run_extension preload like run_back and run_viewer
expose stores
more transformations for imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants