You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When discussing user-level parameters with @stirby I came to an idea about how we can simplify the parameter system. Right now we have an ephemeral bool flag on coder_parameter and our plan of action for introducing autofill was to create an autofill bool flag. I realize these features have conceptual overlap and would be better represented a single flag on parameters:
When discussing user-level parameters with @stirby I came to an idea about how we can simplify the parameter system. Right now we have an
ephemeral bool
flag oncoder_parameter
and our plan of action for introducing autofill was to create anautofill bool
flag. I realize these features have conceptual overlap and would be better represented a single flag on parameters:This option would default to
workspace
.memory = user
solves for user-level parameters.memory = build
is equivalent to today'sephemeral = true
.We would need to hide, deprecate, and remove the
ephemeral
opt—which is a happy thing for me.Related:
cc @code-asher
The text was updated successfully, but these errors were encountered: