-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] Remaining "Coming soon" stub commands need implementation #95
Copy link
Copy link
Closed
Labels
Description
Problem/Context
Several CLI commands still display "Coming soon!" placeholders instead of actual functionality in v0.1.3. Issue #91 was closed but only session list and zerodb status were implemented.
Affected Commands
1. session show <id>
$ ainative-code session show e2ddb3b6-fea5-49aa-9573-62cfdde1c109
Session Details for: e2ddb3b6-fea5-49aa-9573-62cfdde1c109 - Coming soon!2. rlhf list
$ ainative-code rlhf list
RLHF Feedback Entries:
======================
Coming soon!3. rlhf stats
$ ainative-code rlhf stats
RLHF Feedback Statistics:
=========================
Total entries: Coming soon
Average rating: Coming soon
Rating distribution:
5 stars: Coming soon
...4. design list
$ ainative-code design list
Design Tokens:
==============
Coming soon!5. strapi list
$ ainative-code strapi list
Available Content Types:
========================
Coming soon!Working Commands (v0.1.3)
These commands were fixed and work correctly:
- ✅
session list- Shows sessions properly - ✅
session create- Creates sessions (FTS5 working) - ✅
session search- Searches with FTS5 - ✅
session export- Exports to JSON - ✅
zerodb status- Shows database stats with table counts
Expected Behavior
session show- Display session details (title, created date, message count, messages preview)rlhf list- List collected feedback entriesrlhf stats- Show actual statistics from databasedesign list- List design tokens/configurationsstrapi list- List available Strapi content types
Environment
- Version: v0.1.3
- Platform: macOS (Darwin arm64)
Priority
Medium - Features are advertised in help but not implemented. Core session workflow works, these are supplementary features.
Reactions are currently unavailable