We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d16c45 commit a8b8047Copy full SHA for a8b8047
lua/opencode/context/chat_context.lua
@@ -308,9 +308,8 @@ end
308
-- This function creates a context snapshot with delta logic against the last sent context
309
function M.delta_context(opts)
310
local config = require('opencode.config')
311
- local state = require('opencode.state')
312
313
- opts = opts or config.context
+ opts = opts or state.current_context_config or config.context
314
if opts.enabled == false then
315
return {
316
current_file = nil,
0 commit comments