mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 10:36:27 +03:00
feat: add OpenCode provider support to build system
- Created opencode transformer in scripts/lib/transformers/opencode.js - Added opencode placeholders to scripts/lib/utils.js - Integrated opencode into build.js and universal assembly - Updated README.md and scripts/lib/transformers/index.js with OpenCode support
This commit is contained in:
@@ -293,6 +293,11 @@ export const PROVIDER_PLACEHOLDERS = {
|
||||
model: 'Claude',
|
||||
config_file: '.kiro/settings.json',
|
||||
ask_instruction: 'ask the user directly to clarify what you cannot infer.'
|
||||
},
|
||||
opencode: {
|
||||
model: 'Claude',
|
||||
config_file: 'OPENCODE.md',
|
||||
ask_instruction: 'STOP and call the AskUserQuestionTool to clarify.',
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user