Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
coderai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
coderai
Commits
e91046c6
Commit
e91046c6
authored
May 06, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: restore minimal studio pipeline editor
parent
1971ce1d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
144 additions
and
45 deletions
+144
-45
chat.html
codai/admin/templates/chat.html
+127
-45
test_studio_composed_surfaces.py
tests/test_studio_composed_surfaces.py
+17
-0
No files found.
codai/admin/templates/chat.html
View file @
e91046c6
This diff is collapsed.
Click to expand it.
tests/test_studio_composed_surfaces.py
View file @
e91046c6
...
@@ -366,3 +366,20 @@ def test_studio_output_surfaces_capability_warnings():
...
@@ -366,3 +366,20 @@ def test_studio_output_surfaces_capability_warnings():
assert
"cap-output-note"
in
text
assert
"cap-output-note"
in
text
assert
"renderCapabilityOutputNote"
in
text
assert
"renderCapabilityOutputNote"
in
text
assert
"renderOutputCapabilityNotes"
in
text
assert
"renderOutputCapabilityNotes"
in
text
def
test_pipeline_tab_exposes_create_action_and_empty_state
():
template_path
=
"/storage/coderai/.worktrees/web-admin-polish/codai/admin/templates/chat.html"
text
=
open
(
template_path
,
"r"
,
encoding
=
"utf-8"
)
.
read
()
assert
"Create pipeline"
in
text
assert
"pipe-empty-state"
in
text
assert
"renderPipelineList"
in
text
def
test_pipeline_tab_exposes_editor_shell
():
template_path
=
"/storage/coderai/.worktrees/web-admin-polish/codai/admin/templates/chat.html"
text
=
open
(
template_path
,
"r"
,
encoding
=
"utf-8"
)
.
read
()
assert
"pipe-editor"
in
text
assert
"openPipeline"
in
text
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment