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: getappmap/appmap-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @appland/navie-v1.47.1
Choose a base ref
...
head repository: getappmap/appmap-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @appland/navie-v1.48.0
Choose a head ref
  • 6 commits
  • 51 files changed
  • 2 contributors

Commits on Jul 18, 2025

  1. docs: Update conventional commit guidelines

    Reflect the Conventional Commit Specification in .vibegitrules for clarity and consistency.
    dustinbyrne committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    10a5b46 View commit details
    Browse the repository at this point in the history
  2. feat(components): Implement AppMap code review homepage

    Introduces the new AppMap code review homepage within the components package. This includes:
    - Addition of 'lucide-vue' for new icons.
    - Core UI components for displaying review status, features, and suggestions.
    - Integration of a new ReviewBackend for data fetching and interaction.
    - Vuex store for managing review state.
    - Updated SCSS for theme variables and fullscreen styling.
    - TypeScript configuration for declaration files.
    - RPC interface updates to support review data.
    - Storybook configurations and data for the new page.
    dustinbyrne committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    2032c05 View commit details
    Browse the repository at this point in the history
  3. feat(navie): Introduce AI-powered 'fix' command

    Adds a new 'fix' command to Navie, allowing the AI to propose and generate code fixes based on an issue description.
    - Extends CommandMode enum with 'Fix'.
    - Implements FixCommand to orchestrate plan generation and code implementation.
    - Adds utility for async iterable teeing.
    - Includes unit tests for the new command.
    dustinbyrne committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    3959e21 View commit details
    Browse the repository at this point in the history
  4. chore(navie): Enhance Google VertexAI completion service logging and …

    …retries
    
    Adds detailed debug logging and improves the retry mechanism within the Google VertexAI completion service. This enhances observability and robustness of AI interactions.
    dustinbyrne committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6d6aba2 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.22.0 [skip ci]

    # [@appland/rpc-v1.22.0](https://github.com/getappmap/appmap-js/compare/@appland/rpc-v1.21.0...@appland/rpc-v1.22.0) (2025-07-18)
    
    ### Features
    
    * **components:** Implement AppMap code review homepage ([2032c05](2032c05))
    appland-release committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    849965b View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.48.0 [skip ci]

    # [@appland/navie-v1.48.0](https://github.com/getappmap/appmap-js/compare/@appland/navie-v1.47.1...@appland/navie-v1.48.0) (2025-07-18)
    
    ### Features
    
    * **navie:** Introduce AI-powered 'fix' command ([3959e21](3959e21))
    appland-release committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    22395f5 View commit details
    Browse the repository at this point in the history
Loading