fix(cooking): remove deprecated --interval-seconds flag

The interval_seconds param is no longer used. Removed from the CLI
option, params assembly, CreateTokenParams, SKILL.md and cli-usage.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
prodev-nova
2026-06-05 21:03:23 +08:00
co-authored by Claude Opus 4.8
parent 23ca9d8670
commit 1964e927cd
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -314,7 +314,6 @@ export interface CreateTokenParams {
// Multi-wallet buy
buy_wallets?: BuyWalletInfo[];
snip_buy_wallets?: BuyWalletInfo[];
interval_seconds?: number;
}
export class OpenApiClient {