Skip to content

Tags: zhaopengme/cce

Tags

v0.2.7.1

Toggle v0.2.7.1's commit message
Add Linux ARM64 (aarch64) platform support for CI and releases Co-authored-by: zhaopengme <1415418+zhaopengme@users.noreply.github.com>

v0.2.7

Toggle v0.2.7's commit message
chore: version bump to 0.2.7 - Auto-load current provider on shell startup via shellenv 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

v0.2.6

Toggle v0.2.6's commit message
chore: version bump to 0.2.6 - Fixed version inconsistency between Cargo.toml and cli.rs - Replaced unwrap() with expect() for better error handling - Extracted common environment variable management functions - Reduced code duplication in provider.rs and tui.rs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

v0.2.5

Toggle v0.2.5's commit message
merge pr 

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from Tharun-DV/master feat: add interactive TUI and fix command alias duplication

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from Luoxin/feature/add-command-aliases feat: add command aliases for list and delete commands

v0.2.2

Toggle v0.2.2's commit message
feat: improve shell integration and add Chinese docs 

v0.2.1

Toggle v0.2.1's commit message
fixed env 

v0.2.0

Toggle v0.2.0's commit message
Release 0.2.0 

v0.1.3

Toggle v0.1.3's commit message
Simplify CI/CD workflows and improve release process Consolidates release job, improves artifact handling, and cleans up workflow formatting. Removes master branch from CI triggers and simplifies release asset uploading.