Skip to content

feat: implement multi-tenant credential storage#178

Merged
marcusquinn merged 3 commits into
mainfrom
feature/multi-tenant-credentials
Jan 24, 2026
Merged

feat: implement multi-tenant credential storage#178
marcusquinn merged 3 commits into
mainfrom
feature/multi-tenant-credentials

feat: add multi-tenant setup prompt to setup.sh

32c35ba
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 24, 2026 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- .opencode/tool/api-keys.ts  1
         

See the complete overview on Codacy

Annotations

Check notice on line 73 in .agent/scripts/credential-helper.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.agent/scripts/credential-helper.sh#L73

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.

Check notice on line 82 in .agent/scripts/credential-helper.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.agent/scripts/credential-helper.sh#L82

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.

Check notice on line 619 in .agent/scripts/credential-helper.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.agent/scripts/credential-helper.sh#L619

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.

Check notice on line 682 in .agent/scripts/credential-helper.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.agent/scripts/credential-helper.sh#L682

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.