Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ded8a58
poc-atomic-assistent-sidebar
Polleps Mar 25, 2025
cf4af4e
Add AI Chat as resource #951
Polleps May 7, 2025
9ac3e6b
Add Toggle AI features, set agents as default, faster autoselect #951
Polleps May 8, 2025
3efae9c
Better styling in AI components #951
Polleps May 12, 2025
4cc640d
Fix tagbar alignment on FolderPage #1059
Polleps May 12, 2025
0874e6f
More AI Stuff #951
Polleps May 14, 2025
b40d6a1
Fix resource references end block when serialised #951
Polleps May 15, 2025
fac0a1e
AI Chat improvements #951
Polleps May 19, 2025
f3e6af6
Add support for mcp resources #1049
joepio Jul 25, 2025
17ad6bd
Easy link with openrouter #951
Polleps Jun 3, 2025
537ece7
Convert MCP Resource metadata to atomic resource #951
Polleps Jul 2, 2025
9f5d31a
Editable MCP server settings #951
Polleps Jul 2, 2025
e875ce3
Model Select Combobox #951
joepio Jul 25, 2025
ce4e106
Add paste/drop support to AIChatInput #951
joepio Jul 25, 2025
f9c709c
Add support for Ollama provider #951
Polleps Jul 9, 2025
c715351
Add docs for AI tools #951
Polleps Jul 10, 2025
21982ec
Improve hover / active / current states in sidebar #1105
joepio Jul 25, 2025
fd2f4a2
WIP AI stuff
joepio Jun 20, 2025
1aecbf9
Fix lockfile, linting
joepio Jul 25, 2025
8aa66e1
Get rid of opentelemetry-jaeger #1060
joepio Aug 29, 2025
706c874
Get jaeger working again #1060
joepio Aug 29, 2025
f976b97
Update ai-sdk to v5 #951
Polleps Sep 11, 2025
a31de88
Add CSP
Polleps Sep 11, 2025
1062897
Move most AI logic to new chunk #951
Polleps Sep 12, 2025
397c5e6
Custom model for generative features #951
Polleps Sep 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ There are two ways you can use `tracing` to get insights into performance.
#### Tracing with OpenTelemetry (and Jaeger)

- Run the server with `--trace opentelemetry` and add `--log-level trace` to inspect more events
- Run an OpenTelemetry compatible service, such as [Jaeger](https://www.jaegertracing.io/docs/1.34/getting-started/). See `docker run` command below or use the vscode task.
- Run an OpenTelemetry compatible service, such as Jaeger. See `docker run` command below or use the vscode task.
- Visit jaeger: `http://localhost:16686`

```sh
Expand All @@ -165,10 +165,11 @@ docker run -d --platform linux/amd64 --name jaeger \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 4317:4317 \
-p 16686:16686 \
-p 14268:14268 \
-p 9411:9411 \
jaegertracing/all-in-one:1.6
jaegertracing/all-in-one:latest
```

#### Tracing with Chrome
Expand Down
Loading
Loading