Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
170 commits
Select commit Hold shift + click to select a range
f3a933c
chore: bump version to 0.0.144 [skip ci]
github-actions[bot] Feb 11, 2026
bbd0e94
chore: complete v1.0 milestone - Flutter MVP foundation
ashllll Mar 1, 2026
628455b
chore: bump version to 1.0.1 [skip ci]
github-actions[bot] Mar 1, 2026
db6fca7
feat: complete v1.0 MVP - Flutter log analyzer desktop app
ashllll Mar 4, 2026
e17e7ac
fix: resolve merge conflicts in planning files
ashllll Mar 4, 2026
279301a
docs: start milestone v1.1 高级搜索与虚拟文件系统
ashllll Mar 4, 2026
2029cb0
docs: complete v1.1 research synthesis - advanced search & VFS
ashllll Mar 4, 2026
4686de7
docs: define milestone v1.1 requirements (15 requirements)
ashllll Mar 4, 2026
40b03d4
docs: create milestone v1.1 roadmap (5 phases)
ashllll Mar 4, 2026
4f3b95e
docs(07): capture phase context
ashllll Mar 4, 2026
f7ac00e
docs(state): record phase 07 context session
ashllll Mar 4, 2026
e7206f0
fix(07-api): add batch delete support for search history
ashllll Mar 4, 2026
c2a8119
feat(07-01): add SearchHistoryData FFI type definition
ashllll Mar 4, 2026
098c674
feat(07-02): add virtual file tree FFI types
ashllll Mar 4, 2026
399b64b
feat(07-01): implement search history FFI adapter layer
ashllll Mar 4, 2026
68ad0b8
feat(07-01): add search history FFI export functions
ashllll Mar 4, 2026
5cb04fc
feat(07-02): add virtual file tree FFI adapter functions
ashllll Mar 4, 2026
091d4d0
feat(07-01): add Flutter bridge service methods for search history
ashllll Mar 4, 2026
d1f8bf6
feat(07-02): add virtual file tree FFI export functions
ashllll Mar 4, 2026
124640f
feat(07-02): add virtual file tree Flutter bridge methods
ashllll Mar 4, 2026
126b18e
docs(07-01): complete search history FFI bridge plan
ashllll Mar 4, 2026
cb55179
docs(07-02): complete virtual file tree FFI bridge plan
ashllll Mar 4, 2026
9ff0c5e
feat(07-04): add FFI types for multi-keyword structured search
ashllll Mar 4, 2026
3c8c463
feat(07-03): add RegexValidationResult FFI type definition
ashllll Mar 4, 2026
725a8bb
feat(07-04): add FFI adapter for multi-keyword structured search
ashllll Mar 4, 2026
bead883
feat(07-04): add FFI export functions for multi-keyword search
ashllll Mar 4, 2026
65b68d6
feat(07-03): implement regex search FFI adapter functions
ashllll Mar 4, 2026
2aa9fff
feat(07-04): add Flutter bridge methods for multi-keyword search
ashllll Mar 4, 2026
91910c2
feat(07-03): add regex search FFI export functions
ashllll Mar 4, 2026
a9824c1
feat(07-03): add Flutter regex search bridge service methods
ashllll Mar 4, 2026
9fd414b
docs(07-04): complete multi-keyword search FFI plan
ashllll Mar 4, 2026
dd62eba
docs(07-03): complete regex search FFI bridge plan
ashllll Mar 4, 2026
927e80d
docs(phase-07): complete phase execution with verification
ashllll Mar 4, 2026
06e9bdc
docs: archive v1.1 milestone with known gaps
ashllll Mar 4, 2026
3b2885b
feat: v1.1 milestone - FFI bridges for advanced search features
ashllll Mar 4, 2026
168231b
merge: resolve conflict - keep log-analyzer/package.json deleted
ashllll Mar 4, 2026
8a28913
docs(08): capture phase context
ashllll Mar 4, 2026
a13ce4c
docs(08): research phase domain - Riverpod state management
ashllll Mar 4, 2026
60a6707
feat(08-01): implement SearchHistoryProvider with Riverpod 3.0 AsyncN…
ashllll Mar 5, 2026
775922b
docs(08-01): complete SearchHistoryProvider plan
ashllll Mar 5, 2026
1beb07d
feat(08-02): implement VirtualFileTreeProvider with Riverpod 3.0
ashllll Mar 5, 2026
1a8dee6
docs(08-02): complete VirtualFileTreeProvider plan summary
ashllll Mar 5, 2026
1961548
fix(ffi): convert unit structs to empty structs for FRB compatibility
ashllll Mar 5, 2026
bfe4291
chore(ffi): regenerate FFI bindings with ffi feature enabled
ashllll Mar 5, 2026
20784c0
feat(08-01): add SearchHistoryProvider with Riverpod 3.0
ashllll Mar 5, 2026
a7106e9
docs(08-02): complete VirtualFileTreeProvider plan
ashllll Mar 5, 2026
834a092
docs(08-01): complete SearchHistoryProvider plan summary
ashllll Mar 5, 2026
e932de3
feat(08-02.1): connect VirtualFileTreeProvider to actual FFI calls
ashllll Mar 5, 2026
8fe8867
docs(08-02.1): complete VirtualFileTreeProvider FFI integration plan …
ashllll Mar 5, 2026
1f71671
docs(phase-08): complete phase with gap closure verification
ashllll Mar 5, 2026
712a242
docs(v1.1): complete milestone archival
ashllll Mar 5, 2026
0ccbb18
Merge branch 'gsd/phase-07-api' - Backend API Integration for v1.1
ashllll Mar 5, 2026
900f8a8
Merge branch 'gsd/phase-08-state-management' - State Management for v1.1
ashllll Mar 5, 2026
9abb836
docs: start milestone v1.2 UI
ashllll Mar 5, 2026
041314f
docs: add Phase 11 requirements for v1.2
ashllll Mar 5, 2026
d934954
docs: create milestone v1.2 roadmap (3 phases)
ashllll Mar 5, 2026
ecde4a2
docs(09): research phase 9 advanced search UI domain
ashllll Mar 5, 2026
017770f
docs(09): create phase 9 plans for advanced search UI
ashllll Mar 5, 2026
3485cc8
docs(09): add Phase 9 plans (4 plans, 2 waves)
ashllll Mar 5, 2026
e39f098
feat(09-03): create SearchHistoryDropdown component
ashllll Mar 5, 2026
025fcf7
feat(09-01): add SearchMode enum and SearchModeSelector component
ashllll Mar 5, 2026
672eb67
feat(09-01): add RegexInputField component with real-time validation
ashllll Mar 5, 2026
60094bc
feat(09-03): integrate SearchHistoryDropdown into SearchPage
ashllll Mar 5, 2026
c6455dd
docs(09-03): complete search history dropdown plan
ashllll Mar 5, 2026
e96037b
feat(09-01): integrate SearchMode and RegexInputField into SearchPage
ashllll Mar 5, 2026
9e4f10b
docs(09-01): complete SearchInputBar Enhancement plan summary
ashllll Mar 5, 2026
6ecb1a5
feat(09-02): add SearchQueryProvider for multi-keyword search state
ashllll Mar 5, 2026
f4dd6fc
feat(09-04): add search history management with delete and clear
ashllll Mar 5, 2026
47fc16a
docs(09-04): complete search history management plan
ashllll Mar 5, 2026
d51585c
feat(09-02): add MultiKeywordInput widget for combined search
ashllll Mar 5, 2026
79a515d
feat(09-02): add SearchConditionPreview widget
ashllll Mar 5, 2026
ea0d5cc
docs(09-02): complete 09-02 plan summary
ashllll Mar 5, 2026
ed30d5d
docs(09-02): complete 09-02 plan execution
ashllll Mar 5, 2026
b64cb92
docs(09): add verification report and gap closure plan
ashllll Mar 5, 2026
861369d
fix(09): integrate combined search components into SearchPage
ashllll Mar 5, 2026
04b79d5
docs(09): mark Phase 9 verification as PASSED
ashllll Mar 5, 2026
21448b7
docs: mark Phase 9 requirements as complete
ashllll Mar 5, 2026
4054f76
docs(09-05): add gap closure summary
ashllll Mar 6, 2026
83ac53a
docs: update ROADMAP for Phase 9 completion
ashllll Mar 6, 2026
51cb8c8
docs(10): capture phase context
ashllll Mar 6, 2026
4d3cd62
feat(10-01): 实现虚拟文件树 UI 核心组件
ashllll Mar 6, 2026
969a8bc
docs(10-01): complete virtual file tree UI plan
ashllll Mar 6, 2026
5e309f9
feat(10-02): implement expand/collapse and multi-selection for file tree
ashllll Mar 6, 2026
564421f
docs(10-02): complete file tree expand/collapse plan summary
ashllll Mar 6, 2026
f8f473b
feat(10-03): add loading skeleton components with shimmer animation
ashllll Mar 6, 2026
3003831
feat(10-03): add empty state components for virtual file tree
ashllll Mar 6, 2026
84e33ab
feat(10-03): add file preview panel component
ashllll Mar 6, 2026
c76b4fc
docs(10-03): complete file preview panel plan summary
ashllll Mar 6, 2026
1d24afa
docs(phase-10): complete virtual file tree UI
ashllll Mar 6, 2026
76552a6
docs(11): capture phase context for integration & optimization
ashllll Mar 7, 2026
ac09781
test(11-01): 添加端到端测试覆盖
ashllll Mar 7, 2026
46d2295
docs: 更新 STATE.md 反映 11-01 完成
ashllll Mar 7, 2026
1120afa
feat(11-02): implement performance optimization for v1.2
ashllll Mar 7, 2026
8c526f3
docs(11-02): complete Performance Optimization plan summary
ashllll Mar 7, 2026
db25bb3
docs(STATE): update progress after 11-02 completion
ashllll Mar 7, 2026
cbd7723
feat(11-03): 完善 UX 体验 - 骨架屏、错误处理、空状态、无障碍
ashllll Mar 7, 2026
c1658e9
docs(11-03): 更新计划状态和需求追踪
ashllll Mar 7, 2026
7d37f64
docs(11-03): 添加 UX 完善计划摘要
ashllll Mar 7, 2026
f3dae29
docs(11-04): 代码审查与文档更新
ashllll Mar 7, 2026
f379eff
docs(11-04): 添加代码审查报告和 SUMMARY
ashllll Mar 7, 2026
7552040
docs: 更新 STATE.md 进度
ashllll Mar 7, 2026
bf475ec
chore: complete v1.2 milestone - UI 完善
ashllll Mar 7, 2026
47ab1e1
docs(phase-12): add multi-workspace tabs infrastructure plan
ashllll Mar 7, 2026
2c66e7f
feat(12-01): 添加多工作区标签页基础设施
ashllll Mar 7, 2026
f2ab94d
refactor(12-01): 在 SearchPage 集成标签页功能
ashllll Mar 7, 2026
2420467
fix(12-01): 修复 custom_button.dart 语法错误
ashllll Mar 7, 2026
c3bd0ed
docs(12-01): 更新 STATE.md 添加 Phase 12 决策
ashllll Mar 7, 2026
6879556
docs(12-01): 添加 Phase 12-01 执行总结
ashllll Mar 7, 2026
5b7f07e
feat(phase-12): complete multi-workspace tabs infrastructure
ashllll Mar 7, 2026
6bc5515
feat(13-01): add SavedFilter FFI types to Rust backend
ashllll Mar 8, 2026
3b42669
feat(13-01): implement SavedFilter CRUD FFI commands
ashllll Mar 8, 2026
55f5b90
feat(13-01): expose SavedFilter FFI functions in bridge
ashllll Mar 8, 2026
ae07027
feat(13-01): create Flutter SavedFilter data model
ashllll Mar 8, 2026
03f05b2
feat(13-01): add filter methods to BridgeService
ashllll Mar 8, 2026
77b9e73
feat(13-01): create SavedFilters Riverpod provider
ashllll Mar 8, 2026
04bcd9b
docs(13-01): complete custom filters FFI plan summary
ashllll Mar 8, 2026
74d9495
feat(phase-13): complete custom filters FFI interface
ashllll Mar 8, 2026
05e29a7
docs(phase-14): create custom filters UI plan
ashllll Mar 8, 2026
70ebbee
feat(14-01): create SavedFiltersSidebar component
ashllll Mar 8, 2026
7366b70
feat(14-01): create FilterEditorDialog component
ashllll Mar 8, 2026
47234ff
feat(14-01): create FilterQuickSelect component
ashllll Mar 8, 2026
7097fa5
feat(14-01): integrate filters into SearchPage
ashllll Mar 8, 2026
eba9e6a
docs(14-01): complete custom filters UI plan
ashllll Mar 8, 2026
cf49a07
fix(phase-14): create gap closure plan 14-02
ashllll Mar 8, 2026
3fa9681
feat(phase-14-02): implement filter creation and reuse FilterPalette
ashllll Mar 8, 2026
08422af
docs(phase-14-02): complete custom filters gap fix plan summary
ashllll Mar 8, 2026
a0b88f9
docs(phase-14): complete custom filters UI phase
ashllll Mar 8, 2026
d303cf5
docs(phase-15): create log level stats FFI plan
ashllll Mar 8, 2026
84757a0
feat(15-01): add log level stats FFI command
ashllll Mar 8, 2026
f682284
feat(15-01): add getLogLevelStats to BridgeService
ashllll Mar 8, 2026
18a06fe
feat(15-01): add LogLevelStats Riverpod provider
ashllll Mar 8, 2026
13ccfaf
docs(15-01): complete log level stats FFI plan summary
ashllll Mar 8, 2026
d451130
docs: update STATE.md with 15-01 completion
ashllll Mar 8, 2026
e2fe8fb
docs(phase-15): complete log level stats backend FFI
ashllll Mar 8, 2026
a36c1d5
docs(phase-16): create log level stats UI panel plan
ashllll Mar 8, 2026
40ed142
feat(16-01): add LogLevelCard component for log level statistics display
ashllll Mar 8, 2026
893b761
feat(16-01): add LogLevelDistributionChart pie chart component
ashllll Mar 8, 2026
858dc2d
feat(16-01): add LogLevelStatsPanel main panel component
ashllll Mar 8, 2026
46c5ec3
docs(16-01): complete log level stats UI plan summary
ashllll Mar 8, 2026
94cb9bf
feat(16-02): integrate LogLevelStatsPanel into search page
ashllll Mar 8, 2026
686f04c
docs(16-02): complete search page integration plan
ashllll Mar 8, 2026
de69a6f
docs(phase-16): complete log level stats UI panel
ashllll Mar 8, 2026
8b43a64
docs(phase-17): create integration plans for v1.3
ashllll Mar 8, 2026
986f7f7
test(17-01): add filter E2E tests
ashllll Mar 8, 2026
e6c7f45
test(17-01): add stats panel E2E tests
ashllll Mar 8, 2026
f99eae7
test(17-01): add integration tests for component collaboration
ashllll Mar 8, 2026
2bbaaad
docs(17-01): complete E2E testing plan
ashllll Mar 8, 2026
b42a739
test(17-02): add performance and memory benchmark tests
ashllll Mar 8, 2026
7980157
docs(17-02): update state and roadmap for plan completion
ashllll Mar 8, 2026
9e393c0
docs(phase-17): complete performance and memory test plan summary
ashllll Mar 8, 2026
e3a5f74
feat(phase-17): integrate async search and HTTP API enhancements
ashllll Mar 8, 2026
014e20f
docs: add root CLAUDE.md for Claude Code guidance
Mar 8, 2026
b3fe0eb
fix: resolve FFI compatibility issues and improve code structure
Mar 8, 2026
5a2c496
refactor: unify to Flutter, remove React frontend
Mar 9, 2026
2e39e52
docs: update CLAUDE.md with Flutter-only architecture
Mar 9, 2026
8d0ed0d
修复 Rust FFI 编译错误
Mar 9, 2026
e911029
feat: 优化FFI桥接代码和Rust安全模块
Mar 10, 2026
289f4c1
refactor: 代码格式优化和错误处理改进
Mar 10, 2026
3073962
docs: add CLAUDE.md for AI assistant guidance
Mar 11, 2026
dd52518
refactor: 优化错误处理并消除归档处理器代码重复
Mar 11, 2026
23c4332
fix: 删除过时的 FFI 桥接文件并修复测试代码兼容性
Mar 12, 2026
e5eef61
fix: 修复所有 Flutter 分析警告
Mar 12, 2026
70b3a7b
修复 Flutter withValues 编译错误
Mar 12, 2026
1185ceb
修复 Flutter 弃用警告 - 迁移 withOpacity 到 withValues
Mar 12, 2026
a2afadc
feat: 升级 Flutter 到 3.29.0 并修复单元测试
Mar 12, 2026
c7044f0
fix: 修复 FFI 桥接初始化问题 - 调用 ApiService.initialize()
Mar 12, 2026
a699116
refactor: 重构为纯 FFI 架构,移除 Tauri + React 前端
Mar 12, 2026
3bc7806
feat: 完整架构优化实施 - FFI安全、并发安全、性能提升
Mar 13, 2026
21c825e
docs: 根据 AGENTS.md 初始化信息更新 README.md
Mar 13, 2026
9fb5e59
ci(deps): bump rustsec/audit-check from 1 to 2
dependabot[bot] Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .agent_memory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"timestamp": "2026-02-15T11:53:45.922653",
"category": "progress",
"content": "开始实现 PRD 改进任务 - P0: rkyv 零拷贝序列化集成"
}
]
7 changes: 7 additions & 0 deletions .claude-flow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Claude Flow runtime files
data/
logs/
sessions/
neural/
*.log
*.tmp
Loading
Loading