Commit Graph

9 Commits

Author SHA1 Message Date
Harsh Mahajan 6f67cbff2e use console var 2026-04-01 19:18:11 +05:30
Harsh Mahajan 0163986045 fix: resource block console 2026-03-31 18:20:51 +05:30
Jake Barnby 66f52ce36c fix: address review bot comments on AGENTS.md and CLAUDE.md
- Standardize `bun run` prefix across all commands table entries
- Fix database types table: mark vectorsdb as not yet implemented, dedicateddb as cross-repo
- Remove inaccurate DedicatedDB/Compute service claim from console docs
- Add $bindable() usage context in Svelte 5 runes example
- Note Dependencies enum has 66+ keys for cache invalidation
- Mention isSelfHosted alongside isCloud for feature gating
- Add explanatory comment in CLAUDE.md for @AGENTS.md syntax

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 16:09:05 +13:00
Jake Barnby de112e363c (chore): add agents files 2026-03-31 15:45:02 +13:00
Darshan 29a9a04bad fix: text. 2026-02-02 11:52:49 +05:30
Darshan c36d09a688 fix: agents.md. 2026-02-02 11:50:50 +05:30
Copilot 273488f71f Fix: Preserve null value for "Never" expiration option (#2605)
Fixed reactive block in expirationInput.svelte to check for null before converting to ISO date.

When "Never" is selected, value now remains null instead of being converted to '1970-01-01'. 

This allows the API to correctly handle null expiration dates for API keys and file tokens.
2025-11-21 06:44:50 -08:00
loks0n aba51bb3f7 fix: manual deployment snippet 2025-10-31 18:31:42 +00:00
Copilot a5a4fbbc33 Add AGENTS.md onboarding file for coding agents (#2522)
This file will help agents like GitHub copilot and Cursor to better understand our codebase and know what to do before completing their agentic task and submitting PRs such as running tests and including screenshot of the change.
2025-10-31 10:33:46 -07:00