Changelog
feat(m1): agent workspace lists threads and messages
April 12, 2026Branch feat/m1-agent-threads-list-uiPR #2071 min readAI Generated
feat(m1): agent workspace lists threads and messages
Automated summary for branch feat/m1-agent-threads-list-ui. This post is generated on push; commit it with your changes.
Commits
- b91a961d merge origin/main into feat/m1-agent-threads-list-ui
- b156998b chore(webapp): sync PR blog post (include latest commits)
- e322c35f chore(webapp): sync PR blog post after push
- 170ea0fd chore(webapp): sync PR blog post content
- 01526394 chore(webapp): sync PR blog post for agent threads UI
- c3533b1b feat(m1): agent workspace lists threads and messages
Files changed
CHANGELOG.md | 1 +
.../unreleased/added-m1-agent-workspace-threads.md | 1 +
plans/m1-core-platform.md | 3 +-
.../feat-m1-agent-threads-list-ui/manifest.json | 12 ++
.../feat-m1-agent-threads-list-ui/versions/ai.md | 28 ++++
.../src/app/(authenticated)/account/agent/page.tsx | 182 +++++++++++++++++++--
webapp/src/lib/agent-workspace.ts | 75 +++++++++
webapp/test/agent-workspace.test.ts | 46 ++++++
8 files changed, 337 insertions(+), 11 deletions(-)
How this works
This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.