feat: Report Composer UI and Landing Page Feature Showcase#12
Open
feat: Report Composer UI and Landing Page Feature Showcase#12
Conversation
- 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>
|
✅ @TonsOfFun — Superconductor finished — View implementation Standing by for instructions. |
|
🚀 Staging deployed: |
- 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>
|
🚀 Staging deployed: |
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>
|
🚀 Staging deployed: |
- 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>
|
🚀 Staging deployed: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Features Added
Report Composer Modal
Landing Page Updates
Files Changed
app/agents/report_composer_agent.rbapp/javascript/controllers/report_composer_controller.jsapp/views/shared/_report_composer.html.erbapp/assets/stylesheets/composer.cssapp/views/static_pages/home.html.erbapp/assets/stylesheets/marketing.cssapp/assets/images/feature-*.pngScreenshots
The landing page now includes functional screenshots of the Document Composer in action.
Test plan
/and verify feature showcase displays🤖 Generated with Claude Code