Triggered Actions - Custom Code Block (per Prompt) #1682
aliasfoxkde
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Custom Code Triggers & Unified API Configuration
Background
I'm working on my own fork of Kilo Code and I was wondering if this would be a feature other people would want and I can clean it up and create a PR. I want there to be a custom code Trigger" section under Prompts (for each) where you can setup custom actions (reliable commands rather than just passing a request to the AI) when triggered. Such as "Start New Task".
Description
Add a "Custom Code" block system to Kilo Code, triggered when a particular prompt template is executed, enabling users to automate workflows (e.g., Git actions, test suites) via user-defined triggers. Additionally, unify API Configuration across all prompts for consistency.
Proposed Features
Custom Code Triggers
Purpose: Automate repetitive tasks via trigger-based commands.
Implementation
Start New Task
,Fix Issues
) with associated terminal commands or by executing scripts (for web app projects that usepackage.json
the commands could just be defined there).Start New Task
:Fix Issues
:npm run verify # Custom command for tests, ESLint, Puppeteer, Playwright, etc.
Task List Completion
(TBD):Unified API Configuration
Why This Matters
Additional Notes
P.S. I would also suggest creating a feature request template, kind of like what I outlined here.
Beta Was this translation helpful? Give feedback.
All reactions