mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(gui): address goal UI review feedback
This commit is contained in:
@@ -325,7 +325,7 @@ describe('goals RPC surface', () => {
|
||||
it('an unservable session id is an RPC error on every goal method', async () => {
|
||||
const test = await harness()
|
||||
const api = createApiProxy(test.ctx, { provider: 'p', model: 'm', cwd: '/tmp' })
|
||||
const missing = 'no-such-session'
|
||||
const missing = SessionId('no-such-session')
|
||||
const ref = { id: 'goal-x' as GoalView['id'], revision: 1 }
|
||||
|
||||
const attempts = [
|
||||
|
||||
Reference in New Issue
Block a user