Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 22:20
54bb357

What's new

Note boards

A board has an owner and a visibility: public, private, or shared with picked members.
Only its creator changes that. Reading, creating, editing and deleting boards are
separate rights in the role matrix. A sticky note converts into an issue.

Creating an issue

The New issue modal opens fullscreen, and takes attachments before the issue exists.

Agents

An agent is configurable entirely over MCP: skills, including import from a GitHub URL;
integrations, models and credentials; the tools it may call; schedules and their run
history. Note boards are among an agent's actions.

AI configuration moved into AI Team → Configure: Integrations, Agents, Skills,
Tools.

Everything else

  • Initiative tabs are reorderable and come in a new default order: Active, Planned,
    Proposed, Completed, All. The section opens on the first tab that is not empty.
  • The member description dialog names the member it is about.
  • A pull request needs a signed
    ICLA. The contributor
    keeps the copyright, and every version the project ships stays under AGPL-3.0 or
    another OSI-approved licence.

Fixes

  • An agent's model credential is checked on write: an unknown id, another project's
    credential or a non-LLM one is rejected with a 400.
  • Deleting an agent schedule deletes its runs.
  • The deployed services report their health to Coolify and Traefik.
  • The date condition in the filter bar uses the same calendar as the rest of the UI.

Changelog

Full diff: v0.4.0...v0.5.0

Features

  • api: expose the agent skill library over MCP (#58) (80cf2b1)
  • api: give agents the note board actions (#48) (3b11a0d)
  • api: manage agent schedules over MCP (#61) (3d635ac)
  • api: manage internal agents fully over MCP (#59) (6cb16bc)
  • gate note boards by permissions and record the board creator (#49) (cfe5dba)
  • require a signed CLA from contributors (#64) (4b53081)
  • share a private note board with picked members (#50) (de33870)
  • web: attach files in the new issue modal (#52) (fc3769e)
  • web: convert a sticky note into an issue (#47) (2b72f54)
  • web: expand the new issue modal to fullscreen (#51) (6fcf05d)
  • web: move AI configuration into the AI Team sidebar group (#63) (32a1a96)
  • web: reorder the initiative tabs and open the first non-empty one (#56) (a333388)
  • web: show the member in the description dialog and shorten its question (#57) (6620673)

Bug Fixes

  • add healthchecks to the deployed services (#46) (c78694a)
  • api: validate an agent's model credential belongs to the project (#60) (446ff35)
  • delete an agent schedule's runs with it (#62) (c8d7d86)
  • web: use the shadcn calendar in the filter bar date editor (#53) (1b41119)

CI

  • push the release branch by its full refname (#44) (e180e6d)