Commit Graph

119 Commits

Author SHA1 Message Date
Claude addb116f99 docs(commands): add ultracode effort level and bump badge to v2.1.160
Add `ultracode` to /effort command signature and description (combines
xhigh reasoning with automatic workflow orchestration; session-only).
v2.1.160 renamed the `workflow` keyword to `ultracode`. Badge bumped
Jun 01 → Jun 02, version v2.1.159 → v2.1.160.

https://claude.ai/code/session_01MBkyNx7gh5vJLVY6W7gxY7
2026-06-02 06:11:35 +00:00
Claude 6d1aaf9302 chore(skills): bump Last Updated badge to Jun 02 2026 and version to v2.1.160
Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-02 05:04:04 +00:00
Shayan Rais 8495a74828 Merge pull request #97 from shanraisshan/settings-drift/2026-06-01
Daily settings drift check — 2026-06-01 (Claude Code v2.1.159)
2026-06-01 22:57:52 +05:00
Claude 9329519848 docs(subagents): update Last Updated badge to Jun 01, 2026 11:38 AM PKT and version to v2.1.159
Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 06:38:59 +00:00
Claude a37d9733ac docs(commands): bump Last Updated badge to Jun 01 11:08 AM PKT and version to v2.1.159
https://claude.ai/code/session_015VqJw5D8GiS4iz5otf3ki1
2026-06-01 06:09:10 +00:00
Claude 5b3273f90d docs(settings): v2.1.159 drift fixes — 29 env vars added, 5 duplicates removed, broken link fixed
- Version badge bumped v2.1.158 → v2.1.159; env var count updated 180+ → 200+
- Removed string-type `skillOverrides` duplicate (object-type row is the correct one)
- Removed 5 duplicate env var rows: CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN,
  CLAUDE_CODE_FORCE_SYNC_OUTPUT, CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE,
  CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY, CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL
- Added 3 AWS vars: ANTHROPIC_AWS_API_KEY, ANTHROPIC_AWS_BASE_URL, ANTHROPIC_AWS_WORKSPACE_ID
- Added 3 GCP vars: GCLOUD_PROJECT, GOOGLE_APPLICATION_CREDENTIALS, GOOGLE_CLOUD_PROJECT
- Added 5 OTEL vars: OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_HEADERS,
  OTEL_LOG_TOOL_CONTENT (resolves 20-run ON HOLD), OTEL_METRICS_EXPORTER, OTEL_TRACES_EXPORTER
- Added 13 CLAUDE_CODE_*/other confirmed-official vars:
  CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD, CLAUDE_CODE_ALT_SCREEN_FULL_REPAINT,
  CLAUDE_CODE_ATTRIBUTION_HEADER, CLAUDE_CODE_DISABLE_POLICY_SKILLS,
  CLAUDE_CODE_ENABLE_BACKGROUND_PLUGIN_REFRESH, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS,
  CLAUDE_CODE_EXTRA_BODY, CLAUDE_CODE_MCP_ALLOWLIST_ENV, CLAUDE_CODE_NATIVE_CURSOR,
  CLAUDE_CODE_PROPAGATE_TRACEPARENT, CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS,
  DO_NOT_TRACK, INIT_PROMPT
- Annotated DISABLE_AUTO_COMPACT as unverified (not on official env-vars page)
- Removed dead link: shipyard.build/blog/claude-code-cheat-sheet/ (403 Forbidden)

https://claude.ai/code/session_013k14BPqKZQKiv9xbgu9AxB
2026-06-01 05:59:39 +00:00
Claude 95a7233500 chore(skills): bump Last Updated badge to v2.1.159 [Jun 01, 2026 10:11 AM PKT]
Routine badge sync after skills drift run — no field or skill changes.

Co-Authored-By: Claude <claude@anthropic.com>
2026-06-01 05:12:00 +00:00
Shayan Rais dccbee4b3a docs(subagents): bump version badge to v2.1.158
No drift on tracked dimensions — all 16 frontmatter fields and 5 built-in
agents still match official docs. Version badge only.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 00:13:39 +05:00
Shayan Rais 951a06e497 docs(skills): add disallowed-tools field and simplify bundled skill
- Bump version to v2.1.158
- Add disallowed-tools frontmatter field (15 -> 16): tools removed from the pool
  while skill is active, clears on next message
- Add simplify bundled skill (9 -> 10): cleanup-only review across four parallel
  agents; no longer hunts correctness bugs as of v2.1.154 (use /code-review)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 00:13:34 +05:00
Shayan Rais 1455ed39dc docs(settings): document workflow settings, Opus 4.8, and auto-mode env var
- Bump version to v2.1.158
- Add disableWorkflows, workflowKeywordTriggerEnabled, ultracode (session-only)
  to General Settings
- Add teammateDefaultModel (Global config) and pluginSuggestionMarketplaces
  (Plugin settings)
- Update opus alias + effortLevel/XHigh notes for Opus 4.8 (latest on Anthropic
  API, defaults to high effort, supports xhigh)
- Add CLAUDE_CODE_DISABLE_WORKFLOWS and CLAUDE_CODE_ENABLE_AUTO_MODE env vars
- Remove stale "not yet on official page" note from allowAllClaudeAiMcps
- Refresh Quick Reference example with new workflow keys

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 00:13:28 +05:00
Shayan Rais 78410337a7 docs(commands): add disallowed-tools field, /reload-skills and /workflows commands
- Bump version badge to v2.1.158 (Jun 01, 2026)
- Add disallowed-tools frontmatter field (15 -> 16): inverse of allowed-tools,
  clears on next message
- Add /reload-skills (#44, Extensions): re-scan skill/command dirs without restart
- Add /workflows (#82, Session): open the workflow progress view
- Official command count 80 -> 82; renumber downstream rows

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 00:13:19 +05:00
Shayan Rais 144ad09801 docs(settings): add 7 keys (allowAllClaudeAiMcps, disableAgentView, strictPluginOnlyCustomization, maxSkillDescriptionChars, skillListingBudgetFraction, claudeMd, syntaxHighlightingDisabled); fix externalEditorContext default+desc and opus/sonnet aliases; bump to v2.1.150
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-25 16:50:40 +05:00
Shayan Rais 79edf5c0b6 docs(subagents): sync Last Updated badge to v2.1.150
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-25 16:50:40 +05:00
Shayan Rais 7f10e4d70a docs(skills): rename bundled skill simplify→code-review (v2.1.147), bump badge to v2.1.150
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-25 16:50:40 +05:00
Shayan Rais bcbb63c3b6 docs(commands): sync Last Updated badge to v2.1.150
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-25 16:50:40 +05:00
Shayan Rais 14c01819b5 docs(claude-settings): update to v2.1.145
Add claudeMdExcludes, autoMemoryEnabled, worktree.bgIsolation; PowerShell permission rules + symlink/compound-command/process-wrapper semantics; new env vars (ANTHROPIC_WORKSPACE_ID, CLAUDE_EFFORT, CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE, etc.); settings count 60+ -> 80+; badge -> v2.1.145.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-21 00:37:45 +05:00
Shayan Rais 0fb7e0ca45 docs(claude-commands): update to v2.1.145
Rename /extra-usage -> /usage-credits, add /share alias to /feedback, add xhigh to effort options; badge -> v2.1.145.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-21 00:37:44 +05:00
Shayan Rais cf86431799 docs(claude-skills): add run/verify/run-skill-generator bundled skills
Sync to Claude Code v2.1.145: add the three new "Run and verify your app"
bundled skills (run, verify, run-skill-generator), bump official skills
count 6→9, and refresh the Last Updated badge.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-21 00:19:57 +05:00
Shayan Rais d51402beb6 docs(claude-subagents): bump badge to v2.1.145 (May 21, 2026 12:05 AM PKT)
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-21 00:19:28 +05:00
Shayan Rais 2239d1ce04 Merge remote-tracking branch 'origin/main' 2026-05-12 23:51:39 +05:00
Shayan Rais 6246e968ea chore(claude-subagents): sync badge to v2.1.139 (no-drift)
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 23:51:04 +05:00
Shayan Rais aaeb69e5bc chore(claude-settings): bump env var count 175+→180+, badge to v2.1.139
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 23:51:02 +05:00
Shayan Rais e84f708484 chore(claude-commands): bump official command count 75→80, badge to v2.1.139
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 23:51:00 +05:00
Shayan Rais bd72ef06d3 sync skills report badge to Claude Code v2.1.139
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 23:40:32 +05:00
Shayan Rais da6a99b6cb chore(claude-subagents): bump version badge to v2.1.138
No drift detected on the two tracked dimensions — all 16 frontmatter fields
and 5 built-in agent types match official docs across the 12-version window.
Badge timestamp refreshed to May 09 2026 6:58 PM PKT.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-09 19:56:18 +05:00
Shayan Rais 296418438a chore(claude-skills): bump version badge to v2.1.138
No drift detected — frontmatter fields (15) and bundled skills (6) remain
fully synchronized with official docs across the v2.1.126 → v2.1.138 window.
Badge timestamp refreshed to May 09 2026 6:58 PM PKT.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-09 19:56:14 +05:00
Shayan Rais 6902a5df3f chore(claude-commands): add /radio + /rewind, refine /clear /review /context signatures, bump to v2.1.138
Insert /radio under Config tag (#12) — opens Claude FM lo-fi radio in browser,
prints stream URL when no browser is available; not on Bedrock/Vertex/Foundry.
Add /rewind under Session tag (#76) — checkpointing alias for /checkpoint and
/undo. Update three signatures with optional arguments: /clear → /clear [name]
(label previous conversation in /resume picker), /review → /review [PR]
(accept optional PR), /context → /context [all] (expand per-item breakdown).
Total grows 75 → 76 with renumbering. Badge to v2.1.138 / May 09 2026 6:58 PM
PKT.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-09 19:56:10 +05:00
Shayan Rais d58615df07 chore(claude-settings): drift refresh to v2.1.138 — add 7 settings keys + 6 env vars
Bump report version badge and body header from v2.1.126 → v2.1.138 (12-version
gap). Add 7 settings keys: worktree.baseRef (v2.1.133), sandbox.bwrapPath /
sandbox.socatPath (v2.1.133, managed Linux/WSL), skillOverrides (v2.1.129),
parentSettingsBehavior (v2.1.133) and policyHelper (v2.1.136) in a new
"Dynamic & Parent-Tier Policy" subsection under Settings Hierarchy. Extend
autoMode description with the hard_deny array (v2.1.136). Add 6 new env vars
(CLAUDE_CODE_SESSION_ID, CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN,
CLAUDE_CODE_FORCE_SYNC_OUTPUT, CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE,
CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY,
CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-09 19:54:40 +05:00
Shayan Rais 27ff6b6c9b update settings report to Claude Code v2.1.126
Adds three new keys documented on the official settings/env-vars pages:
- preferredNotifChannel (Display Settings) — task-complete/permission notification channel with 7 enum values; default "auto" sends desktop notifications in iTerm2/Ghostty/Kitty
- ANTHROPIC_BEDROCK_SERVICE_TIER (Env Vars, v2.1.122) — Bedrock service tier (default/flex/priority) sent as X-Amzn-Bedrock-Service-Tier header
- CLAUDE_CODE_PROVIDER_MANAGED_BY_HOST (Env Vars, v2.1.126) — set by embedding host platforms; provider/auth env vars in settings.json are ignored when set

Enriches existing descriptions for v2.1.126 behavior changes:
- bypassPermissions exemption extended to .claude/, .git/, .vscode/, and shell config files
- defaultShell: PowerShell becomes primary shell when CLAUDE_CODE_USE_POWERSHELL_TOOL=1; PowerShell 7 detection covers Microsoft Store, MSI off-PATH, and .NET global tool installs
- spinnerTipsOverride.excludeDefault now also suppresses time-based tips (v2.1.121)
- /config now persists changes to ~/.claude/settings.json (v2.1.126)

Quick Reference example showcases the new keys.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 16:15:40 +05:00
Shayan Rais 0d4fecdddf sync skills report badge to Claude Code v2.1.126
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:59:37 +05:00
Shayan Rais 87086745da sync commands report badge to Claude Code v2.1.126
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:58:37 +05:00
Shayan Rais 484490711c sync subagents report badge to Claude Code v2.1.126
No schema drift on tracked dimensions (16 frontmatter fields, 5 built-in
agents). Routine version-bump from v2.1.121.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:58:26 +05:00
Shayan Rais d603374adc add xhigh to effort field enum in claude-subagents report (v2.1.121)
Mirrors the v2.1.91 pattern when auto was added to permissionMode — the field
description now lists low / medium / high / xhigh / max to match official docs.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:29 +05:00
Shayan Rais 707c390927 add fewer-permission-prompts to bundled skills table and bump to v2.1.121
Promoted from /en/commands canonical reference (the Skills Reference prose at
/en/skills still undercounts at 5). Count updated 5 → 6.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:27 +05:00
Shayan Rais 358192b4c7 update claude-settings report for v2.1.121 — alwaysLoad, sshConfigs, status line fields, file scope migration
- new MCP Per-Server Tool Loading subsection (alwaysLoad + per-tool _meta variant)
- new Workspace & Teams subsection covering sshConfigs
- Display Settings table: 5 keys migrated from ~/.claude.json to settings.json (autoScrollEnabled, editorMode, showTurnDuration, teammateMode, terminalProgressBarEnabled) with v2.1.119 historical note
- Status Line Input Fields table: add effort.level and thinking.enabled (v2.1.121)
- bypassPermissions row notes new .claude/* write exemption (v2.1.121)
- language description now mentions terminal tab title (v2.1.121)
- /effort row updated to list xhigh and max
- Effort Level Note adds \${CLAUDE_EFFORT} skill template variable (v2.1.120)
- env vars: AI_AGENT (v2.1.120) and OTEL_LOG_USER_PROMPTS (v2.1.121)
- fix two relative auto-mode anchor links to absolute URLs
- Quick Reference example showcases mcpServers.alwaysLoad and sshConfigs

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:17 +05:00
Shayan Rais 5995266a66 bump claude-commands report version badge to v2.1.121
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:04 +05:00
Shayan Rais f7290ff2c4 Document v2.1.119 settings, env vars, and behavior changes
Settings additions:
- prUrlTemplate (Attribution): URL template for the PR badge in commit
  attribution — supports self-hosted GitLab/Bitbucket/GitHub Enterprise
- voice (object): full structure with enabled/mode/autoSubmit; mark legacy
  voiceEnabled as DEPRECATED alias

Behavior updates:
- auto permission mode: rewrite per official docs — drop the removed
  --enable-auto-mode flag, note inclusion in the default Shift+Tab cycle
  since v2.1.111
- blockedMarketplaces: note v2.1.119 enforcement of hostPattern/pathPattern
  matchers before any download touches the filesystem

Env var additions:
- CLAUDE_CODE_HIDE_CWD: hides CWD in startup logo banner (v2.1.119)

CLI / docs additions:
- claude plugin tag: marketplace plugin version tagging subcommand (v2.1.118)
- MCP OAuth callout: RFC 9728 protected-resource discovery, no manual
  apiKeyHelper/headersHelper needed for compliant servers (v2.1.111)
- Quick Reference example updated with prUrlTemplate

Bump Last Updated badge and version header to v2.1.119.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:42:48 +05:00
Shayan Rais dc37a9fe40 Refresh claude-commands.md descriptions for v2.1.119
- /branch: note CLAUDE_CODE_FORK_SUBAGENT env var causes /fork to spawn a
  forked subagent instead of branching the conversation (v2.1.117)
- /focus: clarify "Only available in fullscreen rendering" (v2.1.110)
- /skills: add "Press t to sort by token count" (v2.1.110/111)
- /clear: reword to contrast with /compact — /clear starts fresh, /compact
  preserves the same conversation
- Bump Last Updated badge and version to v2.1.119

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:42:35 +05:00
Shayan Rais a823bdac05 Bump claude-subagents.md badge to Claude Code v2.1.119
No drift detected — all 16 frontmatter fields and 5 built-in agents match
v2.1.119 docs. Badge-only refresh.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:42:20 +05:00
Shayan Rais 8e85a68c31 Bump claude-skills.md badge to Claude Code v2.1.119
No drift detected — frontmatter fields (15) and bundled skills (5) are fully
synchronized with v2.1.119 docs. Badge-only refresh.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:42:10 +05:00
Shayan Rais b2aae4650f Refresh subagents report badge to v2.1.118
No drift detected — all 16 frontmatter fields and 5 built-in agents match official docs. Badge timestamp refreshed to Apr 24, 2026 12:27 AM PKT.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-24 00:49:13 +05:00
Shayan Rais b1ef53c943 Sync skills report to v2.1.118
- Add `arguments` frontmatter field (count 14 → 15) — named positional $name substitution in skill content, accepts space-separated string or YAML list
- Refresh badge to Apr 24, 2026 12:27 AM PKT, v2.1.118

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-24 00:49:04 +05:00
Shayan Rais 50038318aa Sync settings report to v2.1.118
- Add `wslInheritsWindowsSettings` managed setting (WSL inherits Windows HKLM/registry policy chain)
- Document `"$defaults"` sentinel in `autoMode` — inherits built-in rules at that position so custom entries are added alongside them
- Add `DISABLE_UPDATES` env var (strictly blocks all update paths, stronger than DISABLE_AUTOUPDATER)
- Add `OTEL_LOG_RAW_API_BODIES` and `CLAUDE_CODE_FORK_SUBAGENT` env vars (changelog-only, flagged as such)
- Remove stale `askEdits`, `viewOnly`, `allow_remote_sessions` entries — not documented in official docs since v2.1.74 (40+ days)
- Expand `cleanupPeriodDays` description — v2.1.117 adds ~/.claude/tasks/, shell-snapshots/, and backups/ to the startup sweep
- Note v2.1.117 default-effort change from medium → high for Pro/Max on Opus 4.6 and Sonnet 4.6
- Refresh badge to Apr 24, 2026 12:27 AM PKT, v2.1.118

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-24 00:48:51 +05:00
Shayan Rais 67ba4d5b8b Sync commands report to v2.1.118
- Add `arguments` frontmatter field (count 14 → 15) for named positional $name substitution
- Merge /cost and /stats as aliases of /usage (canonical command); update /usage description
- Update /voice signature to [hold|tap|off]
- Expand /theme description with custom themes from ~/.claude/themes/ and plugins
- Update /terminal-setup terminal list: drop Warp, add Cursor/Windsurf/Zed
- Mark /effort `max` level as session-only
- Refresh badge to Apr 24, 2026 12:29 AM PKT, v2.1.118

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-24 00:48:35 +05:00
Shayan Rais 77ac33fe58 best-practice/claude-subagents: bump badge to v2.1.114
Refreshes Last-Updated timestamp to Apr 18 2026 7:53 PM PKT and
version badge to v2.1.114. No drift detected — 16 frontmatter
fields and 5 built-in agents remain synchronized with official docs.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:24:36 +05:00
Shayan Rais 832b026191 best-practice/claude-skills: bump badge to v2.1.114, add xhigh effort level
Refreshes timestamp to Apr 18 2026 and adds xhigh to the valid
values for the skill-level effort override.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:24:31 +05:00
Shayan Rais e9b53ef82f best-practice/claude-settings: sync to v2.1.114
- add awaySummaryEnabled, externalEditorContext (v2.1.110)
- move autoScrollEnabled from General to Global Config
  (~/.claude.json) per official docs
- drop stale "not yet on official settings page" annotations from
  tui and sandbox.network.deniedDomains (both now documented;
  deniedDomains in v2.1.113)
- effortLevel: add xhigh (Opus 4.7, v2.1.111) and fallback note
- add CLAUDE_CODE_ENABLE_AWAY_SUMMARY env var
- bidirectional cross-links between settings report and
  claude-cli-startup-flags.md for CLAUDE_CODE_SIMPLE /
  CLAUDE_CODE_EFFORT_LEVEL
- quick-reference example uses the new keys

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:24:27 +05:00
Shayan Rais 6ab28bae8f best-practice/claude-commands: sync to v2.1.114 (70 → 75 commands)
- add /focus (v2.1.110), /tui (v2.1.110), /heapdump, /ultrareview
  (v2.1.111), /recap (v2.1.108)
- /effort: add xhigh level + interactive slider behavior (v2.1.111)
- /review: revert from deprecated → live built-in, cross-reference
  /ultrareview for cloud review
- /model: note mid-conversation switch warning (v2.1.108)
- /theme: add "Auto (match terminal)" option (v2.1.111)
- /schedule: add /routines alias

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:24:17 +05:00
Shayan Rais 476a2e2e51 update subagents report badge to v2.1.110
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-16 23:45:31 +05:00
Shayan Rais 90aa462338 update skills report badge to v2.1.110
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-16 23:45:30 +05:00