feat(sessions): set model, agent, reasoning and permissions at creation (#270) #275
No reviewers
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman!275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/270-session-creation-settings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
new_session: newagent,reasoning,permissionparams.create_loopgainsagent/reasoning/permission; threaded through spawn/prompt actions; persisted via migration v20 (agent,reasoning,permission_rules).Messenger.SendPromptextended to carry agent+reasoning;sessionsvc.Client.SetPermissionRulespassthrough./api/loopsneeds no change (decodes straight intoLoopSpec/LoopUpdate).Design notes
Testing
make lint(0 errors) andmake test(Go + 1444 frontend tests) pass.SendPrompttest doubles.Closes #270
Coverage ratchet: ✅ pass
Tolerance: -0.1%. Baseline stored on
gh-pages.