Next to the "Regenerate" button, the name of the currently used model is displayed.#190
Closed
ccinoo wants to merge 9 commits intobabaohuang:mainfrom
Closed
Next to the "Regenerate" button, the name of the currently used model is displayed.#190ccinoo wants to merge 9 commits intobabaohuang:mainfrom
ccinoo wants to merge 9 commits intobabaohuang:mainfrom
Conversation
- Add root-level CLAUDE.md with project architecture overview and Mermaid diagrams - Add 6 module-specific CLAUDE.md files for better code understanding - Include navigation breadcrumbs and module-specific API documentation - Generate project index for incremental updates and coverage tracking - Support AI-assisted development with 43% codebase coverage - Document project structure, tech stack, and deployment configurations - Provide detailed component, utility, and layout module documentation
- Add ModelDisplay component with intelligent model name recognition - Display current Gemini model name in bottom-right of input area - Support environment variable GEMINI_MODEL_NAME configuration - Add responsive design and dark mode support - Include hover animations and accessibility features
- Upgrade @fuyun/generative-ai from 0.1.1 to 0.1.3 - Apply ESLint auto-fixes for code consistency - Format TypeScript interfaces and safety settings - Remove redundant blank lines in components
- Restructure gen-text-wrapper layout to prevent button overlap - Move model display below input area with proper positioning - Add responsive breakpoints for desktop, tablet, and mobile devices - Optimize CSS animations and visual feedback - Ensure Vercel deployment compatibility - Add comprehensive layout spacing and z-index management
- Delete MODEL_DISPLAY_FIX_REPORT.md development documentation - Delete MODEL_DISPLAY_VERIFICATION.md verification documentation - Clean up temporary files from model display feature development
- Move model display from external right-bottom to internal left-bottom - Simplify HTML structure by removing unnecessary nested divs - Preserve original input box size and layout integrity - Optimize CSS positioning with absolute bottom-2 left-2 placement - Add proper spacing coordination with picture upload button - Implement responsive breakpoints for desktop, tablet, and mobile devices - Update animation to slide-in from left direction - Ensure Vercel deployment compatibility - Maintain visual balance with left-side picture button
…sition - Remove ModelDisplay component from input area to prevent overlap - Add model name display inline with Regenerate button in MessageItem - Update ModelDisplay component with inline mode support - Add responsive CSS styles for inline model display - Update types to include inlineMode property - Improve user experience by eliminating input obstruction Resolves issue where model name display was blocking user input field.
👷 Deploy request for heroic-yeot-d77ce3 pending review.Visit the deploys page to approve it
|
👷 Deploy request for clinquant-rugelach-6e6c15 pending review.Visit the deploys page to approve it
|
|
@ccinoo is attempting to deploy a commit to the Orz Team on Vercel. A member of the Team first needs to authorize it. |
… system - Add root-level CLAUDE.md with project architecture overview - Create module-level documentation for components, pages, utils - Generate Mermaid structure diagram for navigation - Add comprehensive module index and coverage analysis - Document new components: ModelDisplay.tsx, types.ts, model-display.css - Update scanning coverage to 60% (45/75 files) - Add incremental update tracking and change detection
- Add comprehensive template system for specification documents - Include templates for requirements, design, tasks, and steering documents - Support custom user templates with override capability - Add approval and archive directories for workflow management The system provides structured templates for: - Requirements documents (business and technical requirements) - Design documents (technical design and architecture) - Tasks documents (implementation tasks breakdown) - Steering documents (product, tech, and structure guidance)
Owner
|
Closing: 90%+ of the diff is AI-generated scaffolding files (CLAUDE.md, .spec-workflow, .claude/index.json) that don't belong in the project. The actual feature code has issues: duplicated logic, unused ModelDisplay component, and client-side env var access that won't work in Astro. Thank you for the contribution idea though. |
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.
Description
Next to the "Regenerate" button, the name of the currently used model is displayed.
Linked Issues
Additional context