Skip to content

Commit 66c7227

Browse files
committed
feat(credentials): ✨ add provider credential validation warning
Implement a new warning state for valid credentials when the quota is exhausted, allowing users to save their provider connections. Update the response structure and dashboard behavior accordingly.
1 parent d097010 commit 66c7227

8 files changed

Lines changed: 27 additions & 5 deletions

File tree

.codegraph/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CodeGraph data files
2+
# These are local to each machine and should not be committed
3+
4+
# Database
5+
*.db
6+
*.db-wal
7+
*.db-shm
8+
9+
# Cache
10+
cache/
11+
12+
# Logs
13+
*.log
14+
15+
# Hook markers
16+
.dirty

.codegraph/daemon.pid

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pid": 29387,
3+
"version": "0.9.9",
4+
"socketPath": "/Users/acosta/Dev/dallay/cortex/.codegraph/daemon.sock",
5+
"startedAt": 1780824723292
6+
}

openspec/changes/2026-06-07-credential-validation-warning/state.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

openspec/changes/2026-06-07-credential-validation-warning/design.md renamed to openspec/changes/archive/2026-06-07-credential-validation-warning/design.md

File renamed without changes.

openspec/changes/2026-06-07-credential-validation-warning/findings.md renamed to openspec/changes/archive/2026-06-07-credential-validation-warning/findings.md

File renamed without changes.

openspec/changes/2026-06-07-credential-validation-warning/proposal.md renamed to openspec/changes/archive/2026-06-07-credential-validation-warning/proposal.md

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
change: 2026-06-07-credential-validation-warning
2+
current_phase: archive
3+
completed: [init, explore, propose, spec, design, tasks, apply, verify, archive]
4+
next: push
5+
updated: 2026-06-07

openspec/changes/2026-06-07-credential-validation-warning/tasks.md renamed to openspec/changes/archive/2026-06-07-credential-validation-warning/tasks.md

File renamed without changes.

0 commit comments

Comments
 (0)