feat: add Pi provider managed resources

This commit is contained in:
2026-08-22 21:48:00 +08:00
parent 81d8ad1b6b
commit 161f3f471b
31 changed files with 1581 additions and 40 deletions

View File

@@ -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');