Skip to content

Render timeline blocks in widgets#243

Merged
edwin-zvs merged 5 commits into
mainfrom
widget-timeline
May 25, 2026
Merged

Render timeline blocks in widgets#243
edwin-zvs merged 5 commits into
mainfrom
widget-timeline

Conversation

@edwin-zvs

@edwin-zvs edwin-zvs commented May 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a widget Markdown timeline container extension
  • Render top-level bullet/checklist items as a connected vertical list, without a nested timeline border/title
  • Support timeline item states: done, active/current, blocked/warning, todo, and bullet fallback
  • Expose supported widget Markdown extensions through agentd_context so agents can discover the syntax

Syntax

:::timeline
[x] Inspect auth flow
[~] Patch local-only guard
[ ] Run checks
[!] Blocked: missing env
Plain milestone
:::

Also accepted:

:::agentd-timeline
...
:::

Validation

  • cargo check -p agentd-cli
  • cargo test -p agentd-cli ui_panel_replay_tracks_create_patch_delete
  • cargo build -p agentd-cli
  • cargo check -p agentd-cli -p agentd-protocol -p agentd-adapter-zarvis
  • cargo test -p agentd-protocol agent_context
  • cargo build -p agentd-cli -p agentd-adapter-zarvis
  • git diff --check

@edwin-zvs
edwin-zvs merged commit b694c75 into main May 25, 2026
1 check 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