Skip to content

Dev Main Sync#7

Open
vyakymenko wants to merge 34 commits intomainfrom
dev
Open

Dev Main Sync#7
vyakymenko wants to merge 34 commits intomainfrom
dev

Conversation

@vyakymenko
Copy link
Collaborator

chore: perf, CI, and structure — v1.8.8

  • 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

vyakymenko and others added 30 commits March 19, 2026 18:29
- 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
…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
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.

2 participants