Skip to content

feat(web-api): add codeChannels.* methods - #1943

Draft
zimeg wants to merge 2 commits into
mainfrom
clack/code-channels-methods
Draft

feat(web-api): add codeChannels.* methods#1943
zimeg wants to merge 2 commits into
mainfrom
clack/code-channels-methods

Conversation

@zimeg

Copy link
Copy Markdown
Member

Adds the codeChannels.* Web API method family (create, archive, rename, setProperties, setCommands, setView, listViews, removeView, getCanvas, setCanvasContent) to the sync, async, and legacy web clients. Async + legacy generated via scripts/codegen.py.

Experimental; draft while the API is finalized.

@zimeg

Copy link
Copy Markdown
MemberAuthor

Examples PR (depends on this): slack-samples/bolt-python-examples#194

@codecov

codecovBot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.28%. Comparing base (bfb098a) to head (5ac7951).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #1943 +/- ##
==========================================
+ Coverage 84.15% 84.28% +0.13% 
==========================================
Files 118 118 Lines 13446 13590 +144 ==========================================
+ Hits 11315 11455 +140 - Misses 2131 2135 +4 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

zimegand others added 2 commits August 19, 2026 15:13
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Add the codeChannels.* Web API methods (archive, create, getCanvas,
listViews, removeView, rename, setCanvasContent, setCommands,
setProperties, setView) with arguments aligned to the API reference,
alphabetized, and registered in the method coverage test. Stacked on the
agents.sessions.* methods.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@zimeg
zimegforce-pushed the clack/code-channels-methods branch from b647044 to 5ac7951CompareAugust 19, 2026 22:16
@zimeg
zimeg changed the base branch from main to clack/agents-sessions-methodsAugust 19, 2026 22:17
@zimeg
zimegforce-pushed the clack/agents-sessions-methods branch 3 times, most recently from ea7f8e0 to 1e8707bCompareAugust 21, 2026 21:48
Base automatically changed from clack/agents-sessions-methods to mainAugust 21, 2026 23:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementM-T: A feature request for new functionalitysemver:minorweb-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@zimeg