[Nano Project][Released]

New Feature Development: Adding @ File Syntax to Nanocoder

will-lamerton@will-lamerton0 comments

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!

Join the discussion

Have thoughts on this post? Head over to our GitHub discussions to share your feedback.

View on GitHub