@@ -74,18 +74,36 @@ make clean # Remove build artifacts
7474
7575Once installed, use these slash commands in any channel:
7676
77- - ` /claude <message> ` - Send a message to Claude Code
77+ ### Session Management
7878- ` /claude-start [project-path] ` - Start a new coding session
7979- ` /claude-stop ` - Stop the current session
80- - ` /claude-help ` - Show help information
80+ - ` /claude-status ` - Show current session status
81+
82+ ### Communication
83+ - ` /claude <message> ` - Send a message to Claude Code
84+ - ` /claude-thread [action] ` - Add thread context to Claude's session
85+ - ` /claude-thread ` - Add thread messages as context
86+ - ` /claude-thread summarize ` - Add context and ask Claude to summarize
87+ - ` /claude-thread implement ` - Add context and ask Claude to implement
88+ - ` /claude-thread review ` - Add context and ask Claude to review
89+
90+ ### File Operations
91+ - ` /claude-files ` - Browse and manage project files
92+ - ` /claude-new-file <path> ` - Create a new file
93+
94+ ### Help
95+ - ` /claude-help ` - Show detailed help information
8196
8297## Project Status
8398
84- ✅ ** Issue #2 : Project Setup** - COMPLETE
85- ⏳ ** Issue #3 : Bridge Server** - In Progress
86- ⏳ ** Issue #4 : Slash Commands** - Pending
87- ⏳ ** Issue #5 : Interactive Components** - Pending
88- ⏳ ** Issue #6 : File Operations** - Pending
99+ ✅ ** Issue #2 : Project Setup & Scaffolding** - COMPLETE
100+ ✅ ** Issue #3 : Bridge Server** - COMPLETE
101+ ✅ ** Issue #4 : Slash Commands & Bot Integration** - COMPLETE
102+ ✅ ** Issue #5 : Interactive Message Components** - COMPLETE
103+ ✅ ** Issue #9 : Thread Context Integration** - COMPLETE
104+ 🔄 ** Issue #6 : File Explorer & File Operations** - IN REVIEW (PR #11 )
105+ ⏳ ** Issue #7 : Testing & Documentation** - IN PROGRESS
106+ ⏳ ** Issue #8 : Deployment & CI/CD** - PENDING
89107
90108See [ Issues] ( https://github.com/appsome/claude-code-mattermost-plugin/issues ) for the full roadmap.
91109
0 commit comments