Skip to content

Advanced options

More Options contains less frequently used settings and tool entry points. This page covers only options that are uncommon in everyday workflows; common actions are documented on their scenario pages.

Run Options

OptionPurpose
Confirm fallback when no file changesAsk for confirmation before falling back to Gradle when no file changes are detected but the run requires fallback; when disabled, fallback starts immediately.
Always restart app after deploymentRestart the app after every deployment so results remain predictable after changes to startup logic, singleton caches, static / companion members, or Kotlin top-level declarations.
Auto fallback to gradle when deploy errorAutomatically use a Gradle build and installation when deployment fails with an error that permits fallback.

Tools

OptionPurpose
Install Jugg SkillsInstall the Jugg CLI, agent skill, and hooks.
Set custom server URLConfigure a custom Jugg backend URL for internal configuration, updates, or event reporting.
Check updatesCheck whether an update is available for the current plugin version.
Clean and reset JuggDelete local Jugg caches and reopen the project; use when cache state is clearly abnormal.

Function Switches

OptionPurpose
Enable quick deploy(skip App startup)Enable the quick-deployment path so some recovery or deployment scenarios can skip waiting for app startup; enabled by default.
Enable use project Kotlin compilerUse the project's own Kotlin compiler for incremental compilation; enabled by default and should be disabled only when diagnosing Kotlin compiler compatibility.
Enable backup classpathUse a backup classpath to improve compilation stability; changing the setting clears deployment history, and the option is hidden on some platforms or environments.

Test Mock Events

These entry points are mainly for internal diagnostics and are not recommended for everyday runs.

OptionPurpose
Mark as project synced and re-init compilerSimulate completion of Gradle Sync and reinitialize the compiler.
Mark as gradle compiled and re-init compilerSimulate completion of a Gradle build and reinitialize the compiler; this can make Jugg state inconsistent with actual build artifacts.