Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
67ef821
poc-atomic-assistent-sidebar
Polleps Mar 25, 2025
1dde266
Add AI Chat as resource #951
Polleps May 7, 2025
b285130
Add Toggle AI features, set agents as default, faster autoselect #951
Polleps May 8, 2025
f40142f
Better styling in AI components #951
Polleps May 12, 2025
c28af4d
Fix tagbar alignment on FolderPage #1059
Polleps May 12, 2025
266b154
More AI Stuff #951
Polleps May 14, 2025
1c4316e
Fix resource references end block when serialised #951
Polleps May 15, 2025
2a206b6
AI Chat improvements #951
Polleps May 19, 2025
61b9329
Add support for mcp resources #1049
joepio Jul 25, 2025
efe4379
Easy link with openrouter #951
Polleps Jun 3, 2025
77250b9
Convert MCP Resource metadata to atomic resource #951
Polleps Jul 2, 2025
7957ec9
Editable MCP server settings #951
Polleps Jul 2, 2025
1ebe525
Model Select Combobox #951
joepio Jul 25, 2025
833af4d
Add paste/drop support to AIChatInput #951
joepio Jul 25, 2025
8825994
Add support for Ollama provider #951
Polleps Jul 9, 2025
9b10362
Add docs for AI tools #951
Polleps Jul 10, 2025
50b26eb
Improve hover / active / current states in sidebar #1105
joepio Jul 25, 2025
0aa3f86
WIP AI stuff
joepio Jun 20, 2025
ac123eb
Fix lockfile, linting
joepio Jul 25, 2025
3a196b7
Get rid of opentelemetry-jaeger #1060
joepio Aug 29, 2025
d2cac8d
Get jaeger working again #1060
joepio Aug 29, 2025
41fc699
Update ai-sdk to v5 #951
Polleps Sep 11, 2025
d75b7ac
Add CSP
Polleps Sep 11, 2025
72950cf
Move most AI logic to new chunk #951
Polleps Sep 12, 2025
a51d1ae
Custom model for generative features #951
Polleps Sep 17, 2025
38ddc29
readOnly support in tables #1115
Polleps Sep 24, 2025
3e00d30
Improve rendering performance for large resourceArray lists & remove …
Polleps Sep 25, 2025
42777ae
Add Changelog entry for AI features #951
Polleps Sep 25, 2025
f07cebe
Add test for reactivity to svelte lib
Polleps Sep 26, 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