-
dbe66a0568
feat: bold dashboard redesign with inline stats, section labels, and chip icons
chihlasm
2026-03-27 05:04:20 +00:00
-
-
3c0a29115c
feat: AI marker system prompt fixes, TaskLane activation, and FlowPilot updates
chihlasm
2026-03-26 19:57:39 +00:00
-
37d217b12a
docs: TaskLane improvements design spec and implementation plan
chihlasm
2026-03-26 19:53:23 +00:00
-
ca60b77d9a
feat: collapsible chat sidebar with top bar mode
chihlasm
2026-03-26 19:53:18 +00:00
-
56aaa276ee
fix: remove unused imports for clean production build
chihlasm
2026-03-26 17:09:14 +00:00
-
0983c1ac9e
feat: TaskLane partial submit, edit done cards, preview, and resize
chihlasm
2026-03-26 17:05:36 +00:00
-
d8e62a7108
fix: clear TaskLane on chat switch and remove double border
chihlasm
2026-03-26 17:02:26 +00:00
-
db43dfa08e
fix: make branch hover scrim non-interactive so cards remain clickable
chihlasm
2026-03-24 23:35:02 +00:00
-
b96f4a42bb
fix: dismiss branch hover card when mouse leaves to scrim
chihlasm
2026-03-24 23:30:32 +00:00
-
5eb99e35c1
feat: branch hover card pops out in front with backdrop dim
chihlasm
2026-03-24 23:26:20 +00:00
-
8180aa69b0
feat: branch hover detail as floating popover instead of inline expand
chihlasm
2026-03-24 23:20:38 +00:00
-
0f70cca905
feat: restyle branch sidebar — real cards, scale animation, visible labels
chihlasm
2026-03-24 23:09:59 +00:00
-
55d24118e0
feat: resizable sidebar, branch hover preview, Fork Point label fix
chihlasm
2026-03-24 22:55:11 +00:00
-
01836d6a2d
fix: replace text-secondary with text-muted-foreground in branching components
chihlasm
2026-03-24 22:36:01 +00:00
-
4c42522925
fix: bump text-secondary from #848b9b to #a0a7b8 for better contrast
chihlasm
2026-03-24 22:29:13 +00:00
-
20302900b8
fix: improve text contrast on DevBranchingPage
chihlasm
2026-03-24 21:51:24 +00:00
-
0bd1090a5b
fix: improve text contrast in ForkCard and BranchRevivalCard
chihlasm
2026-03-24 21:21:13 +00:00
-
029d31ba0b
fix: replace hardcoded colors with CSS variables in branching components
chihlasm
2026-03-24 21:05:02 +00:00
-
bdbc2d9bf5
fix: add font-heading to branching component headings
chihlasm
2026-03-24 21:00:38 +00:00
-
f564832cc4
feat: add /dev/branching test page for branching components
chihlasm
2026-03-24 20:22:11 +00:00
-
cb758ad4fd
fix: add explicit foreign_keys to all branching model relationships
chihlasm
2026-03-24 15:20:46 +00:00
-
9813c96ca2
fix: rename branching migration to 067 to avoid duplicate revision ID
chihlasm
2026-03-24 14:45:54 +00:00
-
19283fdeb6
fix: add missing branching files and TypeScript fix
chihlasm
2026-03-24 13:40:13 +00:00
-
c8778bb4e7
fix: align frontend API paths with backend endpoints
chihlasm
2026-03-24 13:36:05 +00:00
-
e0d4148702
feat: generate resolution outputs on session resolve
chihlasm
2026-03-24 11:04:38 +00:00
-
dfe19f88e3
feat: add ResolutionOutputPanel with three-tab view, edit, and push
chihlasm
2026-03-24 10:22:53 +00:00
-
1707f8f3d4
feat: add HandoffModal for unified park/escalate
chihlasm
2026-03-24 10:12:13 +00:00
-
b08e28030b
feat: add ForkCard component for in-chat fork decision points
chihlasm
2026-03-24 10:01:45 +00:00
-
c0dfa7c230
feat: add BranchMap sidebar with BranchNode tree visualization
chihlasm
2026-03-24 09:51:30 +00:00
-
f5056d2e84
feat: add useBranching hook for branch state management
chihlasm
2026-03-24 09:30:58 +00:00
-
30d7d6e5a3
feat: add frontend API clients for branches, handoffs, and resolutions
chihlasm
2026-03-24 09:20:36 +00:00
-
fc8b73f765
feat: add TypeScript types for branching, handoffs, and resolution outputs
chihlasm
2026-03-24 08:50:02 +00:00
-
5481815173
feat: add async AI description generation on file upload
chihlasm
2026-03-24 08:47:48 +00:00
-
a928901a2f
feat: add resolution output API endpoints
chihlasm
2026-03-24 08:47:09 +00:00
-
5f3169bad4
feat: add ResolutionOutputGenerator with three-output generation
chihlasm
2026-03-24 08:46:29 +00:00
-
9d2a8332aa
feat: add handoff API endpoints with queue and integration tests
chihlasm
2026-03-24 08:43:32 +00:00
-
f84b868d13
feat: add HandoffManager service with dual-write and integration tests
chihlasm
2026-03-24 08:42:21 +00:00
-
7b4060a4d1
feat: integrate branching into chat service and step creation
chihlasm
2026-03-24 08:41:22 +00:00
-
395f157578
feat: add branch API endpoints with integration tests
chihlasm
2026-03-24 08:41:17 +00:00
-
d8312c24a5
feat: add BranchAwarePromptBuilder with unit tests
chihlasm
2026-03-24 08:36:13 +00:00
-
cc77f2858d
feat: add BranchManager service with integration tests
chihlasm
2026-03-24 08:34:49 +00:00
-
52fa1153c4
feat: add Pydantic schemas for branching, handoffs, and resolution outputs
chihlasm
2026-03-24 08:30:18 +00:00
-
f884f6af92
feat: add conversational branching migration — 4 tables, 13 columns
chihlasm
2026-03-24 08:29:32 +00:00
-
6f56a639ee
feat: register branching models in alembic env
chihlasm
2026-03-24 08:27:27 +00:00
-
e96c94efbd
feat: add branching columns to ai_sessions, ai_session_steps, file_uploads
chihlasm
2026-03-24 08:27:17 +00:00
-
c9798514a9
feat: add SessionResolutionOutput model and register all 4 branching models
chihlasm
2026-03-24 08:23:48 +00:00
-
c72bf99dbd
feat: add SessionHandoff model for conversational branching
chihlasm
2026-03-24 08:23:42 +00:00
-
df8e589992
feat: add ForkPoint model for conversational branching
chihlasm
2026-03-24 08:23:38 +00:00
-
9d037dc2c2
feat: add SessionBranch model for conversational branching
chihlasm
2026-03-24 08:23:34 +00:00
-
58c2a80d8a
docs: add Conversational Branching implementation plan
chihlasm
2026-03-24 08:15:19 +00:00
-
-
3309b6d1ce
docs: fix 12 review issues in branching design spec
chihlasm
2026-03-24 07:46:39 +00:00
-
a9b2aadb9e
docs: add Conversational Branching design spec
chihlasm
2026-03-24 07:41:25 +00:00
-
ff985fb755
refactor: replace cyan accent with ember orange across entire frontend
chihlasm
2026-03-24 07:37:44 +00:00
-
13860ced33
docs: add lessons 94-98 to CLAUDE.md from image upload session
chihlasm
2026-03-24 06:03:03 +00:00
-
ba8dbefcd2
fix: improve inline code contrast in AI chat responses
chihlasm
2026-03-24 05:50:33 +00:00
-
c5bf0ad00e
fix: replace bg-accent with neutral backgrounds on code/kbd elements
chihlasm
2026-03-24 05:45:58 +00:00
-
8e7f13d2f8
refactor: remove dead assistant_chat system, consolidate image helpers
chihlasm
2026-03-24 05:28:06 +00:00
-
36ca830481
fix: wire image uploads into correct chat endpoint (unified_chat_service)
chihlasm
2026-03-24 05:02:34 +00:00
-
1c0f912cf6
perf: resize images server-side before sending to Claude vision
chihlasm
2026-03-24 04:46:02 +00:00
-
3b682069d3
feat: wire image uploads into AI assistant chat (vision support)
chihlasm
2026-03-24 04:39:54 +00:00
-
48f2b3faaf
fix: stale chunk auto-reload + image paste upload UX
chihlasm
2026-03-24 04:21:41 +00:00
-
65eb630254
chore: migrate dev env to Traefik reverse proxy with HTTPS
chihlasm
2026-03-24 02:13:47 +00:00
-
f397f5b002
Revert "fix(qa): ISSUE-001 — feedback panel bleeds on mobile due to Tailwind v4 translate"
chihlasm
2026-03-23 21:28:04 +00:00
-
fbf30f9c73
fix(qa): ISSUE-001 — feedback panel bleeds on mobile due to Tailwind v4 translate
chihlasm
2026-03-23 21:25:01 +00:00
-
96418c1c03
chore: add .gstack to gitignore, update dev env IP in docs
chihlasm
2026-03-23 21:12:01 +00:00
-
5c78a4051a
docs: update dev environment config and documentation
chihlasm
2026-03-23 20:51:39 +00:00
-
b414502062
feat: unified sessions — merge assistant chat into ai_sessions table
chihlasm
2026-03-23 17:29:25 +00:00
-
72678e7f26
feat: rich input for assistant chat — paste, drag-drop, attach, logs
chihlasm
2026-03-23 13:28:19 +00:00
-
73c529d6f3
feat: beta feedback widget — frictionless in-session feedback
chihlasm
2026-03-23 13:12:06 +00:00
-
03a1f104d2
docs: add lessons 92-93 — tsc -b strictness, header action bar pattern
chihlasm
2026-03-23 12:55:31 +00:00
-
483653f5fc
fix: remove unused props from FlowPilotSession after action bar removal
chihlasm
2026-03-23 12:45:20 +00:00
-
0ec59276c7
refactor: move FlowPilot actions to header bar, fix dividers
chihlasm
2026-03-23 12:41:28 +00:00
-
b118e158d4
feat: rich message bar in FlowPilot — paste, drag-drop, attach, logs
chihlasm
2026-03-23 12:25:37 +00:00
-
e205c44448
fix: FlowPilot action bar single-row layout on mobile
chihlasm
2026-03-23 12:09:05 +00:00
-
701ae7c7e7
fix: assistant chat mobile layout — sidebar hidden, slide-out toggle
chihlasm
2026-03-23 09:34:45 +00:00
-
778a172f4e
fix: resolve TypeScript build errors in StatusUpdateModal and FlowPilotSessionPage
chihlasm
2026-03-23 06:43:54 +00:00
-
7eaeb660dd
fix: dashboard and omnibar route to /assistant chat, not /pilot guided flow
chihlasm
2026-03-23 06:36:51 +00:00
-
fab25456a5
feat: mid-session status updates — ticket notes, client updates, email drafts
chihlasm
2026-03-23 06:26:32 +00:00
-
0d78410dea
fix: mobile landing page text overflow clipping
chihlasm
2026-03-23 06:08:35 +00:00
-
a40c9b561e
docs: update CLAUDE.md and CURRENT-STATE.md for copilot-first redesign
chihlasm
2026-03-23 05:21:41 +00:00
-
8ca36316c4
refactor: merge QuickLaunch into CommandPalette, amber New Session button
chihlasm
2026-03-23 05:06:44 +00:00
-
961a95c20f
fix: fully remove maintenance flow references from TreeLibraryPage
chihlasm
2026-03-23 04:48:23 +00:00
-
6b449c4f69
fix: remove unused imports breaking Railway build
chihlasm
2026-03-23 04:41:44 +00:00
-
4b0097a9e2
fix: hero copy "Fix tickets" → "Resolve tickets"
chihlasm
2026-03-23 04:37:32 +00:00
-
20d60bf83d
refactor: landing page copy — copilot-first messaging
chihlasm
2026-03-23 04:32:01 +00:00
-
ceb1423b6a
fix: command palette section labels amber + item hover borders
chihlasm
2026-03-23 04:22:55 +00:00
-
0a4185a00d
fix: command palette hover contrast + FlowPilot routing
chihlasm
2026-03-23 04:20:23 +00:00
-
99e53f5d70
refactor: rename Step Library → Solutions Library site-wide
chihlasm
2026-03-23 04:09:19 +00:00
-
590d1ad1cb
refactor: onboarding, mobile nav, remove maintenance flows
chihlasm
2026-03-23 04:00:52 +00:00
-
ee606643d5
refactor: simplify sidebar for copilot-first navigation
chihlasm
2026-03-23 03:58:14 +00:00
-
36be22e407
feat: copilot-first dashboard — chat-style input with file support
chihlasm
2026-03-23 03:56:37 +00:00
-
6e01a4d04b
fix: fade-in animation no longer blocks hover transforms
chihlasm
2026-03-22 23:11:17 +00:00
-
40044a6a9c
fix: add cursor pointer to all buttons and interactive cards
chihlasm
2026-03-22 23:07:07 +00:00
-
25241e5351
feat: spring bounce hover animation on dashboard cards
chihlasm
2026-03-22 23:03:12 +00:00
-
e41810ee01
fix: category badges use subtle cyan pill instead of solid bg-accent
chihlasm
2026-03-22 22:26:37 +00:00
-
ae25c564b6
fix: card-level buttons use ghost/outline instead of solid primary
chihlasm
2026-03-22 22:22:52 +00:00
-
8fd4207ee6
refactor: charcoal palette + sidebar drawer fixes
chihlasm
2026-03-22 21:39:05 +00:00
-
dfbb51b582
fix: Home icon active state — exact match "/" instead of startsWith
chihlasm
2026-03-22 19:32:55 +00:00
-
2bcd3e2f3c
fix: design system v4 polish — home icon, mobile hamburger, contrast, font-label cleanup
chihlasm
2026-03-22 19:19:44 +00:00
-
83a27b4d9a
chore: add temporary session handoff context file
Michael Chihlas
2026-03-22 13:14:04 -04:00