Bug Fix
Project topics not created in Forum Mode
When /connect ran _syncProjectTopics(), it read projects.json entries looking for the path field — but the actual field name is workdir. Result: no project topics were created at all.
Fixed:
project?.path→project?.workdir || project?.path(supports both for safety)- Project
namefield is now passed to_createProjectTopic()as display name — topics show the human-readable project name instead of just the directory basename _createProjectTopic()accepts optionaldisplayNameparameter, falls back to directory name
Impact: Anyone who ran /connect on v5.29.0–v5.29.3 got Tasks and Activity topics but zero project topics. Running /connect again on v5.29.4 will re-sync and create the missing project topics.
Upgrade
npx github:Lexus2016/claude-code-studio@latest