github Lexus2016/claude-code-studio v5.29.4
v5.29.4 — Fix Project Topics Creation

latest releases: v5.50.0, v5.49.1, v5.49.0...
one month ago

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?.pathproject?.workdir || project?.path (supports both for safety)
  • Project name field is now passed to _createProjectTopic() as display name — topics show the human-readable project name instead of just the directory basename
  • _createProjectTopic() accepts optional displayName parameter, 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

Don't miss a new claude-code-studio release

NewReleases is sending notifications on new releases.