Dev/issues 5 - #180
Open
luk384090-cloud wants to merge 5 commits into
Open
Conversation
Synced from agenticCLI 9591d01: - /session fork <new> [src]: fork the current (or named) session; fork_topic also copies history.json so pre-snapshot sessions restore. - Drop the temporary ACLI_DEBUG_SELECT selection instrumentation. - Selection-copy docs/hints/docstrings unified on Ctrl+C. - mcp_stdio: report the real acli version in the MCP handshake; /mcp usage documents stdio server configuration via config.toml. - Remove the unused SessionEventLog.tail().
…ut stable - OutputLog: Textual's default double-click is a widget-wide select-all (and the pump runs every MRO handler, so overriding alone is not enough). Override _on_click with prevent_default(): double-click now selects the word under the pointer (single CJK char), triple-click the whole line, anchored to content coordinates. - CommandInput: JediTerm translates the wheel into arrow keys globally; isolated keys that fail burst classification leaked into history navigation, so scrolling over the output area also cycled the input box. When the pointer is inside #output (JediTerm only, mouse seen, completion popup closed), arrows route to the wheel queue instead.
dashscope __version__ 1.27.1 -> 1.27.2; acli stays at 0.6.2 (the new TUI fixes are folded into acli's v0.6.2 release). Also drop the local `import re` in CommandInput._save_history now that re is module-level (pylint reimported / redefined-outer-name).
… is real Non-streaming results were built without the underlying API response, making the proxied status_code always 0 and causing the CLI speech-synthesis create command to report successful synthesis as a failure. Failed responses now surface with real request_id/code/message instead of raising. Adds regression tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
[Describe what this PR does and why]
Related Issue: Fixes #[issue_number] or Relates to #[issue_number]
Security Considerations: [Check if API keys or sensitive credentials are exposed in code/logs]
Type of Change
Component(s) Affected
Checklist
Testing
[How to test these changes]
Additional Notes
[Optional: any other context]