Skip to content

Conversation

@satchelbaldwin
Copy link
Contributor

Resolved a bug where changing between multiple contexts with their own integrations providers would lose UI synchronization between the sidebar panel/editor and what the agent could actually use.

…ity change so that editing is always synchronized to current active context
const activeContext = computed(() => {
const contextInfo = beakerSession?.value?.activeContext;
const kernelInfo = beakerSession?.value?.session.kernelInfo;
console.log(contextInfo, kernelInfo)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's not include debug logging. (other file as well)

@satchelbaldwin satchelbaldwin merged commit 62979d8 into dev Dec 2, 2025
1 check failed
@satchelbaldwin satchelbaldwin deleted the refresh-integrations-on-context-change branch December 2, 2025 21:10
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.

3 participants