mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-09 06:38:46 +03:00
claude-code
This commit is contained in:
15
src/commands/thinkback/index.ts
Normal file
15
src/commands/thinkback/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
import { checkStatsigFeatureGate_CACHED_MAY_BE_STALE } from '../../services/analytics/growthbook.js'
|
||||
|
||||
const thinkback = {
|
||||
type: 'local-jsx',
|
||||
name: 'think-back',
|
||||
description: 'Your 2025 Claude Code Year in Review',
|
||||
isEnabled: () =>
|
||||
checkStatsigFeatureGate_CACHED_MAY_BE_STALE('tengu_thinkback'),
|
||||
load: () => import('./thinkback.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default thinkback
|
||||
|
||||
|
||||
555
src/commands/thinkback/thinkback.tsx
Normal file
555
src/commands/thinkback/thinkback.tsx
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user