-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: getappmap/appmap-js
base: @appland/navie-v1.47.1
head repository: getappmap/appmap-js
compare: @appland/navie-v1.48.0
- 6 commits
- 51 files changed
- 2 contributors
Commits on Jul 18, 2025
-
docs: Update conventional commit guidelines
Reflect the Conventional Commit Specification in .vibegitrules for clarity and consistency.
Configuration menu - View commit details
-
Copy full SHA for 10a5b46 - Browse repository at this point
Copy the full SHA 10a5b46View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2032c05 - Browse repository at this point
Copy the full SHA 2032c05View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3959e21 - Browse repository at this point
Copy the full SHA 3959e21View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6d6aba2 - Browse repository at this point
Copy the full SHA 6d6aba2View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 849965b - Browse repository at this point
Copy the full SHA 849965bView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 22395f5 - Browse repository at this point
Copy the full SHA 22395f5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @appland/navie-v1.47.1...@appland/navie-v1.48.0