Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e5fa697
Port structured Fig postProcess and token-aware Teams users
warp-agent-staging[bot] Sep 3, 2026
e3a5a38
Port recovered Fig template filters
warp-agent-staging[bot] Sep 3, 2026
cdecb5f
Rename Fig helper modules and add token-aware generators
warp-agent-staging[bot] Sep 3, 2026
34e7ed4
Port remaining Fig custom generators and template filters
warp-agent-staging[bot] Sep 3, 2026
d1c75c6
Parse remaining Fig JSON generators as objects, not lines
warp-agent-staging[bot] Sep 3, 2026
04f2dac
Replace remaining Fig line-split parsers with original postProcess se…
warp-agent-staging[bot] Sep 3, 2026
685445a
Fix known_hosts hostname parsing and pre-commit YAML hook IDs
warp-agent-staging[bot] Sep 3, 2026
61ac633
Keep indentless YAML sequences inside pre-commit repos and hooks
warp-agent-staging[bot] Sep 3, 2026
a0bd1d6
Key dynamic generators to the command Warp looks up
warp-agent-staging[bot] Sep 3, 2026
03b5cf9
Fix Deno doc token command and DocNode envelope parser
warp-agent-staging[bot] Sep 3, 2026
323a28a
Fix dd conv= remaining suggestions and drop Trivy filepaths
warp-agent-staging[bot] Sep 3, 2026
1763ec8
Fix hub staged-file parser, chown groups, and scc -f remaining
warp-agent-staging[bot] Sep 3, 2026
f205ca5
Slice git status --short paths from untrimmed XY lines
warp-agent-staging[bot] Sep 3, 2026
c3c091c
Fix shard-2 generator wiring for pnpm add, docker stages, cargo tests…
warp-agent-staging[bot] Sep 4, 2026
88bda1c
Key hub, nativescript, tns, and j specs to the typed command
warp-agent-staging[bot] Sep 4, 2026
9d2956b
Suggest Cargo --test integration targets from metadata
warp-agent-staging[bot] Sep 4, 2026
e364a9b
Match direnv file completions to basename .envrc
warp-agent-staging[bot] Sep 4, 2026
a0fdaff
Use portable find for esbuild loader extension fallback
warp-agent-staging[bot] Sep 4, 2026
76992f7
Drop maxdepth from esbuild loader find fallback
warp-agent-staging[bot] Sep 4, 2026
e3b09c9
Keep cargo test module prefixes and Tailscale peer match text
warp-agent-staging[bot] Sep 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion command-signatures/json/ansible-playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"name": "playbook",
"description": "Playbook(s)",
"isVariadic": true,
"template": "filepaths"
"template": "filepaths",
"filterTemplateName": "filter-yml-yaml"
},
"options": [
{
Expand Down
Loading
Loading