feat: add initial implementation of Opencode client and session handling

- Created agent.ts to export necessary components from the plugin source.
- Implemented index.ts to initialize Opencode client and list projects and sessions.
- Added functionality to prompt a session with specific tool instructions.
This commit is contained in:
2026-02-07 03:24:10 +08:00
parent bf88cfab5c
commit 17731be911
5 changed files with 302 additions and 370 deletions

View File

@@ -0,0 +1 @@
export * from '../../plugin/src/index.ts'