Have something to say?

Tell BoltAI how they could make the product more useful to you.

orkflow Palette Unresponsive Across Multiple Devices; Duplicate "Instant Workflow" Entries Cannot Be Removed

Environment: App: BoltAI OS: macOS (tested on multiple devices) Issue persists after: reinstallation, shortcut reassignment Description: The workflow palette no longer opens when triggered via keyboard shortcut or UI. This issue is reproducible across multiple macOS devices and persists after the following troubleshooting steps: Reassigned the workflow palette shortcut to a different key combination. Completely uninstalled and reinstalled BoltAI. Restarted the devices. None of the above resolved the issue. Additional Issue — Duplicate "Instant Workflow" Entries (attached below): The workflow list displays multiple duplicate entries labeled "Instant Workflow." Attempting to delete these duplicates has no effect — the entries remain after deletion attempts, and no error or confirmation is shown. Steps to Reproduce: Open BoltAI. Trigger the workflow palette via the assigned shortcut or UI button. Expected: Workflow palette opens. Actual: Nothing happens. No palette, no error. Navigate to the workflow list. Observe duplicate "Instant Workflow" entries. Attempt to delete any duplicate. Expected: Entry is removed. Actual: Entry persists with no feedback. Impact: Workflows are completely inaccessible, making a core feature of the app unusable. Troubleshooting Already Performed: Shortcut reassignment (multiple combinations tested) Full uninstall and reinstall Tested on multiple macOS devices/different lics — same behavior on all

IbrahimMan 3 days ago

7

Issues with Instant Workflow, {{user_prompt}}, and Keyboard Shortcuts in BoltAI 2

Dear BoltAI Team, I am having trouble using an Instant Workflow in BoltAI 2 as intended and I am not sure whether I misconfigured something or if this is a bug. Setup macOS: latest version App: BoltAI 2 (direct license) Workflow type: Instant Workflow Settings: Input Source: Selection Agent: None (use defaults) Prompt Template: INSTRUCTION: {{user_prompt}} TEXT: {{input}} Only Text, no explanation or comments Preview Mode: No Preview (run immediately) Output Action: Paste at Cursor Issue 1 – Instant Workflow does not receive the selection In Outlook I select a German sentence in the email body. I open the Instant Chat Bar with Option+Space and type e.g. “bitte auf englisch übersetzen”. The model’s response is something like: “Please send the text you want me to translate into English.” So it seems that the selected text is not passed as {{input}} into the Instant Workflow, although Input Source is set to Selection. Question: How do I need to configure the Instant Chat Bar and/or the Instant Workflow so that the current selection is used as {{input}} and the result is directly inserted via “Paste at Cursor”? Issue 2 – {{user_prompt}} in regular workflows According to the UI hint, {{user_prompt}} is “only set for Instant”. In a regular workflow (type “Workflow”) that I trigger via the Workflow Palette, {{user_prompt}} indeed remains empty – only {{input}} is populated. My questions: Is it correct that {{user_prompt}} is only populated for Instant Workflows and will always be empty in regular workflows? Is there a way to trigger a specific Instant Workflow directly via a keyboard shortcut (without going through the normal chat UI), using the current selection as input and setting {{user_prompt}}? Is it intentional that the special “Instant Workflow” does not appear in the Workflow Palette? I would appreciate any guidance on the correct configuration or information on whether this is a known issue. Kind regards, Martin

Martin Schmid 4 days ago

Optional local python script execution support in workflows

A lot of us code scripts (hobby or otherwise) which leverage APIs of various subsystems we want to gather information from. Once the information is gathered, there is a need to make use of AI to analyze/convert/format/summarize before presentation. Since the foundation of workflows, like custom commands to be executed at will are already there, i would like to have an optional local python script execution section with in workflows so that the input for AI is generated by the script (one of many other input areas like selection, clipboard etc). The interface need not be to embed a code editor of sort, because python scripts can span modules and multiple code files. Just an input field which takes in the python command would do. This can open up any code written by AI tools to be readily invoked using the BoltAI workflows. examples: ~/venv/bin/python service_health.py --service | AI (to explain) ~/venv/bin/python get_pipeline_failures.py —pipeline-id | AI (to investigate) I can understand if this is not feasible (like literally embed in workflow section), but would love to have the feature implemented in any other way too, so that all of us can automate many things in our day to day lives.

prasadvelidi 16 days ago

1