Skip to content

Conversation

@shuv1337
Copy link
Collaborator

Summary

Changes

  • Removed ask tool registration and implementation
  • Removed Question namespace schemas
  • Removed DialogQuestion UI components
  • Removed TuiEvent.QuestionRequest/Response event types
  • Updated plan.txt prompt to reference askquestion instead of ask

Closes #197

shuv added 2 commits December 23, 2025 17:29
The ask tool used Bus events that never reached the tool's subscription
due to Instance.state scoping issues. The askquestion tool (upstream PR
sst#5958) uses HTTP endpoints and works correctly.

Removed:
- ask tool registration and implementation
- Question namespace schemas
- DialogQuestion UI components
- TuiEvent.QuestionRequest/Response event types
- ask.test.ts tests

Updated plan.txt to reference askquestion instead of ask.
@shuv1337 shuv1337 merged commit 9e2dbaa into integration Dec 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review and consolidate 'ask' tool implementations - response handler mismatch causes spinner hang

2 participants