-
Notifications
You must be signed in to change notification settings - Fork 3
UI for edit and run tests #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…e that have no diff
- Rename RUN_ARGS environment variable to CLT_RUN_ARGS across docs, scripts, and code - Update GitHub Action and container execution to use CLT_RUN_ARGS - Add CLT_RUN_ARGS to UI environment and test routes for unified configuration
- Stash uncommitted changes before checking out existing branch to avoid conflicts - Restore stashed changes after checkout and commit if new changes exist - Prevent loss of local modifications when creating PR from existing branch
- add /api/repo-status to verify if user repo and test directory exist and are initialized - add /api/sync-repository to trigger repo cloning and setup for authenticated users - enable frontend to detect and initialize missing user repositories on demand
This reverts commit df54832.
This reverts commit 76b4f27.
- Extract session status info into a distinct header always visible above logs - Show running, completed, or cancelled session states with relevant metadata - Add command preview and clear history button to session status header - Simplify logs section to focus solely on live output display
- Detect if current branch has an open PR using GitHub CLI before creating new branch - If existing PR found, commit and push changes directly to that branch - Avoid creating duplicate PRs for the same branch - Improve workflow efficiency by reusing active PR branches
This reverts commit 693ab5e.
- Generate new interactive sessions with timestamp-based names for clarity - Format ISO timestamps consistently as YYYY-MM-DD_HH-MM-SS - Clear branch URL parameter after successful branch switch to clean URL - Fetch git status immediately on header mount before polling to show fresh state - Remove background-color transition on create PR button for UI consistency
- Clear branch and file URL parameters immediately when user cancels git operations in FileExplorer - Remove git status loading state and spinner from PR button in Header for cleaner UX - Simplify PR button disabled logic to depend only on git changes presence
- Require sessionName in interactive route requests to prevent missing input errors - Allow underscores in session names by updating sanitizeSessionName regex - Fix session ID generation to use sanitized sessionName or fallback correctly - Ensure SESSION_NAME env variable uses sanitized sessionName consistently
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.
No description provided.