Merge pull request #1543 from deepseek-harness/stack/agent-profiles-8-authoring

feat(web): author agent presets from a settings page
This commit is contained in:
Yichen Jiang
2026-08-10 11:55:58 +08:00
committed by GitHub
331 changed files with 16605 additions and 558 deletions

View File

@@ -280,7 +280,10 @@ describe('SQLite session search', () => {
it('searches two-character Unicode61 tokens in live-only sessions', async () => {
const ctx = await liveContext({ path: ':memory:', snippetChars: 20 })
const session = ctx.sessions.create(SessionId('live'), {
meta: { cwd: '/work', createdAt: 10, seedLength: 1, delegationDepth: 2 },
// agentPreset rides along: the index rebuilds the header a caller reads,
// and a session listed under the wrong composition is a lie about what it
// ran. The full-header comparison below is what pins every column.
meta: { cwd: '/work', createdAt: 10, seedLength: 1, delegationDepth: 2, agentPreset: 'minimal' },
})
session.append(
'user/message',