feat: add per-session model selection

This commit is contained in:
Peter Steinberger
2025-12-23 23:45:20 +00:00
parent b6bfd8e34f
commit 364a6a9444
34 changed files with 729 additions and 300 deletions

View File

@@ -102,7 +102,7 @@ export function buildProgram() {
.description("Initialize ~/.clawdis/clawdis.json and the agent workspace")
.option(
"--workspace <dir>",
"Agent workspace directory (default: ~/clawd; stored as inbound.workspace)",
"Agent workspace directory (default: ~/clawd; stored as agent.workspace)",
)
.action(async (opts) => {
try {
@@ -338,7 +338,7 @@ Examples:
clawdis sessions --json # machine-readable output
clawdis sessions --store ./tmp/sessions.json
Shows token usage per session when the agent reports it; set inbound.agent.contextTokens to see % of your model window.`,
Shows token usage per session when the agent reports it; set agent.contextTokens to see % of your model window.`,
)
.action(async (opts) => {
setVerbose(Boolean(opts.verbose));