Open
Conversation
- CI: fix bun.lock cache keys; run unit tests in ci; ci:notest for fast path - API: sequential JSON file writes; extract WS attach + stream helpers - Chat: @shared/api-paths, tsconfig for shared include; split file-explorer - E2E API: fetch instead of axios; drop direct axios dep - Bump version 1.8.7 → 1.8.8
- Added comprehensive tests for orchestrator callbacks and finish-stream - Added edge case tests for github-token-refresh, mcp-config-writer, activity-store, post-init-runner, uploads-handler - Added tests for CLI strategies (claude-code, gemini, opencode, codex) auth/cancel/interrupt flows - Resolved API lint warnings and errors
…es in displayTree
…nd creations visible
…id 'renamed' type assumption
…s v1.8.9 - Redesign Follow Activity toggle into animated pill row with live-dot (aria-pressed button with violet glow when active, muted when idle) - Add Latest Response block in ActivityStoryDetailPanel showing latest reasoning_start details with thinking-segment highlights - Add 3-state brain animation: violet+Sparkles (idle), blue+Loader2 spin (working), emerald+Sparkles (complete 7s) — mirrors AgentThinkingSidebar - Add CountUpNumber stats row: total / done / processing inline - Add brainState state machine in useActivityReviewData: recent entry (<90s) + new poll entries → working growth stops → complete (7s) → idle old entries → idle - Extract liveResponseText from latest reasoning_start.details - Add brainStateRef to avoid functional-updater anti-pattern in effects - Remove spurious key props from CountUpNumber stat spans - Add 10 new unit tests: brainState machine states, liveResponseText extraction edge cases, isFollowing auto-scroll behaviour - Bump version 1.8.8 → 1.8.9
- Follow Activity now works as a true live walkthrough:
- ActivityStoryList auto-scrolls to top (newest item) on each poll
when isFollowing=true via scrollRef + useEffect on stories.length
- ActivityStoryDetailPanel auto-scrolls Latest Response block into
view (liveResponseRef + scrollIntoView) when liveResponseText
changes while following is active
- Follow pill colour redesign:
- Inactive: red tint (bg-red-500/10, border-red-500/30, red dot)
- Active/following: pulsing emerald (animate-ping bg-emerald-400,
bg-emerald-500/15 border, 'Live' label in emerald)
- Pass isFollowing prop to both ActivityStoryList and
ActivityStoryDetailPanel
- Add scrollTo + scrollIntoView jsdom stubs in spec file
…lowercase naming - Replace Phoenix branding with fibe (always lowercase — it's a verb) - SVG wordmark logo with glowing violet pulse orb on the 'i' - Modern violet palette: #7c3aed / #a78bfa accents on clean zinc neutrals - Inter (body) + Instrument Serif (display) typography - CSS variables updated for both light and dark modes - All 797 tests pass BREAKING CHANGE: phoenix-logo.tsx deleted, localStorage keys changed from phoenix-* to fibe-*
…tics - styles.css: refined design tokens, added shadow-elevated/glass, transition timing, tracking vars, modal-enter animation - ui-classes.ts: modal overlay backdrop-blur, frosted modal card, avatar ring separation, softer bubble shadows - chat-settings-modal: fixed readability — frosted glass card, section dividers, scroll safety - chat-header: stronger card bg, softer border, muted session timer - chat-input-area: focus-within glow, rounded send button with scale micro-interaction - message-list: wider message gaps, subtler model metadata - login-page: fewer decorative elements (3 orbs/8 sparkles), elevated card/input/button
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.
chore: perf, CI, and structure — v1.8.8