Skip to content

[FEATURE] Add token count and cost estimation to dry run mode #113

@adeeshperera

Description

@adeeshperera

The current dry run mode (--dry-run) only shows basic statistics like line count and character count. It doesn't provide crucial information for cost planning such as:

  • Estimated token count for the LLM API call
  • Estimated cost based on the selected provider
  • Processing time estimates

This makes it difficult for users to understand the cost implications before making actual API calls.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions