AIFlare
VisionDocs
Sign inStart free
Getting Started
  • Introduction
  • Quickstart
Features
  • Project Dashboard
  • Project Settings
  • Timeline
  • Team Collaboration
Skills
  • Skills Overview
  • Context Capture
  • Code Intent Lookup
  • Context Inject
  • Daily Digest
  • Weekly Digest
  • Session Compare
  • Session Summary
  • Prompt Evaluation
Administration
  • Members & Invitations
  • Account Settings
Features

Timeline

A development context feed that builds automatically every time an AI agent commits. See intent, conversation, and change history at a glance — more readable than a commit log.

Overview

The timeline is a feed of Timeline Entries scoped to a project. Each entry corresponds to one commit and automatically captures the conversation, intent, and change summary from the AI at the time of the commit.

Timeline List

Your timeline (`/console/[projectId]/me`) shows all entries in the project in reverse chronological order. Cursor-based pagination ensures fast scrolling even with large histories.

FieldDescription
TitleOne-line summary extracted by the Skill from the AI immediately after the commit
TagOne of: FEATURE / FIX / REFACTOR / DOCS / CHORE
Commit hashGit commit SHA (7-character short form)
BranchGit branch where the commit was created
Created atUTC timestamp when the capture was recorded

Filters & Search

Combine filter conditions in the filter bar to quickly find the entries you need.

1Tag — select multiple from FEATURE, FIX, REFACTOR, DOCS, CHORE
2Date range — specify start and end dates
3Work Session — show only entries belonging to a specific session
4Keyword search — full-text search on title and intent (supports date range)

View Modes & Sidebar Navigation

The timeline page (/me) changes its right-side view based on what you select in the left sidebar. The "All" item at the top shows every entry in the project grouped by date, while clicking a specific session in the session list below switches to a session-only view that lists just the entries belonging to that Work Session.

/me — Sidebar navigation
Menu
📋All
⭐Favorites
🔍Search
Sessions
Auth system implementation
Dark mode rollout
Timeline — All selected
📅 Today3
e395786 · Add JWT token issuance logic
782facb · Refresh token endpoint
📅 Yesterday2
All menu
"All" selected — Date-grouped view

Selecting "All" at the top of the sidebar lists every entry in the project, grouped by creation date in reverse chronological order. Each date header shows a calendar icon and "Today / Yesterday / date" (localized), along with a badge counting entries for that day.

  • Click a date header to collapse or expand that day's section.
  • Use "Expand All / Collapse All" at the top to control every date section at once.
  • Within a date block, entries are sorted again in reverse chronological order.
Session selected
Session clicked — Session-only timeline view

Clicking a session from the session list at the bottom of the sidebar switches the right side to a session-only view. Date grouping no longer applies; instead, a session header, a session summary report card, and the commit list owned by that session are laid out one after another in chronological order.

  • The session header — containing the session name and an edit button — stays pinned to the top.
  • The session summary report card is shown directly beneath the header.
  • The "View Prompt" button on the right of the session header opens the full session prompt modal.
Right-side view after clicking a session
Authentication system implementation3 commits💬 View Prompt
Session summary
A session of three commits covering the entire authentication flow.
e395786Add JWT token issuance logicFEATURE
782facbImplement refresh token endpointFEATURE
3a1d09cHandle token expiration exceptionFIX

Selecting "All" navigates via a URL path change, while selecting a session is tracked via sidebar state only — the URL stays the same.

💬

View the Full Session Prompt

Clicking "View Prompt" in the session header opens a modal containing the full prompt history exchanged between the user and the Claude Code agent during that Work Session. Messages are rendered in chronological order with user and agent avatars, so you can review the entire conversation — spanning multiple commits — on a single screen.

  • Conversations from every commit in the session are merged into one continuous scrollable view.
  • While the entry detail modal focuses on "the conversation scoped to this commit," the session prompt modal shows the full arc toward the goal.
  • Dismiss the modal with ESC or by clicking outside it.

Entry Detail

Clicking an entry opens a two-column detail modal. The left side shows commit context (metadata · Intent · Alternatives · Diff · Comments); the right side shows a fixed Prompts panel. This lets you compare "the AI's summary" with "the actual conversation" side by side.

Entry detail modal
Commit context
Intent
Alternatives
Diff
Comments
Prompts
👤 user
🤖 agent
👤 user
Left — Commit Context

Alongside the commit hash, tag, and timestamp, scroll through the following sections.

01
Intent

Why this commit was made — a short paragraph written by the AI immediately after the task

02
Alternatives

Other approaches considered before choosing this implementation

03
Diff Summary

List of changed files and a natural-language summary of what changed in each

04
Comments

Thread of reviews and remarks left on this entry by teammates

💬

Right — Prompts Panel

A fixed side panel that shows the actual conversation between the user and the agent around the time of the commit, in chronological order. The panel stays in place even as you scroll the left content, so you can directly compare the AI's intent summary with the real prompts.

  • Each message shows a timestamp and a user / agent avatar for clear attribution.
  • Every Conversation linked to this entry is displayed continuously in the same panel.
  • Unlike the full session prompt modal, this panel only surfaces the conversation scoped to this commit.

On this page

AIFlare
Made with ♥ in Seoul
© 2026 AIFlare. All rights reserved.
Product
SkillDocs
Company
Vision
Resources
PrivacyTerms
Connect
GitHub