gitdataai/libs/agent/chat
ZhenYi adbc0705db feat(room): inject repository details into AI system prompt on mention
When a user mentions a repository in room chat, extract the repo name
from @[repo:name:label] brackets, look up the full repo model from the
database, and inject its details (name, description, default branch,
visibility) into the AI message context. Works independently of
embed_service availability.
2026-04-26 23:58:52 +08:00
..
context.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
mod.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
service.rs feat(room): inject repository details into AI system prompt on mention 2026-04-26 23:58:52 +08:00