Skip to content

Conversation

@r3vs
Copy link

@r3vs r3vs commented Aug 30, 2025

no time for doing it by my self but cursor auto did it and it seems to work!

tachyon6 and others added 29 commits August 23, 2025 05:42
…t-path

fix: Correct system prompt path resolution for Cursor Agent
…ename

The filename contained an invisible backspace character (\b) that was causing
issues when cloning the repository. This has been fixed by renaming the file
to remove the special character.
- Add Codex CLI type and model mappings (gpt-5)
- Implement Codex CLI class with session persistence and rollout file handling
- Add tool mappings for Codex operations (exec_command, apply_patch, mcp_tool_call)
- Implement apply_patch tool summary processing with filename extraction
- Add image reference injection for Codex CLI ([Image opactorai#1], [Image opactorai#2])
- Fix duplicate agent_message handler to prevent message duplication
- Add comprehensive logging for Codex CLI debugging
- Support experimental_resume parameter for session restoration
- Change AGENT.md to AGENTS.md across all CLI implementations
- Add comprehensive project cleanup with running process detection
- Implement safe file deletion with retry mechanisms
- Handle transient filesystem locks and read-only files gracefully
- Improve error handling and logging for project initialization/cleanup
- Add GET endpoint for serving uploaded images (/api/assets/{project_id}/{filename})
- Update ImageAttachment schema to support both base64_data and file paths
- Add comprehensive image processing with attachment metadata generation
- Add extensive logging for debugging image processing pipeline
- Update CLI preferences API with better status responses
- Implement automatic image upload before sending chat messages
- Add data URL to blob conversion for image processing
- Include FormData multipart upload with proper file handling
- Add prepared images to API requests with absolute paths
- Improve error handling and user feedback for image operations
- Remove image path text injection from ChatInput component
- Update ChatInterface to handle images as separate parameters
- Enhance MessageList with better image display handling
- Clean up image processing flow between components
- Replace text image paths with actual 160x160px image thumbnails
- Use attachment metadata from backend for proper image URLs
- Add hover effects with image numbers and filename tooltips
- Implement fallback icons for failed image loads
- Add comprehensive debugging logs for image URL generation
- Support both new attachment metadata and legacy path parsing
- Execute ACT API directly from main page with image data
- Track uploaded image absolute paths during asset upload
- Send original prompt without image path text injection
- Navigate to chat page after successful ACT execution
- Improve error handling for image upload failures
- Update runAct to process both new path-based and legacy base64 images
- Add comprehensive image format conversion for API compatibility
- Clean up image data processing with proper type checking
- Improve error handling for different image input formats
- Add Codex CLI option to CLI selector components
- Update CLI type definitions to include Codex
- Improve CLI setup wizard with better option handling
- Enhance CLI selector with consistent styling and options
- Integrate CodexCLI into the CLI manager for availability checks
- Enhance debug logging for CLI status verification
- Update GlobalSettings component to include Codex CLI options and assets
- Integrate new CLI base abstractions and adapters for improved modularity
- Implement SQLite migration execution during application startup
- Update CLI type handling and session management for better consistency
- Enhance error handling and logging across CLI components
- Integrate Qwen Coder and Gemini CLI options into the application
- Update GlobalSettings and HomePage components to reflect new CLI options
- Enhance image handling in ChatInput for Qwen Coder and Gemini
- Improve assistant selection logic to accommodate new models
- Rename Qwen Coder to Qwen3 Coder Plus across various components
- Update model selection logic in HomePage and ChatPage
- Improve GlobalSettings and ProjectSettings to reflect new model details
- Enhance error handling and logging in QwenCLI adapter
- Introduce Plus Jakarta Sans font for improved text styling
- Define assistant brand colors for consistent theming across components
- Update HomePage and ChatPage to utilize new colors and styles
- Improve scrollbar styles for light and dark themes
- Add Symbol_white.png asset for visual enhancements
…nality

- Add ThinkingSection component for improved display of thinking messages
- Refactor ChatLog to utilize the new ThinkingSection for rendering thinking content
- Enhance content formatting and expand/collapse functionality in ThinkingSection
…ChatPage

- Introduce sessionStorage to persist selected assistant and model across page loads
- Implement logic to differentiate between fresh page loads and navigation
- Update HomePage to handle model and assistant selections more effectively
- Enhance ChatPage to store selected parameters from URL for better user experience
- Improve UI with gradient backgrounds for a more engaging interface
…ndenze e versioni

- Aggiunta di 'prismjs', 'react-syntax-highlighter' e 'refractor' come dipendenze nel progetto
- Aggiornamento della versione di 'next' a ^14.2.32
- Modifiche al file package-lock.json per riflettere le nuove dipendenze e versioni aggiornate
- Implementazione di controlli per la gestione dello stato del progetto in act.py
- Aggiunta di logiche di validazione per il percorso del progetto in manager.py e claude_code.py
@r3vs
Copy link
Author

r3vs commented Aug 30, 2025

There are many errors on Windows, I think it would be so much easier and better with Docker!

…s e Unix

- Implementate funzioni per terminare i processi in modo appropriato su Windows e sistemi Unix-like
- Modificato il comando di installazione di npm per utilizzare shell=True su Windows
- Aggiunti log dettagliati per il monitoraggio dell'installazione e dell'avvio del server Next.js
- Ottimizzata la gestione dei processi per garantire una corretta pulizia e terminazione
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants