feat: add OpenCode session management
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import { CodexAdapter } from './codex-adapter.js';
|
||||
import { ClaudeAdapter } from './claude-adapter.js';
|
||||
import { AgyAdapter } from './agy-adapter.js';
|
||||
import { OpenCodeAdapter } from './opencode-adapter.js';
|
||||
|
||||
const ENGINES = {
|
||||
codex: new CodexAdapter(),
|
||||
claude: new ClaudeAdapter(),
|
||||
agy: new AgyAdapter(),
|
||||
opencode: new OpenCodeAdapter(),
|
||||
};
|
||||
|
||||
export function getEngine(name) {
|
||||
|
||||
Reference in New Issue
Block a user