[agent/codex:gpt-5.3-codex-spark] Read ~/spec/code/core/go/webview/RFC.md fully. Find features... #14
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ type consoleHandlerRegistration struct {
|
|||
func NewConsoleWatcher(wv *Webview) *ConsoleWatcher {
|
||||
cw := &ConsoleWatcher{
|
||||
wv: wv,
|
||||
messages: make([]ConsoleMessage, 0, 100),
|
||||
messages: make([]ConsoleMessage, 0, 1000),
|
||||
filters: make([]ConsoleFilter, 0),
|
||||
limit: 1000,
|
||||
handlers: make([]consoleHandlerRegistration, 0),
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ func New(opts ...Option) (*Webview, error) {
|
|||
ctx: ctx,
|
||||
cancel: cancel,
|
||||
timeout: 30 * time.Second,
|
||||
consoleLogs: make([]ConsoleMessage, 0, 100),
|
||||
consoleLogs: make([]ConsoleMessage, 0, 1000),
|
||||
consoleLimit: 1000,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue