v0.1.4 — silas:chat REPL + fresh-app quickstart fixes
bin/rails silas:chat — talk to your agent from the terminal. No platform binary: it's a rake task inside your app, so tools hit your real dev database, and parked approvals prompt inline (approve? [y]es / [d]ecline / [s]kip) via the same approve!/decline! as the inbox and Slack. SESSION=id resumes a session.
Fresh-app quickstart fixed. A from-scratch install previously failed at its own post-install steps: the generator now emits config/initializers/ruby_llm.rb (maps ANTHROPIC_API_KEY), defaults to the registry-known claude-opus-4-8 (unknown models raise an actionable error), the example schedule no longer crashes silas:schedules, and an existing bin/ci is never clobbered.
Also: Opus 4.8 pricing corrected to $5/$25 per MTok in default model_prices; ruby_llm dependency bounded < 2.
gem install silas · 0.1.4