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
Added appsignal-cli about, a splash-style overview command that shows your CLI version, configured endpoint, authentication status, and suggested next commands.
Added dedicated apps resources subcommands such as users, dashboards, and deploy-markers, plus apps resources all for the combined view. apps resources deploy-markers now lists recent deploy markers, and apps resources namespaces now works with the current AppSignal GraphQL namespace shape.
Added skill install so you can install the bundled AppSignal CLI skill for OpenCode, Codex, or Claude. The installed skill explains the user-facing CLI commands and LLM-friendly output like --output json.
Fixed
OAuth login now completes through a local browser callback, so signing in works on Linux without custom URI scheme support. Custom AppSignal endpoints must be configured as base URLs like https://staging.lol, and non-production environments can use a separate OAuth client ID when needed.
Projects can now keep AppSignal auth, endpoint, OAuth client ID, and default org settings in a local .appsignal.toml created with appsignal-cli project init. When that file exists, the CLI uses it as the only config for that project, so missing values no longer fall back to global settings, and project logout clears only the active project's credentials.