feat: implement custom smart context functionality with hooks, IPC handlers, and utilities
Some checks failed
CI / test (map[image:macos-latest name:macos], 1, 4) (push) Has been cancelled
CI / test (map[image:macos-latest name:macos], 2, 4) (push) Has been cancelled
CI / test (map[image:macos-latest name:macos], 3, 4) (push) Has been cancelled
CI / test (map[image:macos-latest name:macos], 4, 4) (push) Has been cancelled
CI / test (map[image:windows-latest name:windows], 1, 4) (push) Has been cancelled
CI / test (map[image:windows-latest name:windows], 2, 4) (push) Has been cancelled
CI / test (map[image:windows-latest name:windows], 3, 4) (push) Has been cancelled
CI / test (map[image:windows-latest name:windows], 4, 4) (push) Has been cancelled
CI / merge-reports (push) Has been cancelled

- Added custom hooks for managing smart context metadata and snippets.
- Implemented IPC handlers for retrieving context, upserting snippets, and updating summaries.
- Created utility functions for reading and writing smart context data to the filesystem.
- Established a structured custom code organization under src/custom/ for better maintainability.
- Included a comprehensive update guide to assist with future updates and custom feature integration.
This commit is contained in:
Kunthawat Greethong
2025-12-18 09:00:17 +07:00
parent 7cf8317f55
commit 99b0cdf8ac
12 changed files with 2229 additions and 1814 deletions

View File

@@ -0,0 +1,10 @@
705608a Add Dyad Update Management Guide and custom hooks for smart context
73fc42b Add custom code structure and update scripts
5325549 Bump to v0.29 beta (#1895)
e0f123b Bump react (internal) (#1893)
91e8d0c Add Opus 4.5 and clean-up naming & remove legacy models for anthropic (#1892)
6235f7b Summarize chat trigger (#1890)
90c5805 adding a button for fixing all errors (#1785)
40aeed1 default to deep context (#1891)
538745d Detect external changes with deep context (#1888)
3701886 Fallback to balanced smart context for mentioned apps because not sup… (#1886)