File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ var experimentalCommands = []experimentalCommandInfo{
4040 Invocation : "entire tokens profile" ,
4141 Summary : "Aggregate token usage across committed checkpoints" ,
4242 },
43+ {
44+ CommandPath : []string {"session" , "tokens" },
45+ Invocation : "entire session tokens" ,
46+ Summary : "Show token usage and recommendations for a session" ,
47+ },
4348 {
4449 CommandPath : []string {"org" },
4550 Invocation : "entire org" ,
119124 entire investigate --help
120125 entire tokens --help
121126 entire tokens profile --help
127+ entire session tokens --help
122128 entire org --help
123129 entire project --help
124130 entire repo --help
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ func TestLabsCmd_PrintsExperimentalCommandList(t *testing.T) {
2929 "entire tokens" ,
3030 "entire tokens profile" ,
3131 "entire tokens profile --help" ,
32+ "entire session tokens" ,
33+ "entire session tokens --help" ,
3234 } {
3335 if ! strings .Contains (got , want ) {
3436 t .Fatalf ("entire labs output missing %q:\n %s" , want , got )
You can’t perform that action at this time.
0 commit comments