Skip to content

Commit 9d66df5

Browse files
authored
Merge pull request #4 from sopaco/v2
```
2 parents 7963f5c + c7016f0 commit 9d66df5

File tree

9 files changed

+28
-1168
lines changed

9 files changed

+28
-1168
lines changed

crates/cowork-cli/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use adk_core::Content;
1414
use futures::StreamExt;
1515

1616
#[derive(Parser)]
17-
#[command(name = "cowork-v2")]
18-
#[command(about = "AI-powered software development system V2", long_about = None)]
17+
#[command(name = "cowork")]
18+
#[command(about = "AI-powered software development system", long_about = None)]
1919
struct Cli {
2020
#[command(subcommand)]
2121
command: Commands,
@@ -186,7 +186,7 @@ async fn execute_pipeline(pipeline: Arc<dyn adk_core::Agent>, input: &str, enabl
186186

187187
// Create session FIRST
188188
let user_id = "cowork-user".to_string();
189-
let app_name = "cowork-forge-v2".to_string();
189+
let app_name = "cowork-forge".to_string();
190190

191191
let session = session_service
192192
.create(CreateRequest {

crates/cowork-core/CHANGELOG.md

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

0 commit comments

Comments
 (0)