nice work on this. local-first is the right call -- ive seen too many "AI terminal" tools phone home constantly for no good reason.
one thing worth exploring: multi-agent session management gets hairy fast. once you're running 3+ concurrent claude instances, the real pain isnt launching them, its knowing which session did waht and picking it back up later. full-text search across session history turns out to be the killer feature nobody asks for until they desperately need it.
nice work on this. local-first is the right call -- ive seen too many "AI terminal" tools phone home constantly for no good reason.
one thing worth exploring: multi-agent session management gets hairy fast. once you're running 3+ concurrent claude instances, the real pain isnt launching them, its knowing which session did waht and picking it back up later. full-text search across session history turns out to be the killer feature nobody asks for until they desperately need it.