Commit 972417d
feat: Report Composer UI and Landing Page Feature Showcase (#12)
* feat: add Report Composer UI and landing page feature showcase
- Add ReportComposerAgent with compose, answer_question, and generate_section actions
- Create Document Composer modal with Ask Question and Compose Section modes
- Implement real-time streaming responses via ActionCable
- Add citation highlighting for source references
- Add feature showcase section to landing page with functional screenshots
- Include CSS styling for composer modal and feature showcase
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add tech diligence agent and PDF image extraction
- Add TechDiligenceAgent with VLM support for document analysis
- Add PdfImageExtractor service using pdftoppm for page rendering
- Add API endpoints for tech diligence (questions, pages, specs, verify)
- Add API endpoints for report composer (section, answer, generate)
- Extend Document model with page image blob retrieval methods
- Add citation fragment types with provenance tracking
- Add rake tasks for CLI testing of tech diligence features
- Rebrand from Writebook to Dill throughout
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: rename demo image for Dill rebranding
Rename writebook-manual.jpg to dill-manual.jpg to match
the updated reference in demo_content.rb
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add Project Templates feature for reusable report structures
- Add ProjectTemplate model with section_schema JSON storage
- Add InformationRequest model for tracking document requests
- Add ProjectTemplatesController with full CRUD operations
- Add template views (index, show, new, edit, form)
- Add section_schema_controller.js for dynamic form building
- Add save_as_template action to ReportsController
- Add navigation link to templates from reports index
- Add "Save as Template" button to report show page
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: update landing page with new feature screenshots and Source Library integration
- Add new landing page screenshots showcasing Document Composer, Source Library, and Report TOC
- Add "Professional Report Structure" section to landing page
- Integrate Sources with ReportComposerAgent for AI content generation
- Add radio card styling for Source type selection
- Fix composer modal and section preview styling issues
- Update prompt templates to include SOURCE LIBRARY MATERIALS context
- Add ActiveAgents demo content generator and rake task
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5a7294c commit 972417d
74 files changed
Lines changed: 4534 additions & 324 deletions
File tree
- app
- agents
- assets
- images
- demo
- stylesheets
- controllers
- javascript/controllers
- jobs
- models
- services
- views
- project_templates
- report_composer_agent
- reports
- sources
- sectionables
- sections
- sessions
- static_pages
- tech_diligence_agent
- users
- bin
- config
- db
- migrate
- docs
- features
- lib/tasks
- public
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 41 | + | |
| 42 | + | |
99 | 43 | | |
100 | 44 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 45 | | |
144 | 46 | | |
145 | 47 | | |
| |||
166 | 68 | | |
167 | 69 | | |
168 | 70 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 71 | + | |
190 | 72 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 73 | + | |
| 74 | + | |
313 | 75 | | |
314 | 76 | | |
315 | 77 | | |
316 | 78 | | |
317 | 79 | | |
318 | | - | |
| 80 | + | |
319 | 81 | | |
320 | 82 | | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | 83 | | |
326 | 84 | | |
327 | | - | |
328 | | - | |
329 | | - | |
| 85 | + | |
0 commit comments