ciregenz
|
64f68c6eb4
|
[eric] agents: extract AssistantMessage handler + upsert_message into streaming modules + tests
|
2026-06-23 04:19:24 -07:00 |
|
ciregenz
|
2f0c101d6a
|
[eric] agents: extract StreamEvent (incremental stream) handler into streaming/stream_event + tests
|
2026-06-23 03:54:45 -07:00 |
|
ciregenz
|
19f21693f0
|
[eric] agents: split user-facing message ops into MessagingMixin
|
2026-06-23 03:46:40 -07:00 |
|
ciregenz
|
2004a79fdd
|
[eric] agents: split session lifecycle + query methods into SessionLifecycleMixin
|
2026-06-23 03:42:38 -07:00 |
|
ciregenz
|
51bd37f987
|
[eric] agents: model the approval decision (kill dict) + tool_catalog helpers off leading-_
|
2026-06-23 03:22:55 -07:00 |
|
ciregenz
|
f7f37766b4
|
[eric] agents: extract web-MCP-need provider decision into tools/web (should_register_web_mcp)
|
2026-06-23 02:52:55 -07:00 |
|
ciregenz
|
44832b2b13
|
[eric] agents: prompt_context public fns lose leading-_ (convention); drop dead delegators
|
2026-06-23 02:44:46 -07:00 |
|
ciregenz
|
4fadac987a
|
[eric] agents: extract per-turn system-prompt assembly into system_prompt module
|
2026-06-23 02:39:19 -07:00 |
|
ciregenz
|
bbf76a0b9f
|
[eric] agents: lift Stop hook (App Builder render gate) into stop_hook module
|
2026-06-23 02:15:58 -07:00 |
|
ciregenz
|
678472023d
|
[eric] agents: lift PostToolUse hook into tool_result_hook (drops 2 dead local computations)
|
2026-06-23 02:11:52 -07:00 |
|
ciregenz
|
2be4620453
|
[eric] agents: extract view-builder render state into its own module
|
2026-06-23 02:04:05 -07:00 |
|
ciregenz
|
aa3ce99978
|
[eric] agents: lift permission/pre-tool SDK hooks into gate_hooks + HookContext
|
2026-06-23 01:59:14 -07:00 |
|
ciregenz
|
0678ce3f77
|
[eric] agents: move tool-name enumeration into tool_catalog (drops loop upward dep)
|
2026-06-23 01:52:18 -07:00 |
|
ciregenz
|
020c79319c
|
[eric] agents: convention pass on loop split (Optional over | None, no leading-_ locals)
|
2026-06-23 01:43:45 -07:00 |
|
ciregenz
|
0adddb1f05
|
[eric] agents: extract permission policy + HITL approval into manager/permissions/decision (Phase C)
|
2026-06-23 01:32:00 -07:00 |
|
ciregenz
|
e2b6aaeb0c
|
[eric] agents: drop leading-underscore locals in thinking.py to meet the p_-convention
|
2026-06-23 01:23:31 -07:00 |
|
ciregenz
|
a5f5f90f81
|
[eric] agents: extract the consolidated-thinking pill + ticker into manager/streaming/thinking (Phase B)
|
2026-06-23 01:20:49 -07:00 |
|
ciregenz
|
ca03e0a86b
|
[eric] agents: fix thinking-pill per-turn token delta (baselines unified into TurnState) + harness pin
|
2026-06-23 01:17:10 -07:00 |
|
ciregenz
|
86a46449db
|
[eric] agents: thread the hot turn streaming state through a TurnState model (Phase A slice 2, nonlocals eliminated)
|
2026-06-23 01:02:24 -07:00 |
|
ciregenz
|
dace271407
|
[eric] agents: thread the turn's thinking state through a ThinkingState model (Phase A slice 1)
|
2026-06-23 00:56:19 -07:00 |
|
ciregenz
|
88b994d0b3
|
[eric] agents: extract capacity-retry backoff decision into error_classify.capacity_retry_wait + tests
|
2026-06-23 00:14:01 -07:00 |
|
ciregenz
|
439d925183
|
[eric] agents: extract token-accounting + compaction trigger into manager/context_budget + 10-test suite
|
2026-06-23 00:01:51 -07:00 |
|
ciregenz
|
21f59ae602
|
[eric] agents: extract the sensitive-path permission gate into manager/permissions/path_gate + 17-test suite
|
2026-06-22 23:54:05 -07:00 |
|
ciregenz
|
556f388552
|
[eric] agents: extract resume + duplicate session builders into manager/session/lifecycle + tests
|
2026-06-22 23:29:15 -07:00 |
|
ciregenz
|
03d66fdd5f
|
[eric] agents: move apply_context_window into manager/session (drops the _ prefix, convention-clean)
|
2026-06-22 23:26:25 -07:00 |
|
ciregenz
|
4dfb5a83a8
|
[eric] agents: extract turn_label + group_meta into manager/metadata (convention-clean) + tests
|
2026-06-22 23:13:53 -07:00 |
|
ciregenz
|
0539dc2be0
|
[eric] agents: extract generate_title into manager/metadata (convention-clean) + test
|
2026-06-22 23:05:30 -07:00 |
|
ciregenz
|
38ab168091
|
[eric] agents: make browser_dispatch convention-clean (p_ privates, @typechecked, typing, no Any)
|
2026-06-22 22:52:02 -07:00 |
|
ciregenz
|
5ec91e5fce
|
[eric] agents: lift browser fast-path out of agent_manager into manager/browser_dispatch
|
2026-06-22 14:44:22 -07:00 |
|
ciregenz
|
05432cd680
|
[eric] approvals: Always-approve persists per-tool via a shared read/write slot resolver
|
2026-06-22 04:00:09 -07:00 |
|
ciregenz
|
7b3e298037
|
[eric] sessions: purge all per-session memory on close/delete via one chokepoint
|
2026-06-22 02:51:42 -07:00 |
|
ciregenz
|
1d7fadca77
|
[eric] tokens: pill shows new (uncached) tokens not cached re-reads; context bar keeps full size
|
2026-06-21 21:40:33 -07:00 |
|
ciregenz
|
371b72ddd1
|
[eric] settings-agent/skills: fix concurrent-write lost update (serialize), registry install slug clobber (dedup), dialog stale-response races, partial-write + skills.sh boundary hardening
|
2026-06-19 03:32:16 -07:00 |
|
ciregenz
|
a0af8476c2
|
[eric] settings-agent: thread selected_setting_ids -> focused context block so users can point the agent at specific Settings rows (targeting aid, not a gate)
|
2026-06-19 03:01:05 -07:00 |
|
ciregenz
|
d908209a85
|
[eric] skills: multi-file folder skills (SKILL.md + supporting files) w/ legacy flat compat; inject folder path for on-demand provider-agnostic reads
|
2026-06-19 02:50:33 -07:00 |
|
ciregenz
|
1a4cccf3cd
|
[eric] settings-agent: always-on SettingsRead/SettingsWrite MCP server + guarded /api/settings-meta endpoint, wired into every run
|
2026-06-19 02:47:38 -07:00 |
|
ciregenz
|
f094de5fbd
|
[eric] settings-agent: typed powering-credential resolver + schema-derived redactor + exhaustive no-suicide invariant test
|
2026-06-19 02:42:56 -07:00 |
|
ciregenz
|
4ae97e5de0
|
[eric] throttle: emit rate_limited on exhausted backoff + muted auto-clearing pill (no error card)
(cherry picked from commit 03a9233b860683ae0f9d15b9e9efda32763c7d41)
|
2026-06-19 00:25:55 -07:00 |
|
ciregenz
|
40c863e9cf
|
[eric] integrations: add GitHub MCP (remote http server + one-click OAuth)
(cherry picked from commit 901e3bf98244d3e599db5f3f05f4dc2ce943888e)
|
2026-06-19 00:25:54 -07:00 |
|
ciregenz
|
db6c5c4d9d
|
[eric] agents: idempotent id-keyed message commit so a stop racing the SDK envelope can't append a duplicate reply
|
2026-06-18 18:44:25 -07:00 |
|
ciregenz
|
c1503eae97
|
[eric] agents: make Stop instant: commit the partial + free the task before the slow SDK teardown, and ignore a superseded task's late teardown
|
2026-06-18 18:24:54 -07:00 |
|
ciregenz
|
a716b43df1
|
[eric] agents: after a mid-stream stop, rebuild history from session.messages so resume/follow-ups see the partial reply
|
2026-06-18 04:36:23 -07:00 |
|
ciregenz
|
9a622c48e2
|
[eric] agents: keep the partial reply when a stream is stopped mid-flight
|
2026-06-18 04:00:47 -07:00 |
|
ciregenz
|
c577382943
|
[eric] oauth: complete Claude callback server-to-server, not a cross-port browser 302 (fixes browser-dependent 'Connecting' hang from #84)
|
2026-06-17 18:24:33 -07:00 |
|
ciregenz
|
46753fa9c8
|
[eric] aux: fix stale sonnet id (claude-sonnet-4-20250514 4.0 -> claude-sonnet-4-6), was 404ing every aux call
|
2026-06-17 00:46:21 -07:00 |
|
ciregenz
|
8c93d42226
|
[eric] phase2: fire connect offer on MCPSearch/MCPList (not just loop), 8s preflight, render below the reply
|
2026-06-17 00:30:42 -07:00 |
|
ciregenz
|
78c0971e88
|
[eric] phase2: wire in-task MCP connect offer into the ToolSearch loop-breaker (suggest-only, slug-matched)
|
2026-06-16 22:34:28 -07:00 |
|
ciregenz
|
b8dc125da7
|
[eric] phase2: suggest-only offer_for_gated_server core + gate-safety invariants (in-task MCP connect)
|
2026-06-16 22:23:02 -07:00 |
|
ciregenz
|
3998a8d6d9
|
[eric] sessions: get_all_sessions promotes only disk sessions the layout still cards, so deleted chats stop resurrecting on reopen
|
2026-06-16 04:44:15 -07:00 |
|
ciregenz
|
a99e310940
|
[eric] diagnostics: attach secret-scrubbed 9router stderr tail to model_error telemetry (was masked 'check stderr')
|
2026-06-16 04:35:54 -07:00 |
|