Commit Graph
5 Commits
Author SHA1 Message Date
Henry RuhsandClaude Fable 5.1 e5d30e7df3 split api and cli sessions (#1244)
Claude-Session: https://claude.ai/code/session_014VuiA4Yfhy78naZK5UtfX5

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-12 22:40:25 +02:00
henryruhs 7bf5434997 clear fork leftovers 2026-09-12 18:18:01 +02:00
Henry Ruhs 106dc7a348 fork and join sessions (#1239)
* introduce fork and join session, fix inference manager race condition

* destroy stream on DELETE
2026-09-12 15:45:30 +02:00
Henry Ruhs ba884a19b1 Add session_id, make token size more reasonable (#983)
* Add session_id, make token size more reasonable

* Use more direct approach
2026-05-11 16:31:45 +02:00
Henry Ruhs 87678da498 Local API (#982)
* Introduce API scelleton

* Raw impl for session

* Simple state endpoint

* Apply _body naming

* Finalize session testing and comment out tons of useless code

* Clean and refactor part1

* Clean and refactor part2

* Clean and refactor part2

* Clean and refactor part2

* Clean and refactor part2

* Refactor middleware

* Refactor middleware

* Clean and refactor part3

* TDD and 2 beers

* TDD and 2 beers

* Complete state endpoints

* You can only set what is already present

* Use only JSON as response

* Use default logger

* Improve auth extraction

* Extend api command with more args

* Adjust API messages
2026-05-11 16:31:45 +02:00