logoalt Hacker News

johndoughtoday at 7:18 PM3 repliesview on HN

I think it is hilarious that there are four different ways to set settings (settings.json config file, environment variable, slash commands and magical chat keywords).

That kind of consistency has also been my own experience with LLMs.


Replies

monatrontoday at 7:36 PM

To be fair, I can think of reasons why you would want to be able to set them in various ways.

- settings.json - set for machine, project

- env var - set for an environment/shell/sandbox

- slash command - set for a session

- magical keyword - set for a turn

ggdxwztoday at 7:52 PM

Especially some settings are in setting.json, and others in .claude.json So sometimes I have to go through both to find the one I want to tweak

SAI_Peregrinustoday at 8:00 PM

It's not unique to LLMs. Take BASH: you've got `/etc/profile`, `~/.bash_profile,` `~/.bash_login`, `~/.bashrc`, `~/.profile`, environment variables, and shell options.