Koda

by Johannes Kaindl
5
4
3
2
1
Score: 51/100

Description

Koda — agentic vault companion for Obsidian (mirror of git.jkaindl.de)

Reviews

No reviews yet.

Stats

0
stars
166
downloads
0
forks
28
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
188
commits

Latest Version

8 days ago

Changelog

Fixed

  • Endpoint rows no longer run past the right edge of the settings window. Below roughly 1100 px of window width the row's controls overflowed their container — the second row worse than the first, because only it carries the "move to top" button. Koda's three input fields had a fixed width and did not shrink with the window. They now behave like every other plugin's endpoint list. Measured before and after across five window widths.

Changed

  • The endpoint list is now the shared component used by the other plugins. Same behaviour, one visible addition per row: a role line (active / standby / unreachable) and a model dropdown that is filled from the endpoint itself, so a per-endpoint model no longer has to be typed by hand. The global model setting stays and applies to every row that carries no model of its own.
  • Opening the settings now contacts your endpoints without being asked. Each row fetches its model list when the tab is drawn, instead of waiting for a click. For a local server this is a request to your own machine. For an endpoint with an API key it means one request to that provider every time you open the settings — it asks for the model list (/v1/models) and sends no vault content, but it does happen unprompted.