Skip to content
Discussion options

You must be logged in to vote

@cschneid — I owe you an apology for the delay here. I said "will look into it over the weekend" in May and then answered this in code without ever coming back to the thread.

This works now, as of v1.12.0. Your read was right: little-coder launches pi with --no-extensions, which is why ~/.pi/ extensions were ignored. There are three ways in now:

  1. --with-pi-extensions (or LITTLE_CODER_PI_EXTENSIONS=1) — drops --no-extensions, so pi discovers its own from ~/.pi/agent/extensions and ./.pi/extensions. This is the one you were asking for.
  2. A user extension directory~/.config/little-coder/extensions/. Each direct child is one extension (a .ts/.js/.mjs file, or a directory with an index.ts). L…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by itayinbarr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants