|
3 | 3 | ### 0.23.0 |
4 | 4 |
|
5 | 5 | #### New Features |
6 | | -- **Side Questions**: Added `/btw` slash command for asking quick side questions without derailing the main conversation. |
7 | | -- **Session Stats**: Added `auggie session stats` subcommand to view credit usage details for a session. |
| 6 | + |
8 | 7 | - **Git-Based Plugins**: Marketplace plugins can now be sourced directly from Git repositories. |
9 | 8 |
|
10 | 9 | #### Improvements |
11 | | -- **Dev Deployment Warning**: A visible warning is now displayed when connected to a development deployment. |
| 10 | + |
12 | 11 | - **Login Connectivity Check**: The CLI now tests connectivity to Augment before completing the login flow, providing earlier feedback on connection issues. |
13 | 12 | - **Unsupported Plugin Hooks**: Unsupported plugin hooks now show a compact informational message instead of verbose warnings. |
14 | | -- **Event Command**: Removed the broken `event get` subcommand and added `--verbose` flag to `event list`. |
15 | 13 | - **Tool Search**: Improved tool search UX and reliability. |
16 | 14 | - **About Command**: `/about` now displays the active runtime (Node or Bun). |
17 | | -- **Session Lock Handling**: Improved timeout handling when acquiring session locks. |
18 | | -- **VM Heartbeat**: Reduced VM heartbeat interval for faster responsiveness. |
19 | | -- **Message Queue**: Increased message queue capacity to 1000 for handling larger workloads. |
20 | | - |
21 | | -#### Bug Fixes |
22 | | -- Fixed expert capability mapping in CLI cloud mode. |
23 | | -- Fixed tool host not being wired to the command handler in TUI cloud mode. |
24 | | -- Fixed auth session not propagating to child agents spawned by the daemon. |
25 | 15 |
|
26 | 16 | ### 0.22.0 |
27 | 17 |
|
28 | 18 | #### New Features |
| 19 | + |
29 | 20 | - **Fork Session**: Added `/fork` slash command to fork the current session into a new one. |
30 | 21 | - **Custom Themes**: Users can now override the default TUI theme. |
31 | 22 |
|
32 | 23 | #### Improvements |
| 24 | + |
33 | 25 | - **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening. |
34 | 26 | - **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output. |
35 | 27 | - **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands. |
36 | 28 | - **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback. |
37 | 29 | - **Error Details**: Fetch errors now surface more detailed cause information. |
38 | 30 |
|
39 | 31 | #### Bug Fixes |
| 32 | + |
40 | 33 | - Fixed excessive summarization calls within a single agent turn. |
41 | 34 | - Fixed Tab-only navigation for multi-question prompts in the TUI. |
42 | 35 | - Fixed MCP server initialization timing in ACP mode. |
|
45 | 38 | ### 0.21.0 |
46 | 39 |
|
47 | 40 | #### New Features |
| 41 | + |
48 | 42 | - **Automatic Marketplace Updates**: Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces. |
49 | 43 | - **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments. |
50 | 44 |
|
51 | 45 | #### Improvements |
| 46 | + |
52 | 47 | - **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation. |
53 | 48 | - **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations. |
54 | 49 | - **`auggie command list`**: Output now consistently displays help text. |
55 | 50 | - **Startup Login Screen**: Updated the message for new users. |
56 | 51 | - **Terminal Bell**: Now correctly rings when the agent is waiting for user input. |
57 | 52 |
|
58 | 53 | #### Bug Fixes |
| 54 | + |
59 | 55 | - Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach. |
60 | 56 | - Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`. |
61 | 57 | - Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup. |
|
64 | 60 | ### 0.20.0 |
65 | 61 |
|
66 | 62 | #### New Features |
| 63 | + |
67 | 64 | - **@ Context Picker**: Type `@` in the input to browse and attach agents and rules files to your prompt |
68 | 65 | - **Marketplace Auto-Update**: Installed marketplace repos are automatically updated in the background on startup; toggle in marketplace settings. |
69 | 66 | - **Recommended Marketplaces**: Projects can declare recommended marketplaces in `.augment/settings.json` that prompt installation on first open. These must be in the project level settings.json file |
70 | 67 | - **MCP OAuth Paste Mode**: When authenticating MCP servers over SSH, you can now paste the auth code or redirect URL directly instead of relying on localhost redirect |
71 | 68 | - **Enter Plan Mode Tool**: The agent can now enter plan mode mid-conversation when appropriate |
72 | 69 |
|
73 | 70 | #### Deprecated |
| 71 | + |
74 | 72 | - **Deprecated various flags for auth** - ENV variables AUGMENT_API_TOKEN, AUGMENT_API_URL and flags `--augment-token-file` and `--api-url` are no longer supported |
75 | 73 | - Use `AUGMENT_SESSION_AUTH` and `--augment-session-json` instead |
76 | 74 |
|
77 | 75 | #### Improvements |
| 76 | + |
78 | 77 | - **Parallel Tool Execution**: The CLI agent loop now executes independent tools in parallel for faster responses |
79 | 78 | - **Plan Mode**: Plans are now saved to `~/.augment/plans/` and plan mode enforces strict read-only access |
80 | 79 | - **Notification Bell on Ask-User**: Terminal bell now rings when the agent prompts for user input (when `notificationMode` is set to `bell`) |
|
87 | 86 | - **Jira/Confluence Errors**: Validation errors from Jira and Confluence are now surfaced in chat instead of showing a generic failure message |
88 | 87 |
|
89 | 88 | #### Bug Fixes |
| 89 | + |
90 | 90 | - Fixed `/mcp` toggle not actually enabling/disabling MCP servers |
91 | 91 | - Fixed cursor position after the `/clear` command |
92 | 92 | - Fixed file write/delete silently failing in multi-folder workspaces |
|
96 | 96 | ### 0.19.0 |
97 | 97 |
|
98 | 98 | #### New Features |
| 99 | + |
99 | 100 | - Multi-workspace support: work with multiple folders simultaneously via `--add-workspace` flag or `/add-workspace` slash command |
100 | 101 | - Skills as slash commands: trigger skills deterministically via `/` commands instead of relying on agent auto-detection |
101 | 102 | - Multiple settings files: choose which settings file to save to when multiple exist, with 🔒 indicators for organization-managed settings |
102 | 103 | - MCP OAuth scopes: MCP server authentication now supports configuring OAuth scopes |
103 | 104 |
|
104 | 105 | #### Improvements |
| 106 | + |
105 | 107 | - Ask-user tool: replaced custom text input with a "Chat about this" option for more natural conversational clarification |
106 | 108 | - Ask-user shortcuts: press number keys (1–9) to directly select options |
107 | | - servers |
| 109 | + servers |
108 | 110 | - Session picker: added keyboard shortcuts for faster navigation |
109 | 111 | - Processing duration: now displays minutes and hours instead of only seconds |
110 | 112 | - Input history: navigating history no longer opens the slash command menu |
|
114 | 116 | - Tool permissions: default to denylist mode to prevent accidental lockout from all tools |
115 | 117 |
|
116 | 118 | #### Bug Fixes |
| 119 | + |
117 | 120 | - Fixed CLI crash on startup caused by logger initialization order |
118 | 121 | - Fixed stuck queued messages in cloud mode |
119 | 122 | - Fixed apply_patch writing corrupted files when the model produced malformed output |
|
122 | 125 | ### 0.18.0 |
123 | 126 |
|
124 | 127 | #### New Features |
| 128 | + |
125 | 129 | - **Model Picker Badges**: Model picker now shows cost tier indicators and server-controlled badges (e.g. "Free", "New") |
126 | 130 | - **Ask Mode Enhancements**: Slash commands (`/`) and external editor (`Ctrl+O`) now work in Ask mode |
127 | 131 | - **Single-Click Login**: Streamlined browser-based authentication flow |
128 | 132 | - **/context**: `/context` to see context window usage |
129 | 133 |
|
130 | 134 | #### Improvements |
| 135 | + |
131 | 136 | - **Sub-agents Credit Usage**: Add support for subagents credit usage via non interactive mode for enterprise customers and /stats for all users |
132 | 137 | - **Faster Tool Execution**: Reduced tool execution delays in large workspaces by caching enumeration state and parallelizing rule file reads |
133 | 138 | - **Incremental Session Saving**: Agent progress is now saved after each LLM exchange, preventing loss of work if the process crashes mid-turn |
|
142 | 147 | ### 0.17.0 |
143 | 148 |
|
144 | 149 | #### New Features |
| 150 | + |
145 | 151 | - Ask mode improvements: Slash commands and Ctrl+O (external editor) now work in ask mode |
146 | 152 | - Ctrl+R history search: Persistent reverse history search across sessions |
147 | 153 | - Selective session deletion: Delete individual sessions from the session picker |
|
150 | 156 | - --queue support in non-interactive mode: Queue multiple prompts in `--print` mode for chained workflows |
151 | 157 |
|
152 | 158 | #### Improvements |
| 159 | + |
153 | 160 | - Indexing denylist: Permanently decline indexing for specific workspaces with a "Never index this workspace" option |
154 | 161 | - Incremental session saving: Agent progress is now saved after each LLM exchange, preventing work loss on crashes |
155 | 162 | - Task management: Task system now auto-recovers if the task list is missing, and task names are shown in update displays |
|
167 | 174 | ### 0.16.0 |
168 | 175 |
|
169 | 176 | #### New Features |
| 177 | + |
170 | 178 | - Localhost OAuth login: local sessions now authenticate via browser-based OAuth flow instead of JSON paste |
171 | 179 | - Session naming: name of sessions via `/rename` command is now displayed to the user |
172 | 180 | - Model picker search: Option+M hotkey opens the model picker, which now supports search/filter |
|
180 | 188 | - Hierarchical rules indicator: visual indicator showing active AGENTS.md rules |
181 | 189 |
|
182 | 190 | #### Improvements |
| 191 | + |
183 | 192 | - Auth flags: added `--augment-session-json` flag and `AUGMENT_SESSION_AUTH` env var as recommended auth methods (old flags deprecated but still work) |
184 | 193 | - MCP compatibility: improved compatibility with non-standard MCP server JSON schemas (e.g., mcp-server-terminal) |
185 | 194 | - View tool display: correctly shows "read directory" with entry count instead of "read file" with "0 lines" |
|
188 | 197 | - Removed misleading "To see what's new" message after upgrade |
189 | 198 |
|
190 | 199 | #### Bug Fixes |
| 200 | + |
191 | 201 | - Fixed Ctrl+C not exiting the CLI on macOS (no longer requires `kill -9`) |
192 | 202 | - Fixed crash on exit on Windows (UV_HANDLE_CLOSING assertion) |
193 | 203 | - Fixed crash when pasting text or using Ctrl+P prompt enhancement |
|
215 | 225 | ### 0.15.0 |
216 | 226 |
|
217 | 227 | #### New Features |
| 228 | + |
218 | 229 | - **Agent Skills Support**: Added support for loading specialized domain knowledge from SKILL.md files following the agentskills.io specification |
219 | 230 | - **Skills Viewer**: Added `/skills` command to display currently loaded skills and approximate token usage |
220 | 231 | - **Prompt Enhancement**: Added `--enhance-prompt` flag for non-interactive mode to improve prompts before sending to agent |
221 | 232 |
|
222 | 233 | #### Improvements |
| 234 | + |
223 | 235 | - **Session State Preservation**: Workspace settings (guidelines, rules, memories) are now preserved when using `/new` command or `--continue` flag |
224 | 236 | - **Hook Message Display**: Hook messages now appear inline after each tool result instead of being batched at the bottom for better context |
225 | 237 | - **Session Picker Ordering**: Session picker now displays most recent sessions at the top of the list |
|
229 | 241 | - **Chat History Display**: Chat history now only shows user message entries for actual user input, not system-generated content |
230 | 242 |
|
231 | 243 | #### Bug Fixes |
| 244 | + |
232 | 245 | - **Session Resumption**: Fixed tool results (ViewTool, EditTool) not rendering when resuming sessions via `--resume` or `/sessions` command |
233 | 246 | - **Keyboard Navigation**: Fixed keyboard shortcuts not responding while in mention mode |
234 | 247 | - **Popover Input Handling**: Fixed keyboard input handling in popover states |
235 | 248 | - **Input Focus Characters**: Fixed issue with focus characters appearing in input |
236 | 249 |
|
237 | 250 | #### UI Updates |
238 | | -- **Queue Mode Shortcuts**: Updated queue mode keyboard shortcuts - X now deletes items, D moves items down |
239 | 251 |
|
| 252 | +- **Queue Mode Shortcuts**: Updated queue mode keyboard shortcuts - X now deletes items, D moves items down |
240 | 253 |
|
241 | 254 | ### 0.14.0 |
242 | 255 |
|
243 | 256 | #### New Features |
| 257 | + |
244 | 258 | - MCP dynamic workspace discovery: MCP mode now supports on-the-fly workspace indexing with --mcp-auto-workspace flag, allowing codebase-retrieval to search different directories without restarting |
245 | 259 |
|
246 | 260 | #### Improvements |
| 261 | + |
247 | 262 | - Session management: Most recent sessions now appear at the top of the session picker list |
248 | 263 | - Chat history: Chat history display fixed on --continue |
249 | 264 | - Custom commands: Custom command model overrides now only apply to the next response instead of all follow-up responses |
250 | 265 | - Banner: Updated banner with left-to-right gradient and all caps text |
251 | 266 |
|
252 | 267 | #### Bug Fixes |
| 268 | + |
253 | 269 | - Settings management: Settings updates now preserve comments and invalid/unknown fields in settings.json |
254 | 270 | - Session persistence: Workspace settings (guidelines, rules, memories) are now preserved when using /new command or --continue flag |
255 | 271 | - Fixed keyboard shortcuts not responding while in mention mode |
|
272 | 288 | - Rules interface: Improved rules popover interface with better navigation and display |
273 | 289 |
|
274 | 290 | ### 0.12.0 |
| 291 | + |
275 | 292 | - /about command: View user information and debugging details with a new slash command |
276 | 293 | - Keyboard navigation: Improved navigation with consistent arrow key and j/k shortcuts across all TUI components |
277 | 294 |
|
278 | 295 | ### 0.11.1 |
| 296 | + |
279 | 297 | - Task list UI: Fix uncaught exception that resulted in the agent being unable to add to the tasklist |
280 | 298 |
|
281 | 299 | ### 0.11.0 |
282 | 300 |
|
283 | 301 | #### MCP Mode Improvements |
| 302 | + |
284 | 303 | - **MCP Logging**: Added --log-file option for MCP mode to enable error logging (default: /tmp/augment-log.txt) |
285 | 304 | - **MCP Performance**: Improved MCP mode startup performance with asynchronous workspace initialization |
286 | 305 |
|
287 | 306 | #### TUI Improvements |
| 307 | + |
288 | 308 | - **Thinking Display**: Improved visual styling for thinking entries with better readability and less intrusive appearance |
289 | 309 | - **Bash Mode**: Bash mode is now available, trigger by pressing ! |
290 | 310 | - **Input History**: Fixed input history navigation state after submitting commands and queued messages now properly added to history |
291 | 311 |
|
292 | 312 | #### Bug Fixes |
| 313 | + |
293 | 314 | - **Tool Interruption**: Fixed crash when interrupting tool execution with escape key |
294 | 315 | - **Parallel Interrupts**: Improved interrupt handling to properly cancel all running parallel sub-agents |
295 | 316 | - **Exit Message**: Fixed typo in exit tip message |
296 | 317 |
|
297 | 318 | ### 0.10.0 |
298 | 319 |
|
299 | 320 | #### TUI Features |
| 321 | + |
300 | 322 | - **Session Switching**: Added `/sessions` command to switch between sessions without restarting CLI |
301 | 323 | - **Shell Configuration**: Added `/config` command to configure default shell and startup script |
302 | 324 | - **Keyboard Shortcuts**: Added Ctrl+/ for undo and Ctrl+Y for redo in normal edit mode |
303 | 325 | - **Verbose Thinking**: Added verbose output mode for thinking summaries to show full agent reasoning |
304 | 326 | - **Terminal Focus Tracking**: Added focus detection to hide cursor when terminal window loses focus |
305 | 327 |
|
306 | 328 | #### Session Management |
| 329 | + |
307 | 330 | - Show session ID when closing sessions with command to resume by ID |
308 | 331 | - Support resuming sessions by ID prefix (unambiguous matches) |
309 | 332 | - Added `-f` flag to filter session list to current workspace only |
310 | 333 | - Reversed session list order to show newest sessions first |
311 | 334 |
|
312 | 335 | #### UI Improvements |
| 336 | + |
313 | 337 | - Fixed text wrapping in tool result summaries |
314 | 338 | - Truncate web fetch results to 150 characters for better readability |
315 | 339 | - Increased max length for thinking summary titles to reduce truncation |
316 | 340 | - Truncate large file views to prevent excessive memory usage |
317 | 341 |
|
318 | 342 | #### Bug Fixes |
| 343 | + |
319 | 344 | - Fixed escape key behavior in ask mode (now properly exits to normal mode) |
320 | 345 | - Fixed race condition in terminal focus tracking that caused escape sequences to leak |
321 | 346 | - Fixed ACP login flow path identification |
322 | 347 | - Removed duplicate error messages in output |
323 | 348 | - Suppressed verbose npm output during auto-upgrade failures for cleaner error messages |
324 | 349 |
|
325 | 350 | ### 0.9.1 |
| 351 | + |
326 | 352 | - Fixed issue with extraneous git processes spawning after indexing |
327 | 353 |
|
328 | 354 | ### 0.9.0 |
329 | 355 |
|
330 | 356 | #### New Features |
| 357 | + |
331 | 358 | - **Session Sharing**: New `/share` command in TUI and `augment session share` CLI command to generate shareable links for chat sessions |
332 | 359 | - **Auto-Update Control**: New `autoUpdate` setting in settings.json to control automatic updates |
333 | 360 |
|
334 | 361 | #### Improvements |
| 362 | + |
335 | 363 | - **ACP Mode**: Now fully released (no longer experimental) with non-interactive chat mode and thinking summaries for better visibility |
336 | 364 | - **TUI Performance**: Improved rendering performance with Ink 6.5.0 incremental rendering |
337 | 365 | - **Session Resumption**: Chat history now displays when resuming sessions with `--continue` or `--resume` flags |
|
341 | 369 | ### 0.8.0 |
342 | 370 |
|
343 | 371 | #### New Features |
| 372 | + |
344 | 373 | - **Shell Configuration**: Added automatic shell detection and startup script support with `--shell` and `--startup-script` options |
345 | 374 | - **Windows Support**: Fixed PowerShell execution on Windows for better cross-platform compatibility |
346 | 375 | - **Terminal Authentication**: Added terminal authentication support for ACP mode |
347 | 376 | - **ACP Mode**: Made `--acp` flag publicly available for Agent Communication Protocol support |
348 | 377 | - **Queue Management**: Enabled message queue when agent is busy |
349 | 378 |
|
350 | 379 | #### Improvements |
| 380 | + |
351 | 381 | - **Rules Management**: Improved rules filtering and status display for better visibility of manual and dynamic rules |
352 | 382 |
|
353 | 383 | #### Bug Fixes |
| 384 | + |
354 | 385 | - **Chat Summarization**: Fixed chat history summarization |
355 | 386 |
|
356 | 387 | ### 0.7.0 |
| 388 | + |
357 | 389 | #### New Features |
| 390 | + |
358 | 391 | - **Agent Client Protocol (ACP) Support**: Added comprehensive support for the Agent Client Protocol with terminal authentication, model selection, and indexing control via new `--acp` and `--allow-indexing` flags |
359 | 392 | - **Thinking Summaries**: Display GPT-5 model thinking process summaries with collapsible sections in the TUI |
360 | 393 | - **MCP Server Support**: Extended support for HTTP and SSE-based Model Context Protocol servers in addition to stdio servers |
361 | 394 |
|
362 | 395 | #### Improvements |
| 396 | + |
363 | 397 | - **CLI is now GA**: Removed beta label from the CLI banner |
364 | 398 | - **Model Selection**: Simplified model selection with short names (e.g., 'sonnet4.5' instead of full model IDs) |
365 | 399 | - **File Mentions**: Fixed file mentions to not include @ symbol in prompts |
366 | 400 |
|
367 | 401 | #### Bug Fixes |
| 402 | + |
368 | 403 | - **Content Handling**: Improved stability when handling undefined content to prevent crashes |
369 | 404 |
|
370 | 405 | ### 0.6.0 |
371 | 406 |
|
372 | 407 | #### New Features |
| 408 | + |
373 | 409 | - **Parallel Tool Calls**: Added support for models calling multiple tools simultaneously |
374 | 410 | - **Agent Client Protocol (ACP)**: Added experimental support for external editor integration via `--acp` flag, including file mentions and image support |
375 | 411 | - **User Rules**: Added support for user-specific rules in `~/.augment/rules` directory for custom agent behavior |
376 | 412 | - **Tool Management**: Added `--disable-tool` flag and settings configuration to disable specific tools from the agent's toolset |
377 | 413 |
|
378 | 414 | #### Improvements |
| 415 | + |
379 | 416 | - **Vim Mode**: Added 'e' keybind for moving to the end of a word, matching standard vim behavior |
380 | 417 | - **Session Picker**: Improved UI with dynamic column resizing for better readability |
381 | 418 | - **Settings Validation**: Enhanced error handling to gracefully handle invalid configuration fields |
382 | 419 |
|
383 | 420 | #### Commands & Utilities |
| 421 | + |
384 | 422 | - **Request ID**: Added `/request-id` command to display request IDs for debugging and support |
385 | 423 |
|
386 | 424 | ### 0.5.10 |
| 425 | + |
387 | 426 | - **Commands**: Added `/request-id` command to display request IDs for debugging |
388 | 427 | - **UI**: Improved session picker with dynamic column resizing |
389 | 428 | - **UI**: Added modified time to session list display |
|
395 | 434 | - **Performance**: Fixed file picker performance issue that caused UI lag |
396 | 435 |
|
397 | 436 | ### 0.5.9 |
| 437 | + |
398 | 438 | - **Image support**: Attach images to prompts using `--image` flag or the new `/image` command with drag-and-drop and paste support |
399 | 439 | - **Enhanced clipboard**: Fixed clipboard copying in SSH sessions and terminal multiplexers (tmux/screen) using OSC 52 protocol |
400 | 440 | - **Session improvements**: Session list now shows last modified time and request IDs for better debugging |
401 | 441 | - **OAuth improvements**: Display authentication URL when browser fails to open (useful for SSH connections) |
402 | 442 | - **Simplified commands**: Consolidated `/new` and `/clear` commands for starting fresh conversations |
403 | 443 |
|
404 | 444 | ### 0.5.8 |
| 445 | + |
405 | 446 | - Added `/copy` command to copy request ID or response text to clipboard |
406 | 447 | - Added OAuth authentication support for MCP (Model Context Protocol) servers |
407 | 448 | - Added interactive session picker when using `--resume` without specifying a session ID |
|
412 | 453 | - Fixed extra blank lines appearing at the beginning of agent responses |
413 | 454 |
|
414 | 455 | ### 0.5.7 |
| 456 | + |
415 | 457 | - **MCP Support**: Added `mcp add-json` command for importing MCP servers via JSON configuration |
416 | 458 | - **MCP Reliability**: Improved MCP server validation to continue loading valid servers even when some configurations are invalid |
417 | 459 | - **Version Management**: Enhanced upgrade system with semantic versioning support and better handling of prerelease versions |
|
424 | 466 | - **Feedback**: Added GitHub repository link to the feedback command for easier issue reporting |
425 | 467 |
|
426 | 468 | ### 0.5.6 |
| 469 | + |
427 | 470 | - New `auggie rules list` command: Display workspace rules and guidelines directly from the CLI |
428 | 471 | - Enhanced `/rules` command: View workspace rules with improved colored formatting in the TUI |
429 | 472 | - Smarter TUI mode switching: Exit modes now return to the previous mode instead of always going back to Normal mode, enabling better workflows with FilePicker and Ask modes |
|
0 commit comments