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: tweakphp/tweakphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: tweakphp/tweakphp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 14 commits
  • 32 files changed
  • 6 contributors

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    6868f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. fix: vite lsp port (#196)

    cognitus authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    d9a1b79 View commit details
    Browse the repository at this point in the history
  2. fix: bug localstore data update (#195)

    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    cognitus and saeedvaziry authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ca00adb View commit details
    Browse the repository at this point in the history
  3. fix: icon rpm (#194)

    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    cognitus and saeedvaziry authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    58d113a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Bump js-yaml from 4.1.0 to 4.1.1 (#198)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    bcb1b78 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Bump glob (#201)

    Bumps [glob](https://github.com/isaacs/node-glob) to 10.5.0 and updates ancestor dependency . These dependencies need to be updated together.
    
    
    Updates `glob` from 10.4.5 to 10.5.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    Updates `glob` from 11.0.0 to 11.1.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    2b320dc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Fix scrollbar in the settings view (#204)

    * Fix scrollbar in the settings view
    
    * audit fix
    
    ---------
    
    Co-authored-by: Saeed Vaziry <sa.vaziry@gmail.com>
    saeedvaziry and saeedvz authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    691eb72 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. update clients

    saeedvz committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    bafc4f2 View commit details
    Browse the repository at this point in the history
  2. [fix] simplify LSP reconnect logic and improve ui (#199)

    * fix: simplify LSP reconnect logic and improve class binding
    
    * fix: lint code
    ILDaviz authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    b871bef View commit details
    Browse the repository at this point in the history
  3. Add AI Autocomplete functionality (#176)

    * feat: implement AI code completion service and settings interface
    
    * feat: integrate OpenRouter AI model support and enhance AI completion functionality
    
    * feat: enhance AI completion service and integrate monacopilot for improved suggestions
    
    * refactor: remove unused console log and clean up ghost text styles
    
    * feat: enable AI code completion in the editor with new prop support
    
    * feat: add AI autocomplete toggle and error handling in editor
    
    * feat: enhance AI completion logic with contextual scenarios and improved PHP prompts
    
    * refactor: simplify completion instructions in AI completion service
    
    * refactor: remove redundant comments in AI completion service methods
    
    * feat: adjust AI completion trigger to 'onIdle' for smoother editor performance
    
    * feat: enhance AI completion service with framework-specific guidelines and tab context
    
    * refactor: improve logic for identifying comment-to-code scenarios in AI completion service
    
    * refactor: improve logic for identifying comment-to-code scenarios in AI completion service
    
    * refactor: rename AICompletionService to AiCompletion and update import paths
    
    * refactor: update labels and placeholders for clarity in AI settings
    
    * feat: implement customizable AI prompt templates for code generation and completion
    
    * refactor: simplify reset functionality for AI prompt templates in settings
    
    * Add save button to settings
    
    * fix toast
    
    ---------
    
    Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
    Co-authored-by: Saeed Vaziry <sa.vaziry@gmail.com>
    Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
    4 people authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    fd44289 View commit details
    Browse the repository at this point in the history
  4. add sponsor button

    saeedvaziry committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    8f0b8a3 View commit details
    Browse the repository at this point in the history
  5. fix toast

    saeedvaziry committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    cf329b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d55699 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcadc66 View commit details
    Browse the repository at this point in the history
Loading