Operations
FAQ
Frequently asked questions for ShipMyAgent users
FAQ
Is there any difference between shipmyagent and sma?
No. sma is the short alias of the same binary.
Why does sma task ... fail with connection errors?
task/chat/skill/voice/service/extension commands typically require a running daemon:
sma agent on${VAR} in ship.json is not resolved. Why?
Make sure env vars are available in process env or project .env, then restart runtime.
How do I switch model quickly?
sma console config llm model list
sma console config get model.primaryHow can I check runtime state?
sma service list
sma extension listI see deprecated eslint@8 and deprecated subdependencies during install. Is this critical?
Usually no. These warnings are typically from dev-tooling dependency chains and do not block runtime usage.
deprecated eslint@8: your resolved tree still includes ESLint 8.x.glob@7,rimraf@3,inflight, etc.: usually transitive dependencies from upstream tools.
If you only run sma, you can proceed. To reduce warnings:
- Upgrade direct
eslintdependency to 9.x. - Upgrade upstream tooling packages to newer major versions when available.