Nano ProjectReleased

New Feature Development: Adding @ File Syntax to Nanocoder

Update: Adding @ File Syntax to Nanocoder

Next up for Nanocoder, we'll be working on @ syntax for file references, based on the feature request in issue #5.

What's changing:

You'll be able to include files directly in your messages using @ syntax. Instead of asking Nanocoder to read files separately, you can reference them inline:

"Fix the TypeScript errors in @src/utils/validation.ts and update @types/user.ts accordingly"

Planned features:

  • File inclusion with @filename.ts
  • Line range support with @filename.ts:10-20
  • Multiple file references in one message
  • Tab completion for file paths
  • Glob pattern support

This should streamline your workflow by reducing the steps needed to work with multiple files.

We'll share another discussion once released!

Want to join the discussion? Head over to GitHub to share your thoughts!

View Discussion on GitHub