Skip to content
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
833b6d3
Update question tool description with RFC2119 language
ariane-emory Jan 21, 2026
1e5ecbe
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 22, 2026
78dcff3
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 23, 2026
1f9a401
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 25, 2026
6145823
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 25, 2026
eb16712
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 26, 2026
2a97ce8
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 27, 2026
904acbf
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 29, 2026
889fca9
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 29, 2026
038e6be
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Jan 30, 2026
568dc9f
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 1, 2026
4370ba9
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 2, 2026
5db2e42
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 3, 2026
614dbfc
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 4, 2026
89ab43f
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 4, 2026
d1929cc
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 5, 2026
6260f42
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 6, 2026
614de4f
Merge branch 'dev' into fix/rfc2119-question-tool
ariane-emory Feb 6, 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
2 changes: 1 addition & 1 deletion packages/opencode/src/tool/question.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use this tool when you need to ask the user questions during execution. This allows you to:
You MUST always use this tool when you need to ask the user questions during execution. This allows you to:
1. Gather user preferences or requirements
2. Clarify ambiguous instructions
3. Get decisions on implementation choices as you work
Expand Down