This website requires JavaScript.
Explore
Help
Sign In
studio
/
cli
Watch
2
Star
0
Fork
0
You've already forked cli
Code
Issues
Pull Requests
Actions
Packages
Releases
4
Wiki
Activity
Files
feat/code
Add File
New File
Apply Patch
cli
/
Cargo.toml
4 lines
81 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: workspace scaffolding — sunbeam-sdk + sunbeam binary crate Convert the single binary crate into a Cargo workspace with two members: sunbeam-sdk (library) and sunbeam (thin binary). Moves build.rs to the SDK with adjusted .git/HEAD path for the nested layout.
2026-03-21 14:34:15 +00:00
[
workspace
]
feat(code): add sunbeam-proto crate with gRPC service definition shared protobuf definitions for the sunbeam code agent: - CodeAgent service with bidirectional Session streaming - ClientMessage: StartSession, UserInput, ToolResult, ToolApproval - ServerMessage: TextDelta, ToolCall, ApprovalNeeded, Status - ToolDef for client-side tool registration this is the transport layer between `sunbeam code` (TUI client) and Sol (server-side agent loop). next: JWT middleware for OIDC auth, Sol gRPC server stub, CLI subcommand stub.
2026-03-23 11:12:51 +00:00
members
=
[
"sunbeam-sdk"
,
"sunbeam"
,
"sunbeam-proto"
]
refactor: workspace scaffolding — sunbeam-sdk + sunbeam binary crate Convert the single binary crate into a Cargo workspace with two members: sunbeam-sdk (library) and sunbeam (thin binary). Moves build.rs to the SDK with adjusted .git/HEAD path for the nested layout.
2026-03-21 14:34:15 +00:00
resolver
=
"3"
Reference in New Issue
Copy Permalink