ideas-generator/server
DJP c936e81a47 Complete GPT-5 integration with reasoning effort controls and fix conversation loading
- Implement GPT-5 model support with correct parameters (max_completion_tokens, temperature=1)
- Add configurable reasoning effort levels (low/medium/high) with database migration
- Create admin interface controls for reasoning effort management in agent creation/editing
- Fix conversation loading regression to prevent double-click requirement
- Update home page cards for uniform 280px height with proper text truncation
- Add comprehensive GPT-5 parameter handling in OpenAI service integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-03 15:40:25 -04:00
..
config Complete migration from OpenAI Assistants API to Chat Completions API with Vue.js frontend 2025-09-03 13:08:26 -04:00
middleware Complete migration from OpenAI Assistants API to Chat Completions API with Vue.js frontend 2025-09-03 13:08:26 -04:00
migrations Complete GPT-5 integration with reasoning effort controls and fix conversation loading 2025-09-03 15:40:25 -04:00
models Complete GPT-5 integration with reasoning effort controls and fix conversation loading 2025-09-03 15:40:25 -04:00
routes Complete GPT-5 integration with reasoning effort controls and fix conversation loading 2025-09-03 15:40:25 -04:00
scripts Add comprehensive admin dashboard with analytics, full agent management, and complete system improvements 2025-09-03 14:41:32 -04:00
utils Complete GPT-5 integration with reasoning effort controls and fix conversation loading 2025-09-03 15:40:25 -04:00
.env Complete migration from OpenAI Assistants API to Chat Completions API with Vue.js frontend 2025-09-03 13:08:26 -04:00
.env.example Day 1: Complete foundation setup for Ideas Generator 2025 2025-09-03 09:16:45 -04:00
.gitignore Complete migration from OpenAI Assistants API to Chat Completions API with Vue.js frontend 2025-09-03 13:08:26 -04:00
index.js Add comprehensive admin dashboard with analytics, full agent management, and complete system improvements 2025-09-03 14:41:32 -04:00
package-lock.json Add comprehensive admin dashboard with analytics, full agent management, and complete system improvements 2025-09-03 14:41:32 -04:00
package.json Add comprehensive admin dashboard with analytics, full agent management, and complete system improvements 2025-09-03 14:41:32 -04:00