Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions frontend/constants/serviceTemplates/agentUiReleases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export const AGENT_UI_RELEASES: Partial<Record<AgentType, AgentUiRelease>> = {
[AgentMap.Basius]: {
owner: 'valory-xyz',
name: AGENT_UI_MONOREPO,
// TODO(basius-aerodrome-ui): bump to the tag that ships agent-ui-monorepo#114
// (Aerodrome branding + msUSD logo), in lockstep with BASIUS_TEMPLATE_RELEASE
// in service/babydegen.ts.
version: 'v0.2.0-basius',
},
[AgentMap.AgentsFun]: {
Expand Down
7 changes: 7 additions & 0 deletions frontend/constants/serviceTemplates/service/babydegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const BABYDEGEN_COMMON_TEMPLATE: Pick<

// Basius ships its own (latest) build — kept separate so reverting the shared
// babydegen hash for Modius/Optimus doesn't drag Basius back.
//
// TODO(basius-aerodrome-ui): the Aerodrome-branding + msUSD-logo fixes in
// agent-ui-monorepo#114 are bundled into the `optimus` agent package. Once that
// UI lands in a new `optimus` release, bump all three fields below to that
// release (hash = its IPFS hash) and update AGENT_UI_RELEASES in
// agentUiReleases.ts to the matching `vX.Y-basius` tag. Then run
// `scripts/js/check_service_templates.ts`.
const BASIUS_TEMPLATE_RELEASE: Pick<
ServiceTemplate,
'hash' | 'service_version' | 'agent_release'
Expand Down
Loading