Plan: Slack live cards for coding-session progress - #8
Open
Yeshwanthyk wants to merge 1 commit into
Open
Conversation
Record how Slack task/plan stream chunks map onto Ziggy's existing placeholder and tool-status stack, after checking Hermes main (native cards still unmerged) and Slack/Linear docs. Co-authored-by: Yesh Yendamuri <Yeshwanthyk@users.noreply.github.com>
Yeshwanthyk
marked this pull request as ready for review
August 13, 2026 03:31
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slack’s “live cards” are Thinking Steps:
task_card/planblocks streamed throughchat.startStream→appendStream→stopStream. Linear Agent is using that surface for coding sessions (title, current action, file edits, link back). There is no separate Live Cards API.What I checked
Hermes Agent
maintoday (8018f9e, 2026-08-13)plugins/platforms/slack/adapter.pyhas zerostartStream/task_updateusage.is reading docs/api.md…). Ziggy already has a simplerUsing <tool>…version of this.Slack docs
chat:writeis enough.recipient_user_id+recipient_team_id.team_idfromauth.testand does not decode it from Socket Mode.Ziggy today
chat.update, and Pi tool progress events.ChatProgressEventkeeps tool names and drops Piargs, so file paths cannot appear on a card yet.Recommended shape
Keep 👀 / status / fallback placeholder. Replace the working-message compositor with one native plan stream:
@slack/web-api).startStreamfails.task_update(in_progress→complete).path/commandfrom known coding tools so titles look like Linear’sEdit LoginView.swift.Do not copy Hermes’ full reasoning/subagent
SlackTaskStream, OpenClaw’s Slack SDK, or Linear’s issue tracker.Full write-up:
docs/research/slack-live-cards-plan.md.This PR is research only. No runtime change until a slice is approved.