aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: remove bugs from claude.mdclaude-flow-v1bndw2026-03-051-55/+0
* feat: Remove auto-send block from handleConfirmNewSession in App.tsxbndw2026-03-043-33/+36
* feat: Sync sessions array after phase advance in handleSubmit (+1 more)bndw2026-03-042-0/+79
* feat: Thread optional `phase` param into `db/sessions.ts::cre… (+7 more)bndw2026-03-0410-35/+421
* feat: replace header dropdowns with collapsible sidebar treebndw2026-03-046-292/+884
* feat: Create utils directory structure (+4 more)bndw2026-03-012-1/+63
* feat(mcp): add tool discovery and per-tool permissionsClawd2026-03-016-49/+459
* fix(mcp): bypass permissions in research phase when MCPs configuredClawd2026-03-011-14/+4
* fix: correct canUseTool callback signatureClawd2026-03-011-5/+6
* fix(mcp): use canUseTool callback for MCP permissionClawd2026-03-011-2/+12
* fix(mcp): auto-allow MCP tools in research phaseClawd2026-03-011-0/+4
* feat(settings): add MCP server configurationClawd2026-03-014-1/+730
* feat(settings): add configurable model selectionClawd2026-03-016-3/+162
* feat: Add `activityStatus` state and `handleCancel` to App.ts… (+4 more)bndw2026-03-013-33/+123
* feat: **`globals.css`** — Edit `.chat-pane`: remove `width: 3… (+7 more)bndw2026-02-283-30/+169
* feat: **1 — `git.ts`:** Add exported `getCurrentBranch` helpe… (+8 more)bndw2026-02-288-11/+276
* feat: **1. `src/main/db/schema.ts`** — add `settings` table … (+10 more)bndw2026-02-2811-3/+511
* feat: Complete 9 tasksbndw2026-02-286-49/+128
* feat: Complete 7 tasksbndw2026-02-283-0/+71
* feat: git branchesbndw2026-02-288-4/+267
* feat: auto session namingbndw2026-02-286-22/+169
* fix: scope artifacts to sessionsbndw2026-02-287-2158/+116
* Remove accidentally created .claude-flow/ directoryClawd2026-02-282-1304/+0
* Move artifacts to ~/.claude-flow/ (outside repo)Clawd2026-02-289-145/+1376
* Remove git integration from READMEClawd2026-02-281-11/+7
* Remove git worktree/branch managementClawd2026-02-283-237/+5
* Remove CLAUDE.md explanation from README (industry standard)Clawd2026-02-281-4/+0
* Simplify README: focus on workflow, git integration, session structureClawd2026-02-281-73/+24
* Update prompts with explicit file paths and git worktree contextClawd2026-02-281-14/+29
* Add session-specific artifacts, CLAUDE.md, and git worktree supportClawd2026-02-286-52/+434
* Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict filesClawd2026-02-28129-2277/+3
* Clear artifacts when creating new sessionClawd2026-02-28129-0/+2279
* Ignore .claude-flow/ working directoryClawd2026-02-283-1305/+1
* Restyle UI with light/dark theme supportClawd2026-02-287-84/+1523
* Fix CodeMirror line wrapping and container overflowClawd2026-02-282-1/+11
* Add CodeMirror 6 for markdown editingClawd2026-02-284-6/+720
* Replace custom markdown renderer with react-markdownClawd2026-02-284-147/+1549
* Add markdown table rendering supportClawd2026-02-282-1/+85
* Add delete functionality for projects and sessionsClawd2026-02-283-0/+82
* Add onboarding screen for first-time usersClawd2026-02-283-0/+94
* Add Boris Tane's blog post to ReferencesClawd2026-02-281-1/+1
* Mark all TODO phases complete in plan.md, add References section to READMEClawd2026-02-282-25/+29
* Fix: system prompt passing and strengthen phase enforcementClawd2026-02-282-48/+105
* Phase 5: Integration & polishClawd2026-02-283-95/+171
* Phase 4: React UIClawd2026-02-288-3/+1041
* Phase 3: IPC layerClawd2026-02-283-47/+275
* Phase 2: Claude integration layerClawd2026-02-288-2/+821
* Fix dev script: initial tsc compile before watch modeClawd2026-02-271-2/+2
* Remove duplicate PLAN.md, keep plan.md as canonicalClawd2026-02-272-260/+2
* Rewrite plan with document-centric UX: Review/Submit workflowClawd2026-02-271-770/+896