Skip to content

Commit 2750dcd

Browse files
committed
fix: Update marketplace description
1 parent d91112e commit 2750dcd

File tree

1 file changed

+37
-15
lines changed

1 file changed

+37
-15
lines changed

README.md

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,51 @@
55

66
# AppMap for Visual Studio Code
77

8-
AppMap Navie is an AI-driven chat with a deep understanding of your code. Build effective solutions
9-
using an intuitive chat interface and powerful code visualizations. Use AppMap's runtime tracing to
10-
improve the accuracy and depth of AI generation.
8+
### Runtime‑aware AI starts here
119

12-
## Your AI Code Architect
10+
#### **Live code behavior, surfaced to your AI tools in your JetBrains IDE**
1311

14-
AppMap Navie acts as an AI Code Architect, equipped with the context to deeply understand how your
15-
application works. By reducing the time needed to research code changes and enhancing the context
16-
available to your coding copilot, Navie becomes an indispensable tool in your workflow.
12+
AppMap Navie for JetBrains brings the power of real-time execution data and AI-driven insights right
13+
to your code editor. No more guessing what your code does under the hood. Navie watches your
14+
application run and uses that live context to provide **smarter suggestions**, **faster debugging**,
15+
and **runtime-aware code reviews**.
1716

18-
## Solve Complex Coding Issues with Confidence
17+
## Key Benefits
1918

20-
AppMap Navie leverages runtime data and a structured workflow to help developers address challenging
21-
coding problems. Navie's capabilities include:
19+
### Smarter AI assistance
2220

23-
- Writing comprehensive documentation
24-
- Understanding existing systems
25-
- Planning and implementing changes
26-
- Generating code and test cases
27-
- Performing thorough code reviews
21+
Navie combines static analysis with live AppMap traces, so you can ask things like _"What just
22+
happened?"_ and get answers based on the actual runtime flow, HTTP calls, SQL queries, exceptions,
23+
I/O, and more.
24+
25+
### Faster debugging & fewer defects
26+
27+
Pinpoint performance bottlenecks and logic errors through automatically generated sequence diagrams,
28+
flame graphs, dependency maps, and trace views.
29+
30+
### Context‑aware code reviews
31+
32+
From security checks to maintainability recommendations, Navie’s `@review` mode analyzes your
33+
current branch changes against your base branch with runtime insights.
34+
35+
### Zero fine‑tuning required
36+
37+
Works out-of-the-box with enterprise‑ready LLMs—simply plug in your API key or let Navie default to
38+
GitHub Copilot or AppMap’s built‑in endpoint.
2839

2940
![implement-redis](https://github.com/getappmap/vscode-appland/assets/511733/46243179-893e-474c-925a-91b385c3468d)
3041

42+
## What AppMap Does
43+
44+
- Captures real‑time snapshots of code execution, data flow, and behavior with zero effort and no
45+
code changes.
46+
47+
- Feeds runtime context to AI assistants like Navie, GitHub Copilot, Anthropic Claude, Google
48+
Gemini, OpenAI, and your own local LLMs.
49+
50+
- Delivers deep code explanations, diagrams, implementation plans, tests, and patch-ready code
51+
snippets, all grounded in what your application just did.
52+
3153
## Get started
3254

3355
1. **Install

0 commit comments

Comments
 (0)