Skip to content

Commit e63f7cc

Browse files
authored
Merge pull request #22 from JetSquirrel/claude/start-development-v0-2-0
Complete DeepSeek integration documentation
2 parents 9ef58f1 + 6f134a6 commit e63f7cc

4 files changed

Lines changed: 39 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - TBD
11+
12+
### Planned
13+
- Azure support
14+
- Google Cloud Platform support
15+
- Cost alerts and notifications
16+
- Budget tracking
17+
18+
### Added
19+
- **DeepSeek Integration**
20+
- DeepSeek API integration for balance queries
21+
- Display account balance instead of cost for DeepSeek accounts
22+
- Balance breakdown showing granted and topped-up balances
23+
- Support for multiple currencies (CNY, USD)
24+
25+
### Changed
26+
27+
### Fixed
28+
29+
## [0.1.1] - 2024-12-10
30+
1031
### Added
1132
- Initial release preparation
1233
- Comprehensive documentation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudbridge"
3-
version = "0.1.1"
3+
version = "0.2.0-dev"
44
edition = "2021"
55
description = "A cross-platform desktop application for multi-cloud cost management"
66
authors = ["JetSquirrel"]

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- **🌐 Multi-Cloud Support**
3232
- Amazon Web Services (AWS) - Full support
3333
- Alibaba Cloud (阿里云) - Full support
34+
- DeepSeek - Full support (balance tracking)
3435
- Azure & GCP - Coming soon
3536

3637
- **📊 Cost Visualization**
@@ -135,26 +136,35 @@ The compiled binary will be at:
135136

136137
> **Note:** Alibaba Cloud billing API is free of charge.
137138
139+
### DeepSeek Configuration
140+
141+
1. Log in to [DeepSeek Platform](https://platform.deepseek.com/)
142+
2. Navigate to **API Keys** section
143+
3. Create a new API key
144+
4. Add the account in CloudBridge using the API key
145+
146+
> **Note:** DeepSeek displays your account balance (including granted and topped-up balances) instead of cost data. The balance query API is free of charge.
147+
138148
## 🚀 Usage
139149

140150
### Adding a Cloud Account
141151

142152
1. Launch CloudBridge
143153
2. Navigate to **Accounts** in the sidebar
144-
3. Select your cloud provider (AWS or Alibaba Cloud)
154+
3. Select your cloud provider (AWS, Alibaba Cloud, or DeepSeek)
145155
4. Enter account name and credentials
146156
5. Click **Validate & Add**
147157

148158
### Viewing Cost Data
149159

150160
1. Go to **Dashboard**
151161
2. View the overview cards showing:
152-
- Current month total cost
162+
- Current month total cost (or balance for DeepSeek accounts)
153163
- Last month total cost
154164
- Month-over-month change
155165
- Active accounts count
156-
3. Click on any account card to expand service-level details
157-
4. Click **Trend** to view the 30-day cost chart
166+
3. Click on any account card to expand service-level details (or balance breakdown for DeepSeek)
167+
4. Click **Trend** to view the 30-day cost chart (not available for DeepSeek)
158168

159169
### Refreshing Data
160170

@@ -163,7 +173,8 @@ The compiled binary will be at:
163173

164174
## 🗺️ Roadmap
165175

166-
### v0.2.0 (Planned)
176+
### v0.2.0 (In Progress)
177+
- [x] DeepSeek support
167178
- [ ] Azure support
168179
- [ ] Google Cloud Platform support
169180
- [ ] Cost alerts and notifications

0 commit comments

Comments
 (0)