Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
LSUDOKO
/
signal
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix/critical bugs worker ai translator focus
- #12
#12
Merged
LSUDOKO
merged 16 commits into
main
LSUDOKO/signal:main
from
fix/critical-bugs-worker-ai-translator-focus
LSUDOKO/signal:fix/critical-bugs-worker-ai-translator-focus
Copy head branch name to clipboard
Jul 13, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Fix/critical bugs worker ai translator focus
#12
LSUDOKO
merged 16 commits into
main
LSUDOKO/signal:main
from
fix/critical-bugs-worker-ai-translator-focus
LSUDOKO/signal:fix/critical-bugs-worker-ai-translator-focus
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2026
fix(catchup): add missing slog import - Add log/slog import to catchup.go to fix compilation error - Required for error logging in HandleSlashCommand
LSUDOKO
committed
41448be
View commit details
Copy full SHA for 41448be
Browse repository at this point
fix(database): add default neurotype for new users - Set neurotype to 'unspecified' when creating new users - Prevents database constraint violation on user creation - Fixes: ERROR: new row for rel…
Show description for c49c648
LSUDOKO
committed
c49c648
View commit details
Copy full SHA for c49c648
Browse repository at this point
Commits on Jul 13, 2026
docs(slack): add manifest application guide and update scopes - Add users.profile:write scope for Deep Work status updates - Add search:read scope for RTS API (catchup feature) - Alphabetize scopes…
Show description for c67e26c
LSUDOKO
committed
c67e26c
View commit details
Copy full SHA for c67e26c
Browse repository at this point
docs(slack): add complete slack configuration guides - Update slack-manifest.yml with all required scopes - Add APPLY_MANIFEST.md for applying manifest to Slack app - Add SLACK_CONFIG_CHECKLIST.md …
Show description for 13e7b6f
LSUDOKO
committed
13e7b6f
View commit details
Copy full SHA for 13e7b6f
Browse repository at this point
docs(fix): add guide for bot token vs user token issue
LSUDOKO
committed
7f009a0
View commit details
Copy full SHA for 7f009a0
Browse repository at this point
fix: duplicate user error + enhanced event logging + slack diagnostics - Fix duplicate key constraint violation in ensureUser (graceful retry) - Add emoji-based debug logging for all Socket Mode ev…
Show description for fd623c3
LSUDOKO
committed
fd623c3
View commit details
Copy full SHA for fd623c3
Browse repository at this point
docs: comprehensive testing guide for working features
LSUDOKO
committed
20a35e5
View commit details
Copy full SHA for 20a35e5
Browse repository at this point
fix: invalid_blocks error in translator + RTS user token support CRITICAL FIXES: - Fix Block Kit button syntax (emoji + style parameters corrected) - Add SLACK_USER_TOKEN support for RTS search (bo…
Show description for 32712e0
LSUDOKO
committed
32712e0
View commit details
Copy full SHA for 32712e0
Browse repository at this point
docs: comprehensive final status and testing guide
LSUDOKO
committed
68919ba
View commit details
Copy full SHA for 68919ba
Browse repository at this point
fix: all slash commands fully functional via response_url FIXES: - ensureUser now uses Upsert (ON CONFLICT DO UPDATE) - no more duplicate key errors - /catchup falls back to AI guidance when RTS mi…
Show description for aa3b622
LSUDOKO
committed
aa3b622
View commit details
Copy full SHA for aa3b622
Browse repository at this point
fix: clean up all command responses - no double-webhook, proper formatting FIXES: - Remove ALL intermediate 'working...' PostWebhook calls (response_url is single-use) - Fix /catchup AI prompt to u…
Show description for abb5ecc
LSUDOKO
committed
abb5ecc
View commit details
Copy full SHA for abb5ecc
Browse repository at this point
feat: 8 new features - mode, decisions, planner, memory, thread summary, smart DM NEW FEATURES: - /mode [adhd|autism|anxiety|ally] ??? neurotype-aware personalization * ADHD: shorter summaries, low…
Show description for 5a725c6
LSUDOKO
committed
5a725c6
View commit details
Copy full SHA for 5a725c6
Browse repository at this point
feat: GitHub MCP + Docs MCP + RTS user scope + demo workspace guide NEW FEATURES: - /github command: real GitHub API integration * Lists open PRs, issues, assigned items * Searches repos with natur…
Show description for 5a94d4a
LSUDOKO
committed
5a94d4a
View commit details
Copy full SHA for 5a94d4a
Browse repository at this point
fix: mcp-server loads .env and uses correct credential env var names - mcp-server/main.go: load .env file on startup (was ignoring credentials) - Support both GOOGLE_CALENDAR_CREDENTIALS and MCP_CA…
Show description for 163bc2d
LSUDOKO
committed
163bc2d
View commit details
Copy full SHA for 163bc2d
Browse repository at this point
feat: Railway deployment support - api/Dockerfile: multi-stage build, copies migrations, health check - Procfile: web + mcp process definitions - nixpacks.toml: build config for Railway Nixpacks bu…
Show description for 5b6e82e
LSUDOKO
committed
5b6e82e
View commit details
Copy full SHA for 5b6e82e
Browse repository at this point
feat: Render deployment config (render.yaml + updated Dockerfile) - render.yaml: defines signal-api (web), signal-mcp (worker), postgres, redis - Dockerfile: fixed alpine build with wget health che…
Show description for c04da3e
LSUDOKO
committed
c04da3e
View commit details
Copy full SHA for c04da3e
Browse repository at this point
You can’t perform that action at this time.