This website requires JavaScript.
Explore
Help
Sign In
null
/
Pipeline
Watch
1
Star
0
Fork
You've already forked Pipeline
0
Code
Issues
15
Pull Requests
Packages
Projects
Releases
Wiki
Activity
66bbdd7398
Pipeline
/
backend
/
app
/
core
/
version.py
5 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
feat: initialize Pipeline from Mission Control base (v0.0.4)
2026-05-19 01:17:58 -05:00
"""
Application name and version constants.
"""
feat(brand): rebrand from Mission Control to Pipeline - Project name: openclaw-mission-control → pipeline - DB name: mission_control → pipeline - Package names: pipeline-frontend, pipeline-backend - UI text: all Mission Control references → Pipeline - New PipelineIcon component replaces old brand mark - Landing hero, sidebar, loading, auth, settings all rebranded - ThemeToggle and ThemeProvider components added - uv.lock updated for pipeline-backend package rename
2026-05-19 01:48:38 -05:00
APP_NAME
=
"
pipeline
"
feat: initialize Pipeline from Mission Control base (v0.0.4)
2026-05-19 01:17:58 -05:00
APP_VERSION
=
"
0.1.0
"