Alloy Company Updates
By Code Domain
The types of code that have generated the most Diff Delta
tl;dr Summary
April 16, 2026
- Wire calendar events into "Agenda" and "Day Sketch" components
- Add tests and scaffold Ample Agent plugin fallback for llmPromptWithPluginFallback
April 15, 2026
- Add Ample Agent Pro front door
- Add AI vs Non-AI ROI stat comparison (CompareStat component + HistoricAiRoiStat presenter)
- Polish AI ROI comparison: render segments in pairs and improve CompareStat styles
April 14, 2026
- Add AI telemetry endpoint to record per-model line fingerprints from Claude Code
- Implement 'Insert related note links' option
April 11, 2026
- Add CommitDiffDeltaEditor to replace legacy commit-value editor and enable inline/modal diff-delta editing with human/LLM authorship control
April 10, 2026
- Fix day-sketch plain-text conversion to strip HTML/Markdown; add Shift+Up/Down selection and stripMarkdown utility
April 9, 2026
- Update Dashboard Settings popup to allow globally configuring time & date formats that propagate to all dashboard components (thanks, European travels, for helping me see the light)
- Update DaySketch: handle up/down arrows and extract persistence into useDaySketchEntries hook
- Fix mobile mood rating affirmation showing entire array — display a single random affirmation
April 5, 2026
- Add Dream Task lifecycle actions and refactor dev-mode prompt UX; add platform API-key hints
- Add ability to choose LLM model/API key for DreamTask (e.g. reseed); update widget wrapper to allow scrolling
March 31, 2026
- Remove CommitValue#pending_review and #rejected; mark exceptional-velocity commits as LLM-authored CI runs
- Remove pending_review/rejected states from CommitValue; add pending_ai_assignment and llm_complete to mark LLM/CI-authored commits
March 26, 2026
- Move 'Replace Markdown' to one-click option in selection menu
- Add markdown paste handling for AI-generated text (OpenAI/Phind) to convert headings, lists, bold and preserve blank lines
-
Ensure empty paragraph between adjacent
when pasting external HTML; convert pasted Markdown to ProseMirror
March 25, 2026
- Persist DreamTask suggestions to date-specific archived dashboard note; add caching, excludeUuids filtering, prepend-on-reseed and safer error handling