Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeEditApp/CodeEdit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ahmadyan/CodeEdit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 29, 2025

  1. docs: Add CLAUDE.md development guide

    Adds comprehensive development documentation for future Claude Code instances, covering build commands, project architecture, key dependencies, testing approach, code style, and CI/CD workflows. Uses local build directory for more reliable builds.
    
    🤖 Generated with Claude Code
    
    Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
    ahmadyan and claude committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    198749b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6756a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b35ccbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7548dfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af7da46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d7f161 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from ahmadyan/ahmadyan/bogota-v4

    docs: Add CLAUDE.md development guide
    ahmadyan authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    d1211c6 View commit details
    Browse the repository at this point in the history
  8. fix: Reduce sidebar width and prevent excessive expansion (#2)

    Fix the bug where the sidebar width was too large on app open by:
    - Setting narrower default sidebar width (160pt instead of 242pt)
    - Adding maximum thickness constraint (400pt) to prevent unbounded expansion
    - Moving position initialization to viewDidAppear() for proper timing
    - Adding bounds clamping to restored width values
    - Adjusting snap behavior for narrower sidebar (180pt snap width)
    
    Also excludes build directory from SwiftLint to fix build failures.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
    ahmadyan and claude authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    da31fcb View commit details
    Browse the repository at this point in the history
  9. feat: Add build script with sandbox-disabled signing (#3)

    Adds a convenience script that builds CodeEdit and re-signs
    without sandbox to match official release behavior.
    ahmadyan authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    8440e66 View commit details
    Browse the repository at this point in the history
Loading