Skip to content

feat(inbox): surface task source metadata + v0.1.32#195

Merged
LIU9293 merged 1 commit intomainfrom
feat/task-source-metadata-305419
Apr 20, 2026
Merged

feat(inbox): surface task source metadata + v0.1.32#195
LIU9293 merged 1 commit intomainfrom
feat/task-source-metadata-305419

Conversation

@LIU9293
Copy link
Copy Markdown
Contributor

@LIU9293 LIU9293 commented Apr 20, 2026

Summary

  • Track taskId/taskTitle on message_thread so inbox can label threads that originated from one-time tasks
  • Add idempotent sqlite migration for the new columns, plus test coverage in packages/config/local/inbox.test.ts
  • Task scheduler now forwards task metadata through ensureMessageThread
  • Web UI inbox list + thread detail render One-time Task: <title> badges
  • Tasks page: create/edit form is collapsible (collapsed by default, auto-expands when editing or clicking New) and gains an explainer copy block
  • Bump version to 0.1.32

Test plan

  • bun test packages/config/local/inbox.test.ts

- Track taskId/taskTitle at the message_thread level so inbox can
  label threads that originated from one-time tasks
- Add sqlite migration for the new columns, plus test coverage
- Scheduler now passes task metadata through ensureMessageThread
- Web UI inbox + task threads render 'One-time Task' badges
- Tasks page form is collapsible (collapsed by default, auto-opens on edit)
- Bump version to 0.1.32
@LIU9293 LIU9293 merged commit 2d8b3a9 into main Apr 20, 2026
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.

1 participant