Skip to content

[FEATURE] Remaining "Coming soon" stub commands need implementation #95

@ranveerd11

Description

@ranveerd11

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 entries
  • rlhf stats - Show actual statistics from database
  • design list - List design tokens/configurations
  • strapi 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions