consciousness/src/agent
Kent Overstreet 35f231233f clear activity indicator on error paths
"thinking..." was getting stuck in the status bar when a turn
ended with a stream error, context overflow, or model error —
only the success path cleared it. Now all error returns clear
the activity indicator.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 17:53:51 -04:00
..
api delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
tools add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
cli.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
dmn.rs consciousness: update hardcoded paths from ~/.claude to ~/.consciousness 2026-03-27 21:32:28 -04:00
identity.rs consciousness: identity files load from ~/.consciousness/identity/ 2026-03-28 19:49:13 -04:00
log.rs unify conversation persistence to append-only jsonl 2026-04-02 14:31:19 -04:00
mod.rs move context functions from agent/context.rs to thought/context.rs 2026-04-02 15:28:00 -04:00
observe.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
parsing.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
runner.rs clear activity indicator on error paths 2026-04-02 17:53:51 -04:00
tui.rs Remove dead code: old context builder, plan_context, journal parsing 2026-04-02 03:40:35 -04:00
types.rs move journal types from agent/journal.rs to thought/context.rs 2026-04-02 15:25:07 -04:00
ui_channel.rs Split hook.rs: core orchestration -> subconscious.rs 2026-04-02 01:37:51 -04:00