Skip to content

feat(statusline): expose conversation_name in statusLine context and update example - #908

Open
AbhiPra24 wants to merge 1 commit into
google-antigravity:mainfrom
AbhiPra24:feat/statusline-conversation-context
Open

feat(statusline): expose conversation_name in statusLine context and update example#908
AbhiPra24 wants to merge 1 commit into
google-antigravity:mainfrom
AbhiPra24:feat/statusline-conversation-context

Conversation

@AbhiPra24

Copy link
Copy Markdown

Summary

  • Exposes and parses conversation_name in the statusline command evaluator context, matching the active title/conversation name set manually via /rename or auto-generated.
  • Updates examples/statusline/statusline.sh and examples/statusline/README.md to extract conversation_name via jq and display it cleanly alongside model, VCS branch, and agent status.

Fixes #905

Test Plan

  • Ran syntax validation with bash -n examples/statusline/statusline.sh
  • Verified wide layout with conversation_name provided:
    echo '{"agent_state":"idle","conversation_name":"Fix auth issue",...}' | bash examples/statusline/statusline.sh
  • Verified medium and narrow layouts with conversation_name
  • Verified graceful fallback when conversation_name is omitted, empty, or on malformed JSON payload

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.

[Feature Request]: Expose coversation name in statusLine command context

1 participant