Skip to content

Commit cff8477

Browse files
authored
minor changes (#2962)
1 parent e8d6ff5 commit cff8477

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

cmd/wsh/cmd/wshcmd-debugterm.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,13 @@ func debugTermRun(cmd *cobra.Command, args []string) (rtnErr error) {
9595
if err != nil {
9696
return err
9797
}
98-
fmt.Fprintf(os.Stderr, "resolved block %s\n", fullORef)
9998
rtn, err := wshclient.DebugTermCommand(RpcClient, wshrpc.CommandDebugTermData{
10099
BlockId: fullORef.OID,
101100
Size: debugTermSize,
102101
}, &wshrpc.RpcOpts{Timeout: 2000})
103102
if err != nil {
104103
return fmt.Errorf("reading terminal output: %w", err)
105104
}
106-
fmt.Fprintf(os.Stderr, "got rtn: %#v\n", rtn)
107105
termData, err := base64.StdEncoding.DecodeString(rtn.Data64)
108106
if err != nil {
109107
return fmt.Errorf("decoding terminal output: %w", err)

pkg/wconfig/defaultconfig/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"window:maxtabcachesize": 10,
2222
"window:nativetitlebar": true,
2323
"window:magnifiedblockopacity": 0.6,
24-
"window:magnifiedblocksize": 0.9,
24+
"window:magnifiedblocksize": 0.95,
2525
"window:magnifiedblockblurprimarypx": 10,
2626
"window:fullscreenonlaunch": false,
2727
"window:magnifiedblockblursecondarypx": 2,

schema/waveai.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"enum": [
2121
"wave",
2222
"google",
23+
"groq",
2324
"openrouter",
2425
"nanogpt",
2526
"openai",

0 commit comments

Comments
 (0)