Update default.lua
This commit is contained in:
parent
f8143bffaf
commit
b6a57f75f6
|
|
@ -3,40 +3,40 @@ local scope = require("insomnia.scope")
|
||||||
local compact = require("insomnia.compact")
|
local compact = require("insomnia.compact")
|
||||||
|
|
||||||
return profile {
|
return profile {
|
||||||
slug = "default",
|
slug = "default",
|
||||||
description = "Bundled default Insomnia coding profile",
|
description = "Bundled default Insomnia coding profile",
|
||||||
|
|
||||||
scope = scope.workspace_write(),
|
scope = scope.workspace_write(),
|
||||||
|
|
||||||
session = {
|
session = {
|
||||||
record_event_trace = true,
|
record_event_trace = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
worker = {
|
worker = {
|
||||||
reasoning = "high",
|
reasoning = "high",
|
||||||
},
|
},
|
||||||
|
|
||||||
model = {
|
model = {
|
||||||
ref = "codex-oauth/gpt-5.5",
|
ref = "codex-oauth/gpt-5.5",
|
||||||
},
|
},
|
||||||
|
|
||||||
compaction = compact.tokens {
|
compaction = compact.tokens {
|
||||||
threshold = 200000,
|
threshold = 240000,
|
||||||
request_threshold = 240000,
|
request_threshold = 270000,
|
||||||
worker_context_max_tokens = 100000,
|
worker_context_max_tokens = 100000,
|
||||||
},
|
},
|
||||||
|
|
||||||
memory = {
|
memory = {
|
||||||
extract_threshold = 50000,
|
extract_threshold = 50000,
|
||||||
consolidation_threshold_files = 5,
|
consolidation_threshold_files = 5,
|
||||||
consolidation_threshold_bytes = 50000,
|
consolidation_threshold_bytes = 50000,
|
||||||
},
|
},
|
||||||
|
|
||||||
web = {
|
web = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
search = {
|
search = {
|
||||||
provider = "brave",
|
provider = "brave",
|
||||||
api_key_secret = "web/brave/default",
|
api_key_secret = "web/brave/default",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user