Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asksyllable/syllable-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: asksyllable/syllable-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spec-sync-sessions-timeline
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 25, 2026

  1. chore: update embedded OpenAPI spec (sessions timeline)

    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    yorkable and claude committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    ca765bc View commit details
    Browse the repository at this point in the history
  2. feat: add 'sessions timeline' command

    Adds GET /api/v1/sessions/timeline/{session_id} as 'syllable sessions
    timeline <id>' — a consolidated, time-ordered stream of transcript turns,
    tool calls, and latency events. Read-only, mirrors the transcript command.
    Includes a live integration test (skips when the org has no sessions).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    yorkable and claude committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    007834a View commit details
    Browse the repository at this point in the history
  3. docs: document 'sessions timeline' subcommand

    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    yorkable and claude committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    c089252 View commit details
    Browse the repository at this point in the history
Loading