Feature/channels dispatch#56
Open
tino097 wants to merge 18 commits into
Open
Conversation
1d4a3e3 to
722ebfd
Compare
…, Telegram, WhatsApp)
Squashed rebase of feature/channels-dispatch onto main via 3-way merge.
Combines three overlapping threads of work:
- Headless / web renderer: .dockerignore, web.html entry,
src/renderer/cowork/lib/host.ts abstraction so the SPA is shell-agnostic,
bridge cleanup so cowork no longer imports window.antontron directly.
- Channel dispatch: new server/channels/ (bridge, secrets, signatures,
text helpers) plus server/routes/dispatch_{slack,discord,telegram,
whatsapp}.py and dispatch.py wiring. Connector JSON added for
telegram; slack/discord JSON already on main.
- Hardening: path-traversal fix in dispatch routes; signature/secret
handling tightened across slack/whatsapp/telegram.
Plus Dispatch nav item + dispatch CSS theme; ChatView/App/api glue.
Original per-commit history preserved at tag
backup/channels-dispatch-pre-rebase. The first squash attempt used
git reset --soft which surfaced as ~450 spurious 'deletions' (logos,
MobileShell.jsx, SwipeableRow.jsx) because the branch's last merge of
main predated those additions. This commit was produced via
git merge --squash backup/channels-dispatch-pre-rebase against
origin/main, which is a true 3-way merge and preserves all of main's
post-divergence work automatically.
722ebfd to
7cc0396
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #issue_number
Screenshots
Type of change
Please delete options that are not relevant.
Checklist: