feat: add Pi provider managed resources
This commit is contained in:
@@ -37,7 +37,7 @@ afterEach(() => {
|
||||
describe('Agent Browser OpenCode plugin', () => {
|
||||
it('loads the bundled runtime plugin artifact', async () => {
|
||||
const bundled = await import(
|
||||
'../../.opencode/skills/agent-browser/.opencode/plugins/niancode-agent-browser.js'
|
||||
'../../resources/coding-extensions/opencode/niancode-agent-browser.js'
|
||||
);
|
||||
|
||||
expect(bundled.NianCodeAgentBrowserPlugin).toBeTypeOf('function');
|
||||
|
||||
Reference in New Issue
Block a user