Skip to content

Comments

fix: tinyclaw cli send message#129

Open
jlia0 wants to merge 2 commits intomainfrom
claude/fix-tinyclaw-queue-RVcmW
Open

fix: tinyclaw cli send message#129
jlia0 wants to merge 2 commits intomainfrom
claude/fix-tinyclaw-queue-RVcmW

Conversation

@jlia0
Copy link
Collaborator

@jlia0 jlia0 commented Feb 20, 2026

Summary

Changes

Type of Change

  • Bug fix
  • New feature
  • Enhancement to existing feature
  • Breaking change
  • Documentation update
  • Refactor / code cleanup

Testing

Checklist

  • I have tested these changes locally
  • My changes don't introduce new warnings or errors
  • I have updated documentation if needed

…ude directly

The send_message function was bypassing the queue system by invoking
claude directly. Now it writes a JSON message to queue/incoming/ with
channel "cli", so the queue processor handles it like any other channel.

https://claude.ai/code/session_01Jj8Xb7AWd5Vv68vYzAPYVB
After writing to the incoming queue, the send command now polls
queue/outgoing/ for the matching response file and prints it,
giving the CLI user the same experience as before. Times out
after 5 minutes with a helpful message.

https://claude.ai/code/session_01Jj8Xb7AWd5Vv68vYzAPYVB
@jlia0
Copy link
Collaborator Author

jlia0 commented Feb 20, 2026

fixes #114

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.

2 participants