Commit Graph

4243 Commits

Author SHA1 Message Date
Michael Neale e843871542 fix: exclude thinking traces from summaries, use ephemeral session ID
- Omit Thinking/RedactedThinking from format_conversation() so
  chain-of-thought never leaks into summarization input
- Use ephemeral session ID (summary_{id}) for provider.complete()
  so providers that track context by session ID don't pollute
  historical sessions

Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-20 13:19:42 +10:00
Michael Neale 429f99f665 fix snapshot: remove local-only skills that don't exist in CI
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-20 12:34:30 +10:00
Michael Neale 3d5497d3b9 update snapshot for chatrecall instructions change
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-20 12:25:37 +10:00
Michael Neale 08a27dee3c chatrecall: add session summarization, clean up dead code and planning docs
- Add session_summary.rs: format_conversation, truncate_around_matches,
  parallel LLM summarization (ported from Hermes session_search_tool.py)
- chatrecall search mode now summarizes by default (summarize param, default true),
  falls back to raw results if provider unavailable
- Replace build_session_context 200-char snippet dumping with full conversation
  formatting and intelligent truncation (8KB budget)
- Remove dead code: write_entries, read_entries_locked, head_tail_truncate
- Add dedup to read_entries via HashSet
- Remove planning docs (HERMES_LEARNING_AGENT.md, gap analysis, P0 plan)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-20 12:16:04 +10:00
Michael Neale 185c11a9aa fixing some feedback from codex 2026-04-17 14:59:17 +10:00
Michael Neale ca215b0831 Merge branch 'main' into micn/goose-memory-learning
* main: (37 commits)
  polish: refine sidebar activity indicators, add placeholder token, and tidy search field (#8606)
  feat: add /edit command to cli for on-demand prompt editing (#8566)
  docs(mcp): add Rendex MCP Server extension tutorial (#8541)
  Lifei/delete tauri backend acp (#8582)
  chore: set goose binaries as executable in package.json (#8589)
  feat: add Novita AI as declarative provider (#8432)
  feat: add Kimi Code provider with OAuth device flow authentication (#8466)
  fix: chat loading-state model placeholder (#8431)
  fix: expand tool calls by default when Response Style is Detailed (#8478)
  fix: create logs dir before writing llm request log (#8522)
  fix: enable token usage tracking and configurable stream timeout for Ollama provider (#8493)
  fix tauri-plugin-dialog version constraint to match other plugins (#8542)
  call goose serve from tauri frontend via goose-acp client (#8549)
  failed the script when bundle:default fails and cleanup "alpha"  (#8580)
  pass globally unique conversation identifier as sessionId in databricks api call (#8576)
  fix: use sqlx chrono decode for thread timestamps instead of manual parsing (#8575)
  docs: remove stale gemini-acp references (#8572)
  show individual untracked files in git changes widget (#8574)
  fix: update publishing flow to include new sdk dir (#8573)
  fix: remove double border on content in chat (#8545)
  ...
2026-04-17 10:41:17 +10:00
morgmart bd14186214 polish: refine sidebar activity indicators, add placeholder token, and tidy search field (#8606)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 19:28:32 +00:00
Adam Miller fdd8ada032 feat: add /edit command to cli for on-demand prompt editing (#8566)
Signed-off-by: Adam Miller <admiller@redhat.com>
2026-04-16 18:51:40 +00:00
Dan425953 0766d34237 docs(mcp): add Rendex MCP Server extension tutorial (#8541)
Signed-off-by: DanE <daniel@nexgroup.info>
2026-04-16 18:11:46 +00:00
Lifei Zhou e7a91c7d4f Lifei/delete tauri backend acp (#8582)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-04-16 16:46:37 +00:00
Jack Amadeo 67b90205ed chore: set goose binaries as executable in package.json (#8589) 2026-04-16 15:36:53 +00:00
Alex fd93865951 feat: add Novita AI as declarative provider (#8432)
Signed-off-by: Alex-wuhu <yanglongwei06@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 12:54:31 +00:00
이대희 93e6f8d521 feat: add Kimi Code provider with OAuth device flow authentication (#8466)
Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 10:13:50 +00:00
g.sunilkumar 05d99f89a3 fix: chat loading-state model placeholder (#8431)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
Co-authored-by: jh-block <jhugo@block.xyz>
2026-04-16 08:42:13 +00:00
Jiri Luzny fd61058a74 fix: expand tool calls by default when Response Style is Detailed (#8478)
Signed-off-by: Jiri Luzny <jiri.luzny@gmail.com>
Co-authored-by: ximi <liyuan851277048@icloud.com>
2026-04-16 07:53:06 +00:00
Juan Palomino aa8ea99584 fix: create logs dir before writing llm request log (#8522)
Signed-off-by: Juan Palomino <jpalomino09@gmail.com>
2026-04-16 07:50:34 +00:00
Kasper Jensen a6e5d70df0 fix: enable token usage tracking and configurable stream timeout for Ollama provider (#8493) 2026-04-16 07:49:39 +00:00
morgmart d17688330d fix tauri-plugin-dialog version constraint to match other plugins (#8542)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 07:41:58 +00:00
Lifei Zhou 50ac3dc0b2 call goose serve from tauri frontend via goose-acp client (#8549)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-04-16 07:34:19 +00:00
Michael Neale c5b1f5a9b4 adversary LLM review for skill writes, enforce frontmatter name match, prefer goose-managed skill for patch, count user-visible turns only
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 15:57:13 +10:00
Lifei Zhou 625f2d75fe failed the script when bundle:default fails and cleanup "alpha" (#8580) 2026-04-16 05:51:23 +00:00
Michael Neale 09561a4927 address codex review: validate skill frontmatter, sanitize skill content, count real user turns, require new_text, block symlinked SKILL.md
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 15:33:30 +10:00
Lifei Zhou a5a497b341 pass globally unique conversation identifier as sessionId in databricks api call (#8576) 2026-04-16 04:32:19 +00:00
Michael Neale f723fe8ff3 skip background reviews for providers that manage their own context
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 14:15:38 +10:00
Michael Neale 7cbbe3732e fix: apply tool-result pruning after filtering so retries can still remove stubs
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 14:04:01 +10:00
Matt Toohey c29e3203b4 fix: use sqlx chrono decode for thread timestamps instead of manual parsing (#8575)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
2026-04-16 03:06:52 +00:00
Michael Neale 41f2d91a69 address remaining codex feedback: gate reviews on adaptive_memory enabled, fix wildcard session search
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 12:55:47 +10:00
Michael Neale 0d386ea410 remove stale snap.new file
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 12:35:58 +10:00
Michael Neale 37962b3d65 address codex review: gate pruning on adaptive_memory, cap tool calls per response, canonicalize skill paths
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 12:35:49 +10:00
Michael Neale d3881897a1 docs: remove stale gemini-acp references (#8572)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 02:34:41 +00:00
Michael Neale 654c62b834 fix snapshot: regenerate on clean env (no local skills/memory)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 11:48:17 +10:00
Michael Neale 54c52de540 fix snapshot: also exclude local skills for CI compatibility
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 11:43:04 +10:00
Michael Neale f2cb6c8fef fix snapshot: regenerate without local memory data for CI compatibility
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 11:26:44 +10:00
morgmart 19ce336a36 show individual untracked files in git changes widget (#8574)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 00:57:58 +00:00
Alex Hancock d627a6556f fix: update publishing flow to include new sdk dir (#8573) 2026-04-16 00:52:56 +00:00
Matt Toohey dc052f4447 fix: remove double border on content in chat (#8545)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 00:27:26 +00:00
Michael Neale e382099d00 cargo fmt
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 10:23:16 +10:00
Matt Toohey bae26d6302 chore(goose2): just goose2 <command> with the addition of just goose2 kill (#8570)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 00:08:58 +00:00
Michael Neale 37b3afd50a update insta snapshots for prompt tuning changes
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 10:06:04 +10:00
Michael Neale 735dc37705 knowledge review: use main model, always review memory, stronger prompts
- Use main model instead of fast model for background reviews — the
  judgment about what's worth saving benefits from full model quality
- Always include memory tools when skill review fires — complex work
  often surfaces environment facts worth remembering
- Strengthen review prompts with explicit USER vs MEMORY targeting,
  priority ranking, de-duplication rules, and concrete examples
- Enrich the review system prompt with the same guidance quality as
  the tool descriptions

Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 10:02:30 +10:00
Lifei Zhou 23755aa458 Lifei/oltp data (#8458) 2026-04-15 23:47:09 +00:00
tulsi 8b2c6e0129 Sidebar polish: search copy, dividers, project reorder, fix DnD (#8568)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 23:26:03 +00:00
Michael Neale d13f56dbf4 prompt tuning 2026-04-16 07:59:07 +10:00
Jack Amadeo 0ec73c80f3 remove the workflow_dispatch check (#8563) 2026-04-15 16:14:17 -04:00
Alex Hancock fb81f0de02 fix: one more rename (#8562) 2026-04-15 15:38:04 -04:00
Gandalf_Le_Dev 890ad15934 fix(desktop): accept self-signed certs from configured external goosed host (#8400)
Signed-off-by: jh-block <jhugo@block.xyz>
Co-authored-by: Mathis Rocher <mathis.rocher@corp.ovh.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: jh-block <jhugo@block.xyz>
2026-04-15 19:10:37 +00:00
Alex Hancock cff0992aef alexhancock/npm-bumps (#8557) 2026-04-15 15:09:12 -04:00
Jack Amadeo e099754b77 Remove npm publish from release for now (#8558) 2026-04-15 18:13:29 +00:00
Alex Hancock ea236ab664 feat(tui): add extension management screen (#8536) 2026-04-15 13:39:01 -04:00
morgmart c9507ba672 add extensions settings page and context panel widget (#8540)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-15 16:55:46 +00:00