damocles
d580270263
hive-claude: recognize OAuth-refresh give-up as an auth failure
2026-07-27 21:21:36 +02:00
atlas
270d3aafa2
docs: declare readme = "README.md" for the last four crates
...
hive-c0re, hive-claude, hive-forge and hivectl each ship a README.md but
never declared it in their package manifest, so cargo/docs.rs metadata
did not pick it up. Every other workspace member already sets the field;
this closes the gap left after the README backfill.
2026-07-27 09:35:06 +02:00
damocles
1bbc09e9dd
session: trace resolve/attach/compact points for #2707 wrong-session theory
2026-07-26 23:00:39 +02:00
damocles
7964d45a27
refactor( #2359 ): bare Deserialize derive + clarify error to_string scan
2026-07-10 20:43:58 +02:00
damocles
71c8b14633
refactor( #2359 ): typed stream-json parsing for sentinel detection
2026-07-10 20:43:58 +02:00
damocles
c48d6319f7
fix( #2351 ): key error-result scan on is_error to match the real event shape
2026-07-10 17:02:06 +02:00
damocles
9aaf8b93fb
fix( #2351 ): scan error result raw so prompt-too-long in result field is detected
2026-07-10 16:38:11 +02:00
damocles
cfeb4f0170
fix( #2312 ): scrub model-authored result field before sentinel scan to stop false auth/prompt-too-long DoS
2026-07-10 12:45:35 +02:00
damocles
5027068e31
feat( #2109 ): harness-side idle watchdog to bail on anthropic api stall storms
2026-07-07 22:45:18 +02:00
damocles
244669f644
fix(hive-claude): exempt crate-doc block from comment-block lint
2026-07-07 18:16:50 +02:00
müde
50d801b6c9
fix(hive-claude): don't scan model-authored assistant/user content for CLI failure markers
2026-07-06 00:15:42 +02:00
müde
25540755f4
fix(hive-claude): match session by parsed top-level customTitle, not transcript substring
2026-07-06 00:09:36 +02:00
müde
dd51d02bc2
fix(hive-claude): report Progress.created on first-turn overflow, compacted only when compact succeeded
2026-07-05 23:42:57 +02:00
müde
e1e3bda94a
style: apply nix fmt
2026-07-05 22:24:42 +02:00
müde
66f5b8720d
refactor(agent): use hive_claude::TokenUsage directly, drop the duplicate
2026-07-05 20:21:33 +02:00
müde
f6977a961a
perf(hive-claude): match rate-limit markers on raw line, drop re-serialize
2026-07-05 20:09:11 +02:00
müde
487e62a9ca
feat(hive-claude): parse turn telemetry in the lib, return it from run
2026-07-05 20:06:30 +02:00
müde
80d819e444
feat(hive-claude): add InfiniteSession (name+store+compaction policy)
2026-07-05 19:38:16 +02:00
müde
a3b66241d1
refactor(agent): extract claude driver into hive-claude crate
2026-07-05 18:50:12 +02:00